mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
C++: autoformat
This commit is contained in:
@@ -3,9 +3,7 @@ import semmle.code.cpp.ir.dataflow.DefaultTaintTracking as IR
|
||||
import cpp
|
||||
|
||||
class SourceConfiguration extends IR::TaintedWithPath::TaintTrackingConfiguration {
|
||||
override predicate isSink(Element e) {
|
||||
any()
|
||||
}
|
||||
override predicate isSink(Element e) { any() }
|
||||
}
|
||||
|
||||
from Expr source, Element tainted, string side
|
||||
|
||||
Reference in New Issue
Block a user