mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Merge pull request #2448 from tausbn/python-use-import-python-consistently
Approved by RasmusWL
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
* @kind file-classifier
|
||||
* @id py/not-generated-file-filter
|
||||
*/
|
||||
import python
|
||||
import external.DefectFilter
|
||||
import semmle.python.filters.GeneratedCode
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
* @kind file-classifier
|
||||
* @id py/not-test-file-filter
|
||||
*/
|
||||
import python
|
||||
import external.DefectFilter
|
||||
import semmle.python.filters.Tests
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
* external/cwe/cwe-798
|
||||
*/
|
||||
|
||||
import python
|
||||
import semmle.python.security.TaintTracking
|
||||
import semmle.python.filters.Tests
|
||||
|
||||
|
||||
1
python/ql/src/external/DuplicateBlock.ql
vendored
1
python/ql/src/external/DuplicateBlock.ql
vendored
@@ -14,6 +14,7 @@
|
||||
* @precision medium
|
||||
* @id py/duplicate-block
|
||||
*/
|
||||
import python
|
||||
import CodeDuplication
|
||||
|
||||
predicate sorted_by_location(DuplicateBlock x, DuplicateBlock y) {
|
||||
|
||||
Reference in New Issue
Block a user