Skip to content

Commit f16591d

Browse files
committed
C++: Respond to qhelp review comments.
1 parent 52bbb32 commit f16591d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpp/ql/src/Security/CWE/CWE-020/IRUntrustedDataToExternalAPI.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<qhelp>
55
<overview>
66
<p>Using unsanitized untrusted data in an external API can cause a variety of security issues. This query reports
7-
external APIs that use untrusted data. The results are not filtered. This makes it possible to audit all examples.
7+
external APIs that use untrusted data. The results are not filtered, so you can audit all examples.
88
The query provides data for security reviews of the application and you can also use it to identify external APIs
99
that should be modeled as either taint steps, or sinks for specific problems.</p>
1010

cpp/ql/src/Security/CWE/CWE-020/UntrustedDataToExternalAPI.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<qhelp>
55
<overview>
66
<p>Using unsanitized untrusted data in an external API can cause a variety of security issues. This query reports
7-
external APIs that use untrusted data. The results are not filtered. This makes it possible to audit all examples.
7+
external APIs that use untrusted data. The results are not filtered, so you can audit all examples.
88
The query provides data for security reviews of the application and you can also use it to identify external APIs
99
that should be modeled as either taint steps, or sinks for specific problems.</p>
1010

0 commit comments

Comments
 (0)