Skip to content

Commit 2341c82

Browse files
authored
Merge pull request github#13342 from erik-krogh/once-again-deps
Py: delete more old deprecations
2 parents cdc1c2c + 47d0a6d commit 2341c82

File tree

99 files changed

+42
-3361
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+42
-3361
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
category: minorAnalysis
3+
---
4+
* Deleted many models that used the old dataflow library, the new models can be found in the `python/ql/lib/semmle/python/frameworks` folder.

python/ql/lib/semmle/python/dataflow/old/TaintTracking.qll

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,14 @@ module DataFlow {
664664
}
665665
}
666666

667+
deprecated private class DataFlowType extends TaintKind {
668+
// this only exists to avoid an empty recursion error in the type checker
669+
DataFlowType() {
670+
this = "Data flow" and
671+
1 = 2
672+
}
673+
}
674+
667675
pragma[noinline]
668676
private predicate dict_construct(ControlFlowNode itemnode, ControlFlowNode dictnode) {
669677
dictnode.(DictNode).getAValue() = itemnode

python/ql/lib/semmle/python/security/Exceptions.qll

Lines changed: 0 additions & 103 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import python
22
import semmle.python.dataflow.TaintTracking
33

4-
abstract class SqlInjectionSink extends TaintSink { }
4+
abstract deprecated class SqlInjectionSink extends TaintSink { }

python/ql/lib/semmle/python/security/injection/Command.qll

Lines changed: 0 additions & 263 deletions
This file was deleted.

0 commit comments

Comments
 (0)