mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Rust: Apply suggestions from code review
Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
This commit is contained in:
committed by
Simon Friis Vindum
parent
5ba4e30c20
commit
273eb19b88
@@ -12,9 +12,9 @@ private import codeql.rust.internal.Type as Type
|
|||||||
private import codeql.rust.frameworks.stdlib.Builtins as Builtins
|
private import codeql.rust.frameworks.stdlib.Builtins as Builtins
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds if the field `field` should, by default, be excluded from taint steps.
|
* Holds if the field `field` should, by default, be excluded from taint steps
|
||||||
* The syntax used to denote the field is the same as for `Field` in
|
* from the containing type to reads of the field. The models-as-data syntax
|
||||||
* models-as-data.
|
* used to denote the field is the same as for `Field[]` access path elements.
|
||||||
*/
|
*/
|
||||||
extensible predicate excludeFieldTaintStep(string field);
|
extensible predicate excludeFieldTaintStep(string field);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user