mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
C++: Add missing QLDoc comments
This commit is contained in:
@@ -18,6 +18,10 @@
|
|||||||
import semmle.code.cpp.dataflow.old.DataFlow
|
import semmle.code.cpp.dataflow.old.DataFlow
|
||||||
import semmle.code.cpp.dataflow.old.DataFlow2
|
import semmle.code.cpp.dataflow.old.DataFlow2
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Provides classes for performing local (intra-procedural) and
|
||||||
|
* global (inter-procedural) taint-tracking analyses.
|
||||||
|
*/
|
||||||
module TaintTracking {
|
module TaintTracking {
|
||||||
import semmle.code.cpp.dataflow.old.internal.tainttracking1.TaintTrackingImpl
|
import semmle.code.cpp.dataflow.old.internal.tainttracking1.TaintTrackingImpl
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,6 +10,11 @@
|
|||||||
*
|
*
|
||||||
* See `semmle.code.cpp.dataflow.old.TaintTracking` for the full documentation.
|
* See `semmle.code.cpp.dataflow.old.TaintTracking` for the full documentation.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Provides classes for performing local (intra-procedural) and
|
||||||
|
* global (inter-procedural) taint-tracking analyses.
|
||||||
|
*/
|
||||||
module TaintTracking2 {
|
module TaintTracking2 {
|
||||||
import semmle.code.cpp.dataflow.old.internal.tainttracking2.TaintTrackingImpl
|
import semmle.code.cpp.dataflow.old.internal.tainttracking2.TaintTrackingImpl
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user