codeql/shared
Anders Schack-Mulligen c8094d34a7 Dataflow: Add type-based call-edge pruning. 2023-09-13 15:43:45 +02:00
..
controlflow CFG: Compute `splitsToString` using `concat`, and exclude partial split sets 2023-08-29 11:23:56 +02:00
dataflow Dataflow: Add type-based call-edge pruning. 2023-09-13 15:43:45 +02:00
mad Merge pull request #14074 from github/post-release-prep/codeql-cli-2.14.3 2023-08-28 13:34:10 -04:00
regex Merge pull request #13975 from yoff/python/parsemodechars-not-chars 2023-08-29 14:05:57 +02:00
ssa Post-release preparation for codeql-cli-2.14.3 2023-08-28 15:53:49 +00:00
tree-sitter-extractor Shared: Fix clippy lint 2023-08-23 16:24:57 +01:00
tutorial Post-release preparation for codeql-cli-2.14.3 2023-08-28 15:53:49 +00:00
typetracking Post-release preparation for codeql-cli-2.14.3 2023-08-28 15:53:49 +00:00
typos Post-release preparation for codeql-cli-2.14.3 2023-08-28 15:53:49 +00:00
util Post-release preparation for codeql-cli-2.14.3 2023-08-28 15:53:49 +00:00
yaml Post-release preparation for codeql-cli-2.14.3 2023-08-28 15:53:49 +00: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>.