Skip to content

Instantly share code, notes, and snippets.

@RasmusWL
Created April 8, 2020 12:01
Show Gist options
  • Save RasmusWL/47f6242b132c97847f32f63751573067 to your computer and use it in GitHub Desktop.
Save RasmusWL/47f6242b132c97847f32f63751573067 to your computer and use it in GitHub Desktop.
What I want from `codeql test`
| test.py:14 | ✓ | test_basic | s | <NO TAINT> |
| test.py:16 | ✓ | test_basic | s | externally controlled string |
| test.py:19 | ✓ | test_basic | s | externally controlled string |
| test.py:21 | ✓ | test_basic | s | <NO TAINT> |
| test.py:29 | ✓ | test_or | s | externally controlled string |
| test.py:31 | ✓ | test_or | s | externally controlled string |
| test.py:35 | ✓ | test_or | s | externally controlled string |
| test.py:37 | ✓ | test_or | s | externally controlled string |
| test.py:41 | ✓ | test_or | s | externally controlled string |
| test.py:43 | ✓ | test_or | s | externally controlled string |
| test.py:51 | ✓ | test_and | s | <NO TAINT> |
| test.py:53 | ✓ | test_and | s | externally controlled string |
| test.py:57 | ✓ | test_and | s | externally controlled string |
| test.py:59 | ✓ | test_and | s | <NO TAINT> |
| test.py:63 | ✓ | test_and | s | externally controlled string |
| test.py:65 | ✓ | test_and | s | <NO TAINT> |
| test.py:73 | ✕ | test_tricky | s | externally controlled string |
| test.py:77 | ✕ | test_tricky | s_ | externally controlled string |
| test.py:83 | ✓ | test_nesting_not | s | <NO TAINT> |
| test.py:85 | ✓ | test_nesting_not | s | externally controlled string |
| test.py:88 | ✓ | test_nesting_not | s | externally controlled string |
| test.py:90 | ✓ | test_nesting_not | s | <NO TAINT> |
| test.py:98 | ✓ | test_nesting_not_with_and_true | s | externally controlled string |
| test.py:100 | ✓ | test_nesting_not_with_and_true | s | <NO TAINT> |
| test.py:103 | ✓ | test_nesting_not_with_and_true | s | <NO TAINT> |
| test.py:105 | ✓ | test_nesting_not_with_and_true | s | externally controlled string |
| test.py:108 | ✓ | test_nesting_not_with_and_true | s | externally controlled string |
| test.py:110 | ✓ | test_nesting_not_with_and_true | s | <NO TAINT> |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment