File tree 2 files changed +1
-3
lines changed
javascript/ql/test/library-tests/TaintTracking
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ legacyDataFlowDifference
33
33
| promise.js:12:20:12:27 | source() | promise.js:13:8:13:23 | resolver.promise | only flow with OLD data flow library |
34
34
| sanitizer-guards.js:57:11:57:18 | source() | sanitizer-guards.js:64:8:64:8 | x | only flow with NEW data flow library |
35
35
| use-use-after-implicit-read.js:7:17:7:24 | source() | use-use-after-implicit-read.js:15:10:15:10 | x | only flow with NEW data flow library |
36
- | use-use-after-implicit-read.js:7:17:7:24 | source() | use-use-after-implicit-read.js:16:10:16:10 | y | only flow with NEW data flow library |
37
36
consistencyIssue
38
37
| library-tests/TaintTracking/nested-props.js:20 | expected an alert, but found none | NOT OK - but not found | Consistency |
39
38
| library-tests/TaintTracking/stringification-read-steps.js:17 | expected an alert, but found none | NOT OK | Consistency |
293
292
| tst.js:2:13:2:20 | source() | tst.js:54:14:54:19 | unsafe |
294
293
| use-use-after-implicit-read.js:7:17:7:24 | source() | use-use-after-implicit-read.js:8:10:8:17 | captured |
295
294
| use-use-after-implicit-read.js:7:17:7:24 | source() | use-use-after-implicit-read.js:15:10:15:10 | x |
296
- | use-use-after-implicit-read.js:7:17:7:24 | source() | use-use-after-implicit-read.js:16:10:16:10 | y |
297
295
| xml.js:5:18:5:25 | source() | xml.js:8:14:8:17 | text |
298
296
| xml.js:12:17:12:24 | source() | xml.js:13:14:13:19 | result |
299
297
| xml.js:23:18:23:25 | source() | xml.js:20:14:20:17 | attr |
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ function f(x) {
13
13
14
14
function g ( x , y ) {
15
15
sink ( x ) ; // NOT OK
16
- sink ( y ) ; // OK [INCONSISTENCY] - implicit read confuses array index
16
+ sink ( y ) ; // OK
17
17
}
You can’t perform that action at this time.
0 commit comments