mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
spelling: see https
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -28,7 +28,7 @@ class Configuration extends TaintTracking::Configuration {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// A stack trace is accessible as the `__traceback__` attribute of a caught exception.
|
// A stack trace is accessible as the `__traceback__` attribute of a caught exception.
|
||||||
// seehttps://docs.python.org/3/reference/datamodel.html#traceback-objects
|
// see https://docs.python.org/3/reference/datamodel.html#traceback-objects
|
||||||
override predicate isAdditionalTaintStep(DataFlow::Node nodeFrom, DataFlow::Node nodeTo) {
|
override predicate isAdditionalTaintStep(DataFlow::Node nodeFrom, DataFlow::Node nodeTo) {
|
||||||
exists(DataFlow::AttrRead attr | attr.getAttributeName() = "__traceback__" |
|
exists(DataFlow::AttrRead attr | attr.getAttributeName() = "__traceback__" |
|
||||||
nodeFrom = attr.getObject() and
|
nodeFrom = attr.getObject() and
|
||||||
|
|||||||
Reference in New Issue
Block a user