diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..486a232 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.zip filter=lfs diff=lfs merge=lfs -text diff --git a/README.org b/README.org index a0bfa53..24a8c0e 100644 --- a/README.org +++ b/README.org @@ -288,12 +288,11 @@ ** Query development setup Queries can be explored via codeql cli by itself, or using the codeql cli + the VS Code plugin. For both cases, install the cli (see the =grab()= function - above) and download or build the codeql databases. + above), and extract the databases from [[./db]] or build them + as done in in [[*Build polkit and codeql db][Build polkit and codeql db]] In the following, we assume this directory structure for the databases: #+BEGIN_SRC text - cd ~/local/polkit - tree -L 2 -n . ├── polkit-0.119.db │   ├── codeql-database.yml diff --git a/db/polkit-0.119.zip b/db/polkit-0.119.zip new file mode 100644 index 0000000..20b7ffc Binary files /dev/null and b/db/polkit-0.119.zip differ diff --git a/db/polkit-a2bf5c9c.zip b/db/polkit-a2bf5c9c.zip new file mode 100644 index 0000000..c37951a Binary files /dev/null and b/db/polkit-a2bf5c9c.zip differ