Skip to content

Commit 8d47a7b

Browse files
am0o0RasmusWL
andauthored
Update python/ql/lib/semmle/python/security/dataflow/PathInjectionQuery.qll
Co-authored-by: Rasmus Wriedt Larsen <[email protected]>
1 parent c78f390 commit 8d47a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ deprecated class Configuration extends TaintTracking::Configuration {
3838
sink instanceof Sink and
3939
(
4040
state instanceof NotNormalized or
41-
state instanceof NormalizedUnchecked
41+
state instanceof NormalizedUnchecked
4242
)
4343
}
4444

0 commit comments

Comments
 (0)