FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
security-codeql/vscode-codeql-starter.code-workspace at python/ssti · GeekMasher/security-codeql · GitHub
GeekMasher
/
security-codeql
Public
Notifications
You must be signed in to change notification settings
Fork
9
Star
28
Code
Issues
0
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
security-codeql
/
vscode-codeql-starter.code-workspace
Copy path
More file actions
More file actions
Latest commit
History
History
History
63 lines (63 loc) · 1.54 KB
Breadcrumbs
security-codeql
/
vscode-codeql-starter.code-workspace
Copy path
File metadata and controls
63 lines (63 loc) · 1.54 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"folders"
: [
{
"name"
:
"
Queries - C/CPP
"
,
"path"
:
"
cpp
"
},
{
"name"
:
"
Queries - CSharp
"
,
"path"
:
"
csharp
"
},
{
"name"
:
"
Queries - GoLang
"
,
"path"
:
"
golang
"
},
{
"name"
:
"
Queries - Java
"
,
"path"
:
"
java
"
},
{
"name"
:
"
Queries - JavaScript/TypeScript
"
,
"path"
:
"
javascript
"
},
{
"name"
:
"
Queries - Python
"
,
"path"
:
"
python
"
},
{
"name"
:
"
CodeQL - Query Languages
"
,
"path"
:
"
codeql
"
},
{
"name"
:
"
CodeQL - GoLang Query Language
"
,
"path"
:
"
codeql-go
"
},
{
"name"
:
"
Scripts
"
,
"path"
:
"
scripts
"
},
{
"name"
:
"
Configuration
"
,
"path"
:
"
config
"
},
{
"name"
:
"
Databases
"
,
"path"
:
"
databases
"
},
{
"name"
:
"
Binaries
"
,
"path"
:
"
bin
"
},
{
"name"
:
"
[govwa source archive]
"
,
"uri"
:
"
codeql-zip-archive://0-80/Users/geekmasher/Documents/development/security-queries/databases/govwa/src.zip
"
}
],
"settings"
: {
"codeQL.runningQueries.autoSave"
:
true
,
"codeQL.runningQueries.maxQueries"
:
50
,
"codeQL.runningQueries.memory"
:
8192
,
"codeQL.runningQueries.numberOfThreads"
:
4
,
"codeQL.runningQueries.debug"
:
true
}
}
Back
|
FazBrowse Home
|
New Git URL