Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update python/ql/lib/semmle/python/security/dataflow/PathInjectionQue…
…ry.qll

Co-authored-by: Rasmus Wriedt Larsen <[email protected]>
  • Loading branch information
am0o0 and RasmusWL authored Sep 28, 2023
commit 8d47a7b21d24e588257800e28f594ad365ab82ef
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ deprecated class Configuration extends TaintTracking::Configuration {
sink instanceof Sink and
(
state instanceof NotNormalized or
state instanceof NormalizedUnchecked
state instanceof NormalizedUnchecked
)
}

Expand Down