mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Drop: ImportAdditionalLibraries.ql
This commit is contained in:
@@ -4,7 +4,5 @@
|
||||
@_namespace com.lgtm/cpp-queries
|
||||
+ semmlecode-cpp-queries/filters/ClassifyFiles.ql
|
||||
@_namespace com.lgtm/cpp-queries
|
||||
+ semmlecode-cpp-queries/filters/ImportAdditionalLibraries.ql
|
||||
@_namespace com.lgtm/cpp-queries
|
||||
|
||||
@import "cpp-alerts-lgtm"
|
||||
|
||||
@@ -1,32 +0,0 @@
|
||||
/**
|
||||
* @name (Import additional libraries)
|
||||
* @description This query produces no results but imports some libraries we
|
||||
* would like to make available in the LGTM query console even
|
||||
* if they are not used by any queries.
|
||||
* @kind file-classifier
|
||||
* @id cpp/lgtm/import-additional-libraries
|
||||
*/
|
||||
|
||||
import cpp
|
||||
|
||||
module ASTDataFlow {
|
||||
import semmle.code.cpp.dataflow.DataFlow
|
||||
import semmle.code.cpp.dataflow.DataFlow2
|
||||
import semmle.code.cpp.dataflow.DataFlow3
|
||||
import semmle.code.cpp.dataflow.DataFlow4
|
||||
import semmle.code.cpp.dataflow.TaintTracking
|
||||
}
|
||||
|
||||
module IRDataFlow {
|
||||
import semmle.code.cpp.ir.dataflow.DataFlow
|
||||
import semmle.code.cpp.ir.dataflow.DataFlow2
|
||||
import semmle.code.cpp.ir.dataflow.DataFlow3
|
||||
import semmle.code.cpp.ir.dataflow.DataFlow4
|
||||
import semmle.code.cpp.ir.dataflow.TaintTracking
|
||||
}
|
||||
|
||||
import semmle.code.cpp.valuenumbering.HashCons
|
||||
|
||||
from File f, string tag
|
||||
where none()
|
||||
select f, tag
|
||||
@@ -4,7 +4,5 @@
|
||||
@_namespace com.lgtm/java-queries
|
||||
+ semmlecode-queries/filters/ClassifyFiles.ql
|
||||
@_namespace com.lgtm/java-queries
|
||||
+ semmlecode-queries/filters/ImportAdditionalLibraries.ql
|
||||
@_namespace com.lgtm/java-queries
|
||||
|
||||
@import "java-alerts-lgtm"
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
/**
|
||||
* @name (Import additional libraries)
|
||||
* @description This query produces no results but imports some libraries we
|
||||
* would like to make available in the LGTM query console even
|
||||
* if they are not used by any queries.
|
||||
* @kind file-classifier
|
||||
* @id java/lgtm/import-additional-libraries
|
||||
*/
|
||||
|
||||
import java
|
||||
import semmle.code.java.dataflow.Guards
|
||||
import semmle.code.java.dataflow.ParityAnalysis
|
||||
|
||||
from File f, string tag
|
||||
where none()
|
||||
select f, tag
|
||||
@@ -4,7 +4,5 @@
|
||||
@_namespace com.lgtm/python-queries
|
||||
+ semmlecode-python-queries/Filters/ClassifyFiles.ql
|
||||
@_namespace com.lgtm/python-queries
|
||||
+ semmlecode-python-queries/Filters/ImportAdditionalLibraries.ql
|
||||
@_namespace com.lgtm/python-queries
|
||||
|
||||
@import "python-alerts-lgtm"
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
/**
|
||||
* @name (Import additional libraries)
|
||||
* @description This query produces no results but imports some libraries we
|
||||
* would like to make available in the LGTM query console even
|
||||
* if they are not used by any queries.
|
||||
* @kind file-classifier
|
||||
* @id py/lgtm/import-additional-libraries
|
||||
*/
|
||||
|
||||
private import external.CodeDuplication
|
||||
private import external.Thrift
|
||||
private import external.VCS
|
||||
|
||||
from File f, string tag
|
||||
where none()
|
||||
select f, tag
|
||||
Reference in New Issue
Block a user