Python: Add non-alert data for extractor diagnostics

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).
This commit is contained in:
Rasmus Wriedt Larsen
2021-04-23 13:24:45 +02:00
parent 354dee1b09
commit deb3db3f95
9 changed files with 47 additions and 0 deletions

View File

@@ -0,0 +1 @@
| good_file.py:0:0:0:0 | good_file.py | |