Skip to content

How to add an AdditionalTaintStep globally ? #18391

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

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 18 replies

You must be logged in to vote
0 replies

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

@smowton

@hugo-syn

@smowton

You must be logged in to vote
14 replies
@aeisenberg

@hugo-syn

@aeisenberg

@smowton

Answer selected by hugo-syn
@hugo-syn

@bbbates

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