mirror of
https://github.com/github/codeql.git
synced 2025-12-23 20:26:32 +01:00
Add defaultImplicitTaintRead
This commit is contained in:
@@ -9,6 +9,13 @@ private import codeql_ruby.DataFlow
|
||||
*/
|
||||
predicate defaultTaintSanitizer(DataFlow::Node node) { none() }
|
||||
|
||||
/**
|
||||
* Holds if default `TaintTracking::Configuration`s should allow implicit reads
|
||||
* of `c` at sinks and inputs to additional taint steps.
|
||||
*/
|
||||
bindingset[node]
|
||||
predicate defaultImplicitTaintRead(DataFlow::Node node, DataFlow::Content c) { none() }
|
||||
|
||||
/**
|
||||
* Holds if the additional step from `nodeFrom` to `nodeTo` should be included
|
||||
* in all global taint flow configurations.
|
||||
|
||||
Reference in New Issue
Block a user