We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a15eae commit 1d5be1eCopy full SHA for 1d5be1e
java/lib/ghsl/CommandInjectionRuntimeExec.qll
@@ -37,8 +37,6 @@ module RuntimeExec {
37
}
38
39
module RuntimeExecFlow = TaintTracking::Global<RuntimeExecConfiguration>;
40
-
41
- import RuntimeExecFlow::PathGraph
42
43
44
// taint flow from user data to args of the command
@@ -64,8 +62,6 @@ module ExecTaint {
64
62
65
63
66
module ExecTaintFlow = TaintTracking::Global<ExecTaintConfiguration>;
67
68
- import ExecTaintFlow::PathGraph
69
70
71
// array[3] = node
0 commit comments