File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
java/ql/lib/semmle/code/java/security Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ deprecated class RemoteUserInputToArgumentToExecFlowConfig extends TaintTracking
3737/**
3838 * A taint-tracking configuration for unvalidated user input that is used to run an external process.
3939 */
40- private module RemoteUserInputToArgumentToExecFlowConfig implements DataFlow:: ConfigSig {
40+ module RemoteUserInputToArgumentToExecFlowConfig implements DataFlow:: ConfigSig {
4141 predicate isSource ( DataFlow:: Node src ) { src instanceof RemoteFlowSource }
4242
4343 predicate isSink ( DataFlow:: Node sink ) { sink .asExpr ( ) instanceof ArgumentToExec }
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ deprecated class RequestForgeryConfiguration extends TaintTracking::Configuratio
3535/**
3636 * A taint-tracking configuration characterising request-forgery risks.
3737 */
38- private module RequestForgeryConfig implements DataFlow:: ConfigSig {
38+ module RequestForgeryConfig implements DataFlow:: ConfigSig {
3939 predicate isSource ( DataFlow:: Node source ) {
4040 source instanceof RemoteFlowSource and
4141 // Exclude results of remote HTTP requests: fetching something else based on that result
You can’t perform that action at this time.
0 commit comments