C++: Respond to qhelp review comments.

This commit is contained in:
Mathias Vorreiter Pedersen
2020-11-18 09:18:14 +01:00
parent 52bbb326ca
commit f16591dffc
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
<qhelp>
<overview>
<p>Using unsanitized untrusted data in an external API can cause a variety of security issues. This query reports
external APIs that use untrusted data. The results are not filtered. This makes it possible to audit all examples.
external APIs that use untrusted data. The results are not filtered, so you can audit all examples.
The query provides data for security reviews of the application and you can also use it to identify external APIs
that should be modeled as either taint steps, or sinks for specific problems.</p>

View File

@@ -4,7 +4,7 @@
<qhelp>
<overview>
<p>Using unsanitized untrusted data in an external API can cause a variety of security issues. This query reports
external APIs that use untrusted data. The results are not filtered. This makes it possible to audit all examples.
external APIs that use untrusted data. The results are not filtered, so you can audit all examples.
The query provides data for security reviews of the application and you can also use it to identify external APIs
that should be modeled as either taint steps, or sinks for specific problems.</p>