Skip to content

Commit cbfcfdf

Browse files
committed
Python: Fix UntrustedDataToExternalAPI.qhelp
1 parent 9e4910f commit cbfcfdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/Security/CWE-020-ExternalAPIs/UntrustedDataToExternalAPI.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ would suggest that this external API is not currently modeled as a taint step in
6464
taint tracking library. The next step would be to model this as a taint step, then
6565
re-run the query to determine what additional results might be found. In this example,
6666
the result of the Base64 decoding is pickled, which can result in remote code execution due
67-
to unsafe deserialization.
67+
to unsafe deserialization.</p>
6868

6969
<p>Note that both examples are correctly handled by the standard taint tracking library and Unsafe Deserialization query.</p>
7070
</example>

0 commit comments

Comments
 (0)