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 2
2
3
3
import java
4
4
import semmle.code.java.dataflow.TaintTracking
5
- private import semmle.code.java.dataflow.TaintTracking2
6
5
import semmle.code.java.dataflow.FlowSources
7
6
import semmle.code.java.security.SensitiveActions
8
7
@@ -64,7 +63,8 @@ private module SensitiveResultReceiverConfig implements DataFlow::ConfigSig {
64
63
predicate allowImplicitRead ( DataFlow:: Node n , DataFlow:: ContentSet c ) { isSink ( n ) and exists ( c ) }
65
64
}
66
65
67
- private module SensitiveResultReceiverFlow = TaintTracking:: Global< SensitiveResultReceiverConfig > ;
66
+ /** Taint tracking flow for sensitive expressions flowing to untrusted result receivers. */
67
+ 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