File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
java/ql/lib/semmle/code/java/security Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ deprecated private class SensitiveResultReceiverConf extends TaintTracking::Conf
51
51
}
52
52
}
53
53
54
- module SensitiveResultReceiverConfig implements DataFlow:: ConfigSig {
54
+ private module SensitiveResultReceiverConfig implements DataFlow:: ConfigSig {
55
55
predicate isSource ( DataFlow:: Node node ) { node .asExpr ( ) instanceof SensitiveExpr }
56
56
57
57
predicate isSink ( DataFlow:: Node node ) {
@@ -64,7 +64,7 @@ module SensitiveResultReceiverConfig implements DataFlow::ConfigSig {
64
64
predicate allowImplicitRead ( DataFlow:: Node n , DataFlow:: ContentSet c ) { isSink ( n ) and exists ( c ) }
65
65
}
66
66
67
- module SensitiveResultReceiverFlow = TaintTracking:: Global< SensitiveResultReceiverConfig > ;
67
+ private module SensitiveResultReceiverFlow = TaintTracking:: Global< SensitiveResultReceiverConfig > ;
68
68
69
69
/**
70
70
* DEPRECATED: Use `isSensitiveResultReceiver` instead.
You can’t perform that action at this time.
0 commit comments