File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
python/ql/src/experimental/semmle/python/security Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
private import python
2
- private import semmle.python.dataflow.new.TaintTracking
3
2
private import semmle.python.dataflow.new.TaintTracking2
4
- private import semmle.python.dataflow.new.TaintTracking3
3
+ private import semmle.python.dataflow.new.TaintTracking
5
4
private import semmle.python.dataflow.new.DataFlow
6
5
private import semmle.python.dataflow.new.DataFlow2
7
6
private import semmle.python.ApiGraphs
@@ -239,7 +238,7 @@ private string sensitiveheaders() {
239
238
/**
240
239
* A config that tracks data flow from remote user input to Variable that hold sensitive info
241
240
*/
242
- class UserInputSecretConfig extends TaintTracking2 :: Configuration {
241
+ class UserInputSecretConfig extends TaintTracking :: Configuration {
243
242
UserInputSecretConfig ( ) { this = "UserInputSecretConfig" }
244
243
245
244
override predicate isSource ( DataFlow:: Node source ) { source instanceof RemoteFlowSource }
You can’t perform that action at this time.
0 commit comments