Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f804d31

Browse files
max-schaeferesbena
andauthored
Update javascript/ql/src/Security/CWE-020/IncompleteUrlSchemeCheck.ql
Co-Authored-By: Esben Sparre Andreasen <[email protected]>
1 parent 4fe09e8 commit f804d31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

javascript/ql/src/Security/CWE-020/IncompleteUrlSchemeCheck.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ DataFlow::Node schemeCheck(
3939
nd = stringop.getReceiver()
4040
)
4141
or
42-
// propagate througb local data flow
42+
// propagate through local data flow
4343
result = schemeCheck(nd.getASuccessor(), scheme)
4444
}
4545

0 commit comments

Comments
 (0)