|
Hi, I would like to define and import an Thanks :) |
Answered by
smowton
Jan 10, 2025
Replies: 3 comments 18 replies
|
I found |
0 replies
|
Which language are you analyzing? |
4 replies
|
Hi @smowton I'm having issues with what you linked. Here is what I tried:
I don't understand what I'm missing here do you have an idea ? I can resolve the packs : |
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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