mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
8 lines
553 B
Plaintext
8 lines
553 B
Plaintext
argumentToEnsureNotTaintedNotMarkedAsSpurious
|
|
| taint_test.py:48:9:48:29 | taint_test.py:48 | ERROR, you should add `SPURIOUS:` to this annotation | should_not_be_tainted |
|
|
untaintedArgumentToEnsureTaintedNotMarkedAsMissing
|
|
| taint_test.py:32:9:32:25 | taint_test.py:32 | ERROR, you should add `# $ MISSING: tainted` annotation | should_be_tainted |
|
|
| taint_test.py:37:24:37:40 | taint_test.py:37 | ERROR, you should add `# $ MISSING: tainted` annotation | should_be_tainted |
|
|
failures
|
|
| taint_test.py:41:20:41:21 | ts | Fixed missing result:tainted= |
|