Merge pull request #14068 from RasmusWL/dataflow-config-refactor

Python: Use new dataflow API
This commit is contained in:
Rasmus Wriedt Larsen
2023-09-04 21:04:10 +02:00
committed by GitHub
108 changed files with 1032 additions and 728 deletions

View File

@@ -1,4 +1,4 @@
import python
import experimental.dataflow.TestUtil.DataflowQueryTest
import semmle.python.security.dataflow.UnsafeShellCommandConstructionQuery
import FromLegacyConfiguration<Configuration>
import FromTaintTrackingConfig<UnsafeShellCommandConstructionConfig>