We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c78f390 commit 8d47a7bCopy full SHA for 8d47a7b
python/ql/lib/semmle/python/security/dataflow/PathInjectionQuery.qll
@@ -38,7 +38,7 @@ deprecated class Configuration extends TaintTracking::Configuration {
38
sink instanceof Sink and
39
(
40
state instanceof NotNormalized or
41
- state instanceof NormalizedUnchecked
+ state instanceof NormalizedUnchecked
42
)
43
}
44
0 commit comments