mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
Python: Moves old predicates to suffixed form
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
import python
|
||||
|
||||
from ExceptFlowNode ex, Value t, ClassValue c, ControlFlowNode origin, string what
|
||||
where ex.handledException(t, c, origin) and
|
||||
where ex.handledException_objectapi(t, c, origin) and
|
||||
(
|
||||
exists(ClassValue x | x = t |
|
||||
not x.isLegalExceptionType() and
|
||||
|
||||
Reference in New Issue
Block a user