FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
codeql/python/codeql-extractor.yml at main · trailofbits/codeql · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
trailofbits
/
codeql
Public
forked from
github/codeql
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Pull requests
9
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
codeql
/
python
/
codeql-extractor.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
46 lines (44 loc) · 1.45 KB
Breadcrumbs
codeql
/
python
/
codeql-extractor.yml
Copy path
File metadata and controls
46 lines (44 loc) · 1.45 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
45
46
name
:
"
python
"
display_name
:
"
Python
"
version
:
1.22.1
column_kind
:
utf32
build_modes
:
-
none
github_api_languages
:
-
Python
scc_languages
:
-
Python
file_types
:
-
name
:
python
display_name
:
Python sources
extensions
:
-
.py
legacy_qltest_extraction
:
true
options
:
logging
:
title
:
Options pertaining to logging.
type
:
object
properties
:
verbosity
:
title
:
Python extractor logging verbosity level.
description
:
>
Controls the level of verbosity of the CodeQL Python extractor.
The supported levels are (in order of increasing verbosity):
- off
- errors
- warnings
- info or progress
- debug or progress+
- trace or progress++
- progress+++
type
:
string
pattern
:
"
^(off|errors|warnings|(info|progress)|(debug|progress
\\
+)|(trace|progress
\\
+
\\
+)|progress
\\
+
\\
+
\\
+)$
"
python_executable_name
:
title
:
Controls the name of the Python executable used by the Python extractor.
description
:
>
The Python extractor uses platform-dependent heuristics to determine the name of the Python executable to use.
Specifying a value for this option overrides the name of the Python executable used by the extractor.
Accepted values are py, python and python3.
Use this setting with caution, the Python extractor requires Python 3 to run.
type
:
string
pattern
:
"
^(py|python|python3)$
"
Back
|
FazBrowse Home
|
New Git URL