Skip to content

Commit 19b8d51

Browse files
committed
Update CommandLineQuery
Make TaintTracking configuration public
1 parent abaa71e commit 19b8d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/security/CommandLineQuery.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import semmle.code.java.dataflow.FlowSources
1111
import semmle.code.java.security.ExternalProcess
1212
import semmle.code.java.security.CommandArguments
1313

14-
private class RemoteUserInputToArgumentToExecFlowConfig extends TaintTracking::Configuration {
14+
class RemoteUserInputToArgumentToExecFlowConfig extends TaintTracking::Configuration {
1515
RemoteUserInputToArgumentToExecFlowConfig() {
1616
this = "ExecCommon::RemoteUserInputToArgumentToExecFlowConfig"
1717
}

0 commit comments

Comments
 (0)