Files
codeql/python/ql/test/experimental/dataflow/tainttracking/defaultSanitizer/TestTaint.expected
Rasmus Wriedt Larsen bf34b07605 Python: Add a few taint tests for default sanitizer
specifically the ones removes from dataflow tests in https://github.com/yoff/codeql/pull/1
2020-09-02 16:56:05 +02:00

6 lines
270 B
Plaintext

| test.py:16 | fail | const_eq_clears_taint | ts |
| test.py:18 | ok | const_eq_clears_taint | ts |
| test.py:24 | fail | const_eq_clears_taint2 | ts |
| test.py:29 | ok | non_const_eq_preserves_taint | ts |
| test.py:31 | ok | non_const_eq_preserves_taint | ts |