зеркало из https://github.com/github/codeql.git
Python: Modernizes query
This commit is contained in:
Родитель
85f5ad2231
Коммит
b33b222db8
|
@ -19,7 +19,7 @@ predicate doesnt_reraise(ExceptStmt ex) {
|
|||
}
|
||||
|
||||
predicate catches_base_exception(ExceptStmt ex) {
|
||||
ex.getType().refersTo(theBaseExceptionType())
|
||||
ex.getType().pointsTo(ClassValue::baseException())
|
||||
or
|
||||
not exists(ex.getType())
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче