Skip to content

Commit 5ca21b4

Browse files
committed
feat: Add Python Data Extensions pack
1 parent 0e4fb92 commit 5ca21b4

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

python/ext/codeql-pack.lock.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
lockVersion: 1.0.0
3+
dependencies: {}
4+
compiled: false

python/ext/generated/.gitkeep

Whitespace-only changes.

python/ext/manual/.gitkeep

Whitespace-only changes.

python/ext/qlpack.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
library: true
2+
name: githubsecuritylab/codeql-python-extensions
3+
version: 0.1.0
4+
extensionTargets:
5+
codeql/python-all: '*'
6+
dataExtensions:
7+
- 'manual/*.yml'
8+
- 'manual/**/*.yml'
9+
- 'generated/*.yml'
10+
- 'generated/**/*.yml'

0 commit comments

Comments
 (0)