Merge pull request #10802 from jsoref/spelling-python

Spelling python
This commit is contained in:
Taus
2022-10-17 11:33:27 +02:00
committed by GitHub
43 changed files with 86 additions and 86 deletions

View File

@@ -28,7 +28,7 @@ class Configuration extends TaintTracking::Configuration {
}
// 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) {
exists(DataFlow::AttrRead attr | attr.getAttributeName() = "__traceback__" |
nodeFrom = attr.getObject() and