mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Update javascript/ql/src/Security/CWE-020/IncompleteUrlSchemeCheck.ql
Co-Authored-By: Esben Sparre Andreasen <esbena@github.com>
This commit is contained in:
@@ -39,7 +39,7 @@ DataFlow::Node schemeCheck(
|
||||
nd = stringop.getReceiver()
|
||||
)
|
||||
or
|
||||
// propagate througb local data flow
|
||||
// propagate through local data flow
|
||||
result = schemeCheck(nd.getASuccessor(), scheme)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user