Update python/ql/test/experimental/meta/InlineTaintTest.qll

Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
yoff
2021-11-09 13:00:35 +01:00
committed by GitHub
parent 3f4c2ba24e
commit 5f4aad40c1

View File

@@ -30,6 +30,8 @@ DataFlow::Node shouldNotBeTainted() {
)
}
// this module allows the configuration to be imported in other `.ql` files without the
// top level query predicates of this file coming into scope.
module Conf {
class TestTaintTrackingConfiguration extends TaintTracking::Configuration {
TestTaintTrackingConfiguration() { this = "TestTaintTrackingConfiguration" }