File tree Expand file tree Collapse file tree
java/ql/lib/semmle/code/java/security Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ deprecated private class SensitiveResultReceiverConf extends TaintTracking::Conf
5151 }
5252}
5353
54- module SensitiveResultReceiverConfig implements DataFlow:: ConfigSig {
54+ private module SensitiveResultReceiverConfig implements DataFlow:: ConfigSig {
5555 predicate isSource ( DataFlow:: Node node ) { node .asExpr ( ) instanceof SensitiveExpr }
5656
5757 predicate isSink ( DataFlow:: Node node ) {
@@ -64,7 +64,7 @@ module SensitiveResultReceiverConfig implements DataFlow::ConfigSig {
6464 predicate allowImplicitRead ( DataFlow:: Node n , DataFlow:: ContentSet c ) { isSink ( n ) and exists ( c ) }
6565}
6666
67- module SensitiveResultReceiverFlow = TaintTracking:: Global< SensitiveResultReceiverConfig > ;
67+ private module SensitiveResultReceiverFlow = TaintTracking:: Global< SensitiveResultReceiverConfig > ;
6868
6969/**
7070 * DEPRECATED: Use `isSensitiveResultReceiver` instead.
You can’t perform that action at this time.
0 commit comments