Skip to content

Commit a9cfc60

Browse files
committed
python: move supporting libraries
and update reference in query
1 parent 88efcff commit a9cfc60

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

python/ql/src/Security/CWE-643/XpathInjection.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ private import semmle.python.Concepts
1717
private import semmle.python.ApiGraphs
1818
private import semmle.python.dataflow.new.RemoteFlowSources
1919
private import semmle.python.dataflow.new.BarrierGuards
20-
import XpathInjection::XpathInjection
20+
import semmle.python.security.dataflow.XpathInjection::XpathInjection
2121
import DataFlow::PathGraph
2222

2323
class XpathInjectionConfiguration extends TaintTracking::Configuration {

0 commit comments

Comments
 (0)