-
Hi, I would like to define and import an Thanks :) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 17 replies
-
I found |
Beta Was this translation helpful? Give feedback.
-
Which language are you analyzing? |
Beta Was this translation helpful? Give feedback.
-
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 :
|
Beta Was this translation helpful? Give feedback.
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