CodeQL now supports Rust #161754
Replies: 6 comments 11 replies
-
Might be good to link to the changelog post also in these issues / discussions where users had asked for Rust support in the past:
I can do that if you want, but maybe you (or the other CodeQL maintainers) prefer to do this, to proudly announce what they have been working on. |
Beta Was this translation helpful? Give feedback.
-
when using
Which contradicts https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages#codeql-build-modes
Emphasis mine. |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
Just wanted to share some quick thoughts and feedback after trying out the new CodeQL support for Rust that GitHub recently released in public preview. A Few Things I Noticed
Suggestions
|
Beta Was this translation helpful? Give feedback.
-
I am having a warning on all of my repos, looking like this:
Example codeql file in affected repo (stock, as Rust doesn't support manual mode): https://github.com/kristof-mattei/docker-dns-rs/blob/4d437f2b58198c36ae9927408bbd91936562768f/.github/workflows/codeql.yml Link to affected run: https://github.com/kristof-mattei/rust-seed/actions/runs/16090269755/job/45406360742 I don't see anything in the logs that could be the origin of that warning. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Rustaceans and Security Enthusiasts! 👋
As you may have seen in the recent GitHub announcement, CodeQL support for Rust is now available in public preview!
What This Means
We Want Your Feedback!
As we're still in the public preview phase, your experiences and insights are invaluable:
How to Get Started
If you haven't tried it yet, you can enable CodeQL scanning for your Rust repositories by setting up code scanning.
Let's work together to make Rust code even safer! Your feedback will help shape the future of CodeQL support for Rust as it moves toward general availability.
Beta Was this translation helpful? Give feedback.
All reactions