We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e4910f commit cbfcfdfCopy full SHA for cbfcfdf
python/ql/src/Security/CWE-020-ExternalAPIs/UntrustedDataToExternalAPI.qhelp
@@ -64,7 +64,7 @@ would suggest that this external API is not currently modeled as a taint step in
64
taint tracking library. The next step would be to model this as a taint step, then
65
re-run the query to determine what additional results might be found. In this example,
66
the result of the Base64 decoding is pickled, which can result in remote code execution due
67
-to unsafe deserialization.
+to unsafe deserialization.</p>
68
69
<p>Note that both examples are correctly handled by the standard taint tracking library and Unsafe Deserialization query.</p>
70
</example>
0 commit comments