Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/codeql/query-help/codeql-cwe-coverage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ Note that the CWE coverage includes both "`supported queries <https://github.com
java-cwe
javascript-cwe
python-cwe
ruby-cwe
2 changes: 2 additions & 0 deletions docs/codeql/query-help/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ View the query help for the queries included in the ``code-scanning``, ``securit
- :doc:`CodeQL query help for Java <java>`
- :doc:`CodeQL query help for JavaScript <javascript>`
- :doc:`CodeQL query help for Python <python>`
- :doc:`CodeQL query help for Ruby <ruby>`


.. pull-quote:: Information
Expand All @@ -33,5 +34,6 @@ For a full list of the CWEs covered by these queries, see ":doc:`CodeQL CWE cove
java
javascript
python
ruby
codeql-cwe-coverage

8 changes: 8 additions & 0 deletions docs/codeql/query-help/ruby-cwe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# CWE coverage for Ruby

An overview of CWE coverage for Ruby in the latest release of CodeQL.

## Overview

<!-- autogenerated CWE coverage table will be added below -->

8 changes: 8 additions & 0 deletions docs/codeql/query-help/ruby.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
CodeQL query help for Ruby
============================

.. include:: ../reusables/query-help-overview.rst

For shorter queries that you can use as building blocks when writing your own queries, see the `example queries in the CodeQL repository <https://github.com/github/codeql/tree/main/ruby/ql/examples>`__.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This link doesn't work yet, but it will do once Ruby is fully live 😄


.. include:: toc-ruby.rst