Skip to content

Commit 119a32f

Browse files
committed
fix naming error
1 parent db0f38f commit 119a32f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ruby/ql/src/experimental/xpath-injection/XpathInjection.ql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414
import codeql.ruby.DataFlow
1515
import codeql.ruby.security.XpathInjectionQuery
16-
import XPathInjection::PathGraph
16+
import XpathInjection::PathGraph
1717

18-
from XPathInjection::PathNode source, XPathInjection::PathNode sink
19-
where XPathInjection::hasFlowPath(source, sink)
18+
from XpathInjection::PathNode source, XpathInjection::PathNode sink
19+
where XpathInjection::hasFlowPath(source, sink)
2020
select sink.getNode(), source, sink, "XPath expression depends on a $@.", source.getNode(),
2121
"user-provided value"

0 commit comments

Comments
 (0)