File tree Expand file tree Collapse file tree
cpp/ql/lib/semmle/code/cpp
ir/implementation/raw/internal
csharp/ql/src/Likely Bugs
java/ql/lib/semmle/code/java/dataflow
lib/semmle/python/web/pyramid
test/library-tests/PointsTo/global Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ private import TranslatedDeclarationEntry
1111private import TranslatedElement
1212private import TranslatedFunction
1313private import TranslatedInitialization
14- private import TranslatedFunction
1514private import TranslatedStmt
1615import TranslatedCall
1716
Original file line number Diff line number Diff line change 55
66import semmle.code.cpp.Function
77import semmle.code.cpp.models.interfaces.ArrayFunction
8- import semmle.code.cpp.models.interfaces.ArrayFunction
98import semmle.code.cpp.models.interfaces.Alias
109import semmle.code.cpp.models.interfaces.SideEffect
1110import semmle.code.cpp.models.interfaces.Taint
Original file line number Diff line number Diff line change 11import csharp
22import semmle.code.csharp.dataflow.DataFlow
3- import csharp
43
54class ImplementsICryptoTransform extends Class {
65 ImplementsICryptoTransform ( ) {
Original file line number Diff line number Diff line change @@ -137,7 +137,6 @@ private module Frameworks {
137137 private import semmle.code.java.frameworks.MyBatis
138138 private import semmle.code.java.frameworks.Hibernate
139139 private import semmle.code.java.frameworks.jOOQ
140- private import semmle.code.java.frameworks.spring.SpringHttp
141140}
142141
143142private predicate sourceModelCsv ( string row ) {
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import semmle.python.dataflow.TaintTracking
33import semmle.python.security.strings.Basic
44import semmle.python.web.Http
55private import semmle.python.web.pyramid.View
6- private import semmle.python.web.Http
76
87/**
98 * A pyramid response, which is vulnerable to any sort of
Original file line number Diff line number Diff line change 1010 * @id py/str-format/surplus-argument
1111 */
1212
13- import python
1413import python
1514import AdvancedFormatting
1615
Original file line number Diff line number Diff line change 1010
1111import python
1212import Lexical.CommentedOutCode
13- import python
1413
1514from File f , int n
1615where n = count ( CommentedOutCodeLine c | not c .maybeExampleCode ( ) and c .getLocation ( ) .getFile ( ) = f )
Original file line number Diff line number Diff line change 11import python
2- import python
32import semmle.python.pointsto.PointsTo
43import semmle.python.pointsto.PointsToContext
54import semmle.python.objects.ObjectInternal
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ private import codeql.ruby.ast.internal.Expr
77private import codeql.ruby.ast.internal.Variable
88private import codeql.ruby.ast.internal.Pattern
99private import codeql.ruby.ast.internal.Scope
10- private import codeql.ruby.ast.internal.TreeSitter
1110private import codeql.ruby.AST
1211
1312/** A synthesized AST node kind. */
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ private import codeql.ruby.ast.internal.Module
1111private import codeql.ruby.ApiGraphs
1212private import ActionView
1313private import codeql.ruby.frameworks.ActionDispatch
14- private import codeql.ruby.Concepts
1514
1615/**
1716 * A `ClassDeclaration` for a class that extends `ActionController::Base`.
You can’t perform that action at this time.
0 commit comments