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>
11
11
<p >An external API is defined as a call to a function that is not defined in the source code, not overridden
12
12
in the source code, and is not modeled as a taint step in the default taint library. External APIs may be from the
13
13
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 >
15
15
indicates the position of the parameter receiving the untrusted data.</p >
16
16
17
17
</overview >
You can’t perform that action at this time.
0 commit comments