Skip to content

Commit 70bd12c

Browse files
committed
feat(python): Add debugging query suite
1 parent b028d16 commit 70bd12c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
- description: "GitHub's Community Packs Python Debugging Suite"
2+
3+
- queries: '.'
4+
from: githubsecuritylab/codeql-python-queries
5+
6+
- include:
7+
kind:
8+
- problem
9+
- path-problem
10+
precision:
11+
- very-high
12+
- high
13+
tags contain:
14+
- debugging
15+
16+
# Remove local testing folders
17+
- exclude:
18+
query path:
19+
- /testing\/.*/

0 commit comments

Comments
 (0)