File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
javascript/ql/src/Security/CWE-020 Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
1212in the source code, and is not modeled as a taint step in the default taint library. External APIs may be from the
1313third 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 >
1515indicates the position of the parameter receiving the untrusted data.</p >
1616
1717</overview >
You can’t perform that action at this time.
0 commit comments