We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a87d27b commit 90da071Copy full SHA for 90da071
2 files changed
python/ql/src/meta/ClassHierarchy/Find.ql
@@ -328,7 +328,7 @@ class FabricConnection extends FindSubclassesSpec {
328
FabricConnection() { this = "fabric.connection.Connection~Subclass" }
329
330
override API::Node getAlreadyModeledClass() {
331
- result = any(FabricV2::Fabric::Connection::ConnectionClass::Instance i)
+ result instanceof FabricV2::Fabric::Connection::ConnectionClass::Instance
332
}
333
334
python/ql/test/experimental/query-tests/Security/CWE-074-SecondaryServerCmdInjection/DataflowQueryTest.ql
@@ -1,4 +1,4 @@
1
import python
2
-import experimental.dataflow.TestUtil.DataflowQueryTest
+import TestUtilities.dataflow.DataflowQueryTest
3
import experimental.semmle.python.security.SecondaryServerCmdInjection
4
import FromTaintTrackingConfig<SecondaryCommandInjectionConfig>
0 commit comments