File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
test/experimental/query-tests/Security/CWE-074-SecondaryServerCmdInjection Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ class FabricConnection extends FindSubclassesSpec {
328
328
FabricConnection ( ) { this = "fabric.connection.Connection~Subclass" }
329
329
330
330
override API:: Node getAlreadyModeledClass ( ) {
331
- result = any ( FabricV2:: Fabric:: Connection:: ConnectionClass:: Instance i )
331
+ result instanceof FabricV2:: Fabric:: Connection:: ConnectionClass:: Instance
332
332
}
333
333
}
334
334
Original file line number Diff line number Diff line change 1
1
import python
2
- import experimental .dataflow.TestUtil .DataflowQueryTest
2
+ import TestUtilities .dataflow.DataflowQueryTest
3
3
import experimental.semmle.python.security.SecondaryServerCmdInjection
4
4
import FromTaintTrackingConfig< SecondaryCommandInjectionConfig >
You can’t perform that action at this time.
0 commit comments