Minimal Javascript/SQLite3 sample

This commit is contained in:
Michael Hohn
2023-11-22 16:43:21 -08:00
committed by =Michael Hohn
commit 6bb29c4969
9 changed files with 1528 additions and 0 deletions

8
qlpack.yml Normal file
View File

@@ -0,0 +1,8 @@
---
library: false
name: hohn/codeql-javascript-multiflow
version: 0.0.1
# Install the queries for browsing. They are not needed for this example.
dependencies:
codeql/javascript-all: "*"
codeql/javascript-queries: "*"