codeql/shared
Erik Krogh Kristensen 625e889c62
Merge pull request #14339 from erik-krogh/range-printing
JS/PY/RB/Java: escape unicode chars in overly-large-range
2023-10-09 14:22:38 +02:00
..
controlflow Bump minor versions of packs we regularly release 2023-10-03 16:31:23 +01:00
dataflow Bump minor versions of packs we regularly release 2023-10-03 16:31:23 +01:00
mad Merge pull request #14127 from egregius313/egregius313/java/mad/localuserinput 2023-10-04 12:55:44 -04:00
regex Merge pull request #14339 from erik-krogh/range-printing 2023-10-09 14:22:38 +02:00
ssa Bump minor versions of packs we regularly release 2023-10-03 16:31:23 +01:00
tree-sitter-extractor Shared: Clean up `NodeInfo` in shared extractor 2023-09-27 12:29:07 +00:00
tutorial Bump minor versions of packs we regularly release 2023-10-03 16:31:23 +01:00
typetracking Bump minor versions of packs we regularly release 2023-10-03 16:31:23 +01:00
typos Bump minor versions of packs we regularly release 2023-10-03 16:31:23 +01:00
util Merge pull request #14339 from erik-krogh/range-printing 2023-10-09 14:22:38 +02:00
yaml Bump minor versions of packs we regularly release 2023-10-03 16:31:23 +01:00
README.md SSA: Strip `shared` from namespace and qlpack name 2022-09-05 11:17:30 +02:00

README.md

CodeQL Shared Libraries

This folder contains shared, language-agnostic CodeQL libraries.

Libraries are organized into separate query packs, in order to allow for individual versioning. For example, the shared static single assignment (SSA) library exists in the codeql/ssa pack, which can be referenced by adding

dependencies:
  codeql/ssa: 0.0.1

to qlpack.yml.

All shared libraries will belong to a codeql/<name> pack, and live in the namespace codeql.<name>.