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