We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f4c2ba commit 5f4aad4Copy full SHA for 5f4aad4
python/ql/test/experimental/meta/InlineTaintTest.qll
@@ -30,6 +30,8 @@ DataFlow::Node shouldNotBeTainted() {
30
)
31
}
32
33
+// this module allows the configuration to be imported in other `.ql` files without the
34
+// top level query predicates of this file coming into scope.
35
module Conf {
36
class TestTaintTrackingConfiguration extends TaintTracking::Configuration {
37
TestTaintTrackingConfiguration() { this = "TestTaintTrackingConfiguration" }
0 commit comments