Exclude test files

This commit is contained in:
Owen Mansel-Chan
2020-11-11 15:36:17 +00:00
parent fe5822ae3a
commit 171e433593

View File

@@ -71,6 +71,8 @@ class ExternalAPIDataNode extends DataFlow::Node {
) and
// Not defined in the code that is being analysed
not exists(call.getACallee().getBody()) and
// Not defined in a test file
not call.getFile() instanceof TestFile and
// Not already modeled as a taint step
not exists(DataFlow::Node next | TaintTracking::localTaintStep(this, next)) and
// Not a sink for a commonly-used query