We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d77092c commit 408e38aCopy full SHA for 408e38a
cpp/ql/src/semmle/code/cpp/security/TaintTracking.qll
@@ -1,5 +1,7 @@
1
/*
2
* Support for tracking tainted data through the program.
3
+ *
4
+ * Prefer to use `semmle.code.cpp.dataflow.TaintTracking` when designing new queries.
5
*/
6
7
import semmle.code.cpp.ir.dataflow.DefaultTaintTracking
cpp/ql/src/semmle/code/cpp/security/TaintTrackingImpl.qll
@@ -1,4 +1,8 @@
/**
+ * DEPRECATED: we now use `semmle.code.cpp.ir.dataflow.DefaultTaintTracking`,
+ * which is based on the IR but designed to behave similarly to this old
+ * libarary.
* Provides the implementation of `semmle.code.cpp.security.TaintTracking`. Do
* not import this file directly.
8
0 commit comments