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.
This commit is contained in:
Aditya Sharad
2022-12-19 15:13:25 -08:00
parent ebc0b0c4d6
commit d772998bc7
3 changed files with 1098 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Initial release. Contains the library for the CodeQL detective tutorials, helping new users learn to write CodeQL queries.

View File

@@ -0,0 +1,5 @@
name: codeql/tutorial
description: Library for the CodeQL detective tutorials, helping new users learn to write CodeQL queries.
version: 0.0.1-dev
groups: shared
library: true

1089
shared/tutorial/tutorial.qll Normal file

File diff suppressed because it is too large Load Diff