This website requires JavaScript.
Explore
Help
Register
Sign In
hohn
/
codeql
Watch
1
Star
0
Fork
0
You've already forked codeql
mirror of
https://github.com/github/codeql.git
synced
2026-05-15 19:59:28 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
copilot/fix-path-injection-sanitizer
codeql
/
python
/
ql
/
test
/
query-tests
/
Exceptions
/
general
History
Owen Mansel-Chan
5a97348e78
python: Inline expectation should have space after $
...
This was a regex-find-replace from `# \$(?! )` (using a negative lookahead) to `# $ `.
2026-03-04 12:45:05 +00:00
..
CatchingBaseException.expected
Update test output. Accepting some FNs due to dataflow issue.
2025-09-06 00:45:15 +01:00
CatchingBaseException.qlref
…
EmptyExcept.expected
Update test output. Accepting some FNs due to dataflow issue.
2025-09-06 00:45:15 +01:00
EmptyExcept.qlref
…
exceptions_test.py
python: Inline expectation should have space after $
2026-03-04 12:45:05 +00:00
IllegalExceptionHandlerType.expected
Update test output. Accepting some FNs due to dataflow issue.
2025-09-06 00:45:15 +01:00
IllegalExceptionHandlerType.qlref
…
IllegalRaise.expected
…
IllegalRaise.qlref
…
IncorrectExceptOrder.expected
Update test output. Accepting some FNs due to dataflow issue.
2025-09-06 00:45:15 +01:00
IncorrectExceptOrder.qlref
Add tests (WIP)
2025-08-25 13:30:45 +01:00
NotImplementedIsNotAnException.expected
Update test output. Accepting some FNs due to dataflow issue.
2025-09-06 00:45:15 +01:00
NotImplementedIsNotAnException.qlref
…
pypy_test.py
…