Skip to content

Commit a8fe10f

Browse files
authored
Java template injection query: import pathgraph
1 parent 50d9945 commit a8fe10f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/ql/src/experimental/Security/CWE/CWE-094/TemplateInjection.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
import java
1313
import TemplateInjection
14+
import DataFlow::PathGraph
1415

1516
from TemplateInjectionFlowConfig config, DataFlow::PathNode source, DataFlow::PathNode sink
1617
where config.hasFlowPath(source, sink)

0 commit comments

Comments
 (0)