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 2cd988d commit a8ffb4fCopy full SHA for a8ffb4f
cpp/ql/src/semmle/code/cpp/models/interfaces/Taint.qll
@@ -14,6 +14,9 @@ import semmle.code.cpp.models.Models
14
/**
15
* A library function for which a taint-tracking library should propagate taint
16
* from a parameter or qualifier to an output buffer, return value, or qualifier.
17
+ *
18
+ * An expression is tainted if it could be influenced by an attacker to have
19
+ * an unusual value.
20
*
21
* Note that this does not include direct copying of values; that is covered by
22
* DataFlowModel.qll
0 commit comments