mirror of
https://github.com/github/codeql.git
synced 2025-12-24 20:56:33 +01:00
Add missing full stop.
Co-authored-by: Marcono1234 <Marcono1234@users.noreply.github.com>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<p>Using unsanitized untrusted data in an external API can cause a variety of security issues. This query reports
|
||||
all external APIs which are used with untrusted data, along with how frequently the API is used, and how many
|
||||
unique sources of untrusted data flow this API. This query is designed primarily to help identify which APIs
|
||||
may be relevant for security analysis of this application</p>
|
||||
may be relevant for security analysis of this application.</p>
|
||||
|
||||
<p>An external API is defined as a method call to a method which is not defined in the source code, not overridden
|
||||
in the source code, and is not modeled as a taint step in the default taint library. External APIs may be from the
|
||||
|
||||
Reference in New Issue
Block a user