Skip to content

How to add an AdditionalTaintStep globally ? #18391

Answered by smowton
hugo-syn asked this question in Q&A
Discussion options

You must be logged in to vote

One approach you could take would be to customize CodeQL 2.17.4, the version the securitylab Java queries are built against. Then check out the source of https://github.com/GitHubSecurityLab/CodeQL-Community-Packs and run the query suite from there, so that it's using the standard library you just customised, not one packaged with a pack.

The downside is that you'd get the 2.17.4 versions of the standard query suite. A way around that could be to have two customised bundles: one of whatever version is running the standard query suite, presumably the latest, and one 2.17.4 to run the security-lab queries. If you're using these customised bundles in an Actions context, you might use a category

Replies: 3 comments 17 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@hugo-syn
Comment options

@smowton
Comment options

@hugo-syn
Comment options

@smowton
Comment options

Comment options

You must be logged in to vote
13 replies
@aeisenberg
Comment options

@hugo-syn
Comment options

@aeisenberg
Comment options

@smowton
Comment options

Answer selected by hugo-syn
@hugo-syn
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants