mirror of
https://github.com/hohn/codeql-lab.git
synced 2025-12-16 09:53:04 +01:00
cleaner ** TODO CodeQL Bundling
This commit is contained in:
committed by
=Michael Hohn
parent
3869a61388
commit
d06f52c643
14
README.org
14
README.org
@@ -205,10 +205,16 @@
|
|||||||
languages, making it possible to reuse modeling patterns from Java or Python
|
languages, making it possible to reuse modeling patterns from Java or Python
|
||||||
in C/C++ contexts.
|
in C/C++ contexts.
|
||||||
|
|
||||||
** TODO codeql-bundling
|
** TODO CodeQL Bundling
|
||||||
TBD: detailed description of
|
This section will provide a detailed walkthrough of the CodeQL bundling process
|
||||||
https://github.com/advanced-security/codeql-bundle, in
|
using the CLI tool at https://github.com/advanced-security/codeql-bundle. This
|
||||||
[[file:codeql-bundling/README.org::XX: continue]]
|
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
|
* Tool Setup
|
||||||
Some scripts are used here, found in [[./bin/]]. To ensure the ones written in
|
Some scripts are used here, found in [[./bin/]]. To ensure the ones written in
|
||||||
|
|||||||
Reference in New Issue
Block a user