mirror of
https://github.com/github/codeql.git
synced 2026-04-24 16:25:15 +02:00
[DIFF-INFORMED] Rust: SqlInjection
This commit is contained in:
@@ -26,6 +26,8 @@ module SqlInjectionConfig implements DataFlow::ConfigSig {
|
||||
predicate isSink(DataFlow::Node node) { node instanceof Sink }
|
||||
|
||||
predicate isBarrier(DataFlow::Node barrier) { barrier instanceof Barrier }
|
||||
|
||||
predicate observeDiffInformedIncrementalMode() { any() }
|
||||
}
|
||||
|
||||
module SqlInjectionFlow = TaintTracking::Global<SqlInjectionConfig>;
|
||||
|
||||
Reference in New Issue
Block a user