roadmap icon indicating copy to clipboard operation
roadmap copied to clipboard

Code scanning with CodeQL supports Ruby 3.3

Open github-product-roadmap opened this issue 2 years ago • 0 comments

Summary

The CodeQL analysis engine for GitHub code scanning will be able to analyze projects built with Ruby 3.3.

Note: Ruby 3.3 is currently in preview and start of this work is pending a stable release.

Intended Outcome

Currently, CodeQL supports Ruby language features up to and including Ruby 3.2 (the latest stable release of the language). Adding support to CodeQL will allow users of Ruby 3.3 to benefit from CodeQL's comprehensive security analysis.

How will it work?

If a project contains code that uses Ruby 3.3 language features, CodeQL will be able to scan the code. As soon as the analysis is finished, the CodeQL results will become visible to you in the "Security" tab and on pull requests. Ruby 3.3 support will also be available through the CodeQL CLI and CodeQL VS Code extension.

github-product-roadmap avatar Aug 09 '23 19:08 github-product-roadmap