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 abaa71e commit 19b8d51Copy full SHA for 19b8d51
java/ql/lib/semmle/code/java/security/CommandLineQuery.qll
@@ -11,7 +11,7 @@ import semmle.code.java.dataflow.FlowSources
11
import semmle.code.java.security.ExternalProcess
12
import semmle.code.java.security.CommandArguments
13
14
-private class RemoteUserInputToArgumentToExecFlowConfig extends TaintTracking::Configuration {
+class RemoteUserInputToArgumentToExecFlowConfig extends TaintTracking::Configuration {
15
RemoteUserInputToArgumentToExecFlowConfig() {
16
this = "ExecCommon::RemoteUserInputToArgumentToExecFlowConfig"
17
}
0 commit comments