Merge pull request #20329 from michaelnebel/javascript/ql4ql

JS: Fix some Ql4Ql violations.
This commit is contained in:
Michael Nebel
2025-09-04 13:01:37 +02:00
committed by GitHub
17 changed files with 49 additions and 49 deletions

View File

@@ -76,7 +76,7 @@ module TaintedUrlSuffix {
//
// x [tainted-url-suffix] --> x.split('#') [array element 1] [taint]
//
// Technically we should also preverse tainted-url-suffix when entering the first array element of such
// Technically we should also preserve tainted-url-suffix when entering the first array element of such
// a split, but this mostly leads to FPs since we currently don't track if the taint has been through URI-decoding.
// (The query/fragment parts are often URI-decoded in practice, but not the other URL parts are not)
state1.isTaintedUrlSuffix() and