FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
codeql/python/ql/lib/python.qll at codeql-cli/v2.26.3 · github/codeql · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
github
/
codeql
Public
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
10k
Code
Issues
997
Pull requests
459
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
codeql
/
python
/
ql
/
lib
/
python.qll
Copy path
More file actions
More file actions
Latest commit
History
History
History
44 lines (44 loc) · 1.68 KB
Breadcrumbs
codeql
/
python
/
ql
/
lib
/
python.qll
Copy path
File metadata and controls
44 lines (44 loc) · 1.68 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
import
Customizations
import
semmle.python.Files
import
semmle.python.Operations
import
semmle.python.Variables
import
semmle.python.AstGenerated
import
semmle.python.AstExtended
import
semmle.python.Function
import
semmle.python.Module
import
semmle.python.Class
import
semmle.python.Import
import
semmle.python.Stmts
import
semmle.python.Exprs
import
semmle.python.Patterns
import
semmle.python.Keywords
import
semmle.python.Comprehensions
import
semmle.python.Flow
import
semmle.python.Metrics
import
semmle.python.Constants
import
semmle.python.Scope
import
semmle.python.Comment
import
semmle.python.GuardedControlFlow
private
import
semmle.python.types.ImportTime
private
import
semmle.python.types.Object
private
import
semmle.python.types.ClassObject
private
import
semmle.python.types.FunctionObject
private
import
semmle.python.types.ModuleObject
private
import
semmle.python.types.Version
private
import
semmle.python.types.Descriptors
import
semmle.python.SSA
private
import
semmle.python.SelfAttribute
private
import
semmle.python.types.Properties
import
semmle.python.xml.XML
import
semmle.python.essa.Essa
private
import
semmle.python.pointsto.Base
private
import
semmle.python.pointsto.Context
private
import
semmle.python.pointsto.CallGraph
private
import
semmle.python.objects.ObjectAPI
import
semmle.python.Unit
import
site
private
import
semmle.python.Overlay
// Removing this import perturbs the compilation process enough that the points-to analysis gets
// compiled -- and cached -- differently depending on whether the data flow library is imported. By
// importing it privately here, we ensure that the points-to analysis is compiled the same way.
private
import
semmle.python.dataflow.new.DataFlow
Back
|
FazBrowse Home
|
New Git URL