Skip to content

Commit 273eb19

Browse files
paldepindgeoffw0
andcommitted
Rust: Apply suggestions from code review
Co-authored-by: Geoffrey White <[email protected]>
1 parent 5ba4e30 commit 273eb19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rust/ql/lib/codeql/rust/dataflow/internal/TaintTrackingImpl.qll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ private import codeql.rust.internal.Type as Type
1212
private import codeql.rust.frameworks.stdlib.Builtins as Builtins
1313

1414
/**
15-
* Holds if the field `field` should, by default, be excluded from taint steps.
16-
* The syntax used to denote the field is the same as for `Field` in
17-
* models-as-data.
15+
* Holds if the field `field` should, by default, be excluded from taint steps
16+
* from the containing type to reads of the field. The models-as-data syntax
17+
* used to denote the field is the same as for `Field[]` access path elements.
1818
*/
1919
extensible predicate excludeFieldTaintStep(string field);
2020

0 commit comments

Comments
 (0)