FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
codeql/python/codeql-extractor.yml 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
454
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
/
codeql-extractor.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
49 lines (47 loc) · 1.52 KB
Breadcrumbs
codeql
/
python
/
codeql-extractor.yml
Copy path
File metadata and controls
49 lines (47 loc) · 1.52 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
47
48
49
name
:
"
python
"
display_name
:
"
Python
"
version
:
1.22.1
column_kind
:
utf32
overlay_support_version
:
20250626
build_modes
:
-
none
default_queries
:
-
codeql/python-queries
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