mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
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:
@@ -0,0 +1,4 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Initial release. Contains the library for the CodeQL detective tutorials, helping new users learn to write CodeQL queries.
|
||||
5
shared/tutorial/qlpack.yml
Normal file
5
shared/tutorial/qlpack.yml
Normal 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
1089
shared/tutorial/tutorial.qll
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user