C++: autoformat

This commit is contained in:
Robert Marsh
2020-11-13 16:14:07 -08:00
parent 29eacbd28b
commit 525aeb6551
2 changed files with 9 additions and 5 deletions

View File

@@ -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