Skip to content

Commit 16429c8

Browse files
committed
JS: followed -> followed by
1 parent 7536c49 commit 16429c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ may be relevant for security analysis of this application.</p>
1111
<p>An external API is defined as a call to a function that 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
1313
third party dependencies or from internal dependencies. The query will report the external package name, followed
14-
by an access path leading to the function, followed <code>[param x]</code> where <code>x</code>
14+
by an access path leading to the function, followed by <code>[param x]</code> where <code>x</code>
1515
indicates the position of the parameter receiving the untrusted data.</p>
1616

1717
</overview>

0 commit comments

Comments
 (0)