mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +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
|
||||
|
||||
/**
|
||||
* 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
|
||||
* models-as-data.
|
||||
* Holds if the field `field` should, by default, be excluded from taint steps
|
||||
* from the containing type to reads of the field. The models-as-data syntax
|
||||
* used to denote the field is the same as for `Field[]` access path elements.
|
||||
*/
|
||||
extensible predicate excludeFieldTaintStep(string field);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user