File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : " CodeQL Security Configuration"
2+
3+ queries :
4+ - uses : security-extended
5+ - uses : security-and-quality
6+
7+ paths-ignore :
8+ - ' **/test/**'
9+ - ' **/tests/**'
10+ - ' **/Test/**'
11+ - ' **/Tests/**'
12+ - ' **/*.test.js'
13+ - ' **/*.spec.js'
14+ - ' **/*.test.ts'
15+ - ' **/*.spec.ts'
16+ - ' **/*Test.cs'
17+ - ' **/*Tests.cs'
18+ - ' **/obj/**'
19+ - ' **/bin/**'
20+ - ' **/build/**'
21+ - ' **/dist/**'
22+ - ' **/node_modules/**'
23+ - ' **/vendor/**'
24+ - ' **/packages/**'
25+ - ' **/*.Designer.cs'
26+ - ' **/*.designer.cs'
27+ - ' **/*.generated.cs'
28+ - ' **/*.g.cs'
29+ - ' **/Migrations/**'
30+
31+ paths :
32+ - ' src/**'
33+ - ' app/**'
34+ - ' lib/**'
35+ - ' core/**'
36+
37+ query-filters :
38+ - include :
39+ kind : problem
40+ - include :
41+ tags contain : security
42+ - include :
43+ tags contain : external/cwe
44+ - include :
45+ problem.severity :
46+ - error
47+ - warning
You can’t perform that action at this time.
0 commit comments