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 d610d72 commit 6a8c592Copy full SHA for 6a8c592
cpp/ql/lib/semmle/code/cpp/ir/dataflow/FlowSteps.qll
@@ -11,7 +11,7 @@ private import semmle.code.cpp.dataflow.new.DataFlow
11
* is itself tainted.
12
*
13
* For example, if we had a type `struct Container { int field; }`, then by default a tainted
14
- * `Container` and a `Container` with a tainted `Contained` stored in its `field` are distinct.
+ * `Container` and a `Container` with a tainted `int` stored in its `field` are distinct.
15
16
* If `any(DataFlow::FieldContent fc | fc.getField().hasQualifiedName("Container", "field"))` was
17
* included in this type however, then a tainted `Container` would imply that its `field` is also
0 commit comments