Skip to content

Commit d772998

Browse files
committed
Shared packs: Create codeql/tutorial library pack
This contains the QL detective tutorial library in `tutorial.qll`, so that it can be shared by all language libraries and referenced on its own.
1 parent ebc0b0c commit d772998

File tree

3 files changed

+1098
-0
lines changed

3 files changed

+1098
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
category: minorAnalysis
3+
---
4+
* Initial release. Contains the library for the CodeQL detective tutorials, helping new users learn to write CodeQL queries.

shared/tutorial/qlpack.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name: codeql/tutorial
2+
description: Library for the CodeQL detective tutorials, helping new users learn to write CodeQL queries.
3+
version: 0.0.1-dev
4+
groups: shared
5+
library: true

0 commit comments

Comments
 (0)