Skip to content

Commit bc339e4

Browse files
committed
spelling: see https
Signed-off-by: Josh Soref <[email protected]>
1 parent ad7dc81 commit bc339e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/lib/semmle/python/security/dataflow/StackTraceExposureQuery.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Configuration extends TaintTracking::Configuration {
2828
}
2929

3030
// A stack trace is accessible as the `__traceback__` attribute of a caught exception.
31-
// seehttps://docs.python.org/3/reference/datamodel.html#traceback-objects
31+
// see https://docs.python.org/3/reference/datamodel.html#traceback-objects
3232
override predicate isAdditionalTaintStep(DataFlow::Node nodeFrom, DataFlow::Node nodeTo) {
3333
exists(DataFlow::AttrRead attr | attr.getAttributeName() = "__traceback__" |
3434
nodeFrom = attr.getObject() and

0 commit comments

Comments
 (0)