From d06f52c6432fac860c83c7844b87e10b618c35ee Mon Sep 17 00:00:00 2001 From: Michael Hohn Date: Wed, 30 Jul 2025 16:36:34 -0700 Subject: [PATCH] cleaner ** TODO CodeQL Bundling --- README.org | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index 38b9287..8869064 100644 --- a/README.org +++ b/README.org @@ -205,10 +205,16 @@ languages, making it possible to reuse modeling patterns from Java or Python in C/C++ contexts. -** TODO codeql-bundling - TBD: detailed description of - https://github.com/advanced-security/codeql-bundle, in - [[file:codeql-bundling/README.org::XX: continue]] +** TODO CodeQL Bundling + This section will provide a detailed walkthrough of the CodeQL bundling process + using the CLI tool at https://github.com/advanced-security/codeql-bundle. This + tool enables custom pack composition and is necessary when extending language + libraries (e.g., adding `Customizations.qll` support for C/C++). + + While the official tool is somewhat of a black box, we will demystify the + underlying structure and show how to build, inspect, and deploy custom bundles + from source. Notes and scripts will be collected in + [[file:codeql-bundling/README.org::XX: continue]]. * Tool Setup Some scripts are used here, found in [[./bin/]]. To ensure the ones written in