Skip to content

Commit 7928a02

Browse files
lcarteyMarcono1234
andauthored
Add missing full stop.
Co-authored-by: Marcono1234 <[email protected]>
1 parent e0c081a commit 7928a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Security/CWE/CWE-020/ExternalAPIsUsedWithUntrustedData.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<p>Using unsanitized untrusted data in an external API can cause a variety of security issues. This query reports
77
all external APIs which are used with untrusted data, along with how frequently the API is used, and how many
88
unique sources of untrusted data flow this API. This query is designed primarily to help identify which APIs
9-
may be relevant for security analysis of this application</p>
9+
may be relevant for security analysis of this application.</p>
1010

1111
<p>An external API is defined as a method call to a method which is not defined in the source code, not overridden
1212
in the source code, and is not modeled as a taint step in the default taint library. External APIs may be from the

0 commit comments

Comments
 (0)