JS: Add isTypeUsed to avoid overpruning

This commit is contained in:
Asger F
2023-09-01 13:54:47 +02:00
parent 632cce2c16
commit 6f19fc2fcd
3 changed files with 4 additions and 5 deletions

View File

@@ -1,5 +1,4 @@
consistencyIssue
| library-tests/frameworks/data/test.js:261 | expected an alert, but found none | NOT OK | |
taintFlow
| paramDecorator.ts:6:54:6:54 | x | paramDecorator.ts:7:10:7:10 | x |
| test.js:5:30:5:37 | source() | test.js:5:8:5:38 | testlib ... urce()) |
@@ -80,6 +79,7 @@ taintFlow
| test.js:269:10:269:31 | this.ba ... ource() | test.js:269:10:269:31 | this.ba ... ource() |
| test.js:272:6:272:40 | new MyS ... ource() | test.js:272:6:272:40 | new MyS ... ource() |
| test.js:274:6:274:39 | testlib ... eName() | test.js:274:6:274:39 | testlib ... eName() |
| test.js:277:8:277:31 | "danger ... .danger | test.js:277:8:277:31 | "danger ... .danger |
isSink
| test.js:54:18:54:25 | source() | test-sink |
| test.js:55:22:55:29 | source() | test-sink |