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 a3c1d08 commit 744f265Copy full SHA for 744f265
java/ql/lib/semmle/code/java/security/CommandLineQuery.qll
@@ -51,6 +51,9 @@ module RemoteUserInputToArgumentToExecFlowConfig implements DataFlow::ConfigSig
51
}
52
53
54
+/**
55
+ * Taint-tracking flow for unvalidated user input that is used to run an external process.
56
+ */
57
module RemoteUserInputToArgumentToExecFlow =
58
TaintTracking::Global<RemoteUserInputToArgumentToExecFlowConfig>;
59
0 commit comments