mirror of
https://github.com/github/codeql.git
synced 2026-04-22 23:35:14 +02:00
This is basically just a port of the C++/JS queries added in: - https://github.com/github/codeql/pull/5414 (C++) - https://github.com/github/codeql/pull/5656 (JS) SyntaxError should capture all errors we have information about. At least in `python/ql/src/semmlecode.python.dbscheme` the only match for `error` is `py_syntax_error_versioned` (which `SyntaxError` is based on).
3 lines
285 B
Plaintext
3 lines
285 B
Plaintext
| bad_encoding.py:2:11:2:11 | Encoding Error | Extraction failed in bad_encoding.py with error 'utf-8' codec can't decode byte 0x9d in position 88: invalid start byte | 2 |
|
|
| syntax_error.py:1:31:1:31 | Syntax Error | Extraction failed in syntax_error.py with error Syntax Error | 2 |
|