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
37
37
/**
38
38
* A taint-tracking configuration for unvalidated user input that is used to run an external process.
39
39
*/
40
- private module RemoteUserInputToArgumentToExecFlowConfig implements DataFlow:: ConfigSig {
40
+ module RemoteUserInputToArgumentToExecFlowConfig implements DataFlow:: ConfigSig {
41
41
predicate isSource ( DataFlow:: Node src ) { src instanceof RemoteFlowSource }
42
42
43
43
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
35
35
/**
36
36
* A taint-tracking configuration characterising request-forgery risks.
37
37
*/
38
- private module RequestForgeryConfig implements DataFlow:: ConfigSig {
38
+ module RequestForgeryConfig implements DataFlow:: ConfigSig {
39
39
predicate isSource ( DataFlow:: Node source ) {
40
40
source instanceof RemoteFlowSource and
41
41
// 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