Skip to content

Commit

Permalink
Merge pull request #151 from microsoft/dilan/remove-deprecated-dataflow
Browse files Browse the repository at this point in the history
Remove Deprecated DataFlow Libs
  • Loading branch information
dilanbhalla authored Dec 10, 2024
2 parents 58f8523 + f91c91e commit 46cbe2f
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 90 deletions.
2 changes: 1 addition & 1 deletion cpp/ql/lib/semmle/code/cpp/dataflow/DataFlow.qll
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import cpp
* Provides classes for performing local (intra-procedural) and
* global (inter-procedural) data flow analyses.
*/
module DataFlow {
deprecated module DataFlow {
private import semmle.code.cpp.dataflow.internal.DataFlowImplSpecific
private import codeql.dataflow.DataFlow
import DataFlowMake<Location, CppOldDataFlow>
Expand Down
22 changes: 0 additions & 22 deletions cpp/ql/lib/semmle/code/cpp/dataflow/DataFlow2.qll

This file was deleted.

22 changes: 0 additions & 22 deletions cpp/ql/lib/semmle/code/cpp/dataflow/DataFlow3.qll

This file was deleted.

22 changes: 0 additions & 22 deletions cpp/ql/lib/semmle/code/cpp/dataflow/DataFlow4.qll

This file was deleted.

2 changes: 1 addition & 1 deletion cpp/ql/lib/semmle/code/cpp/dataflow/TaintTracking.qll
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import semmle.code.cpp.dataflow.DataFlow2
* Provides classes for performing local (intra-procedural) and
* global (inter-procedural) taint-tracking analyses.
*/
module TaintTracking {
deprecated module TaintTracking {
import semmle.code.cpp.dataflow.internal.tainttracking1.TaintTrackingParameter::Public
private import semmle.code.cpp.dataflow.internal.DataFlowImplSpecific
private import semmle.code.cpp.dataflow.internal.TaintTrackingImplSpecific
Expand Down
22 changes: 0 additions & 22 deletions cpp/ql/lib/semmle/code/cpp/dataflow/TaintTracking2.qll

This file was deleted.

0 comments on commit 46cbe2f

Please sign in to comment.