Skip to content

Commit fc546d6

Browse files
committed
Merge remote-tracking branch 'codeql/rc/3.3' into 'rc/3.3'
2 parents 51cab94 + 702c647 commit fc546d6

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed

docs/codeql/query-help/codeql-cwe-coverage.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ Note that the CWE coverage includes both "`supported queries <https://github.com
3333
java-cwe
3434
javascript-cwe
3535
python-cwe
36+
ruby-cwe

docs/codeql/query-help/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ View the query help for the queries included in the ``code-scanning``, ``securit
99
- :doc:`CodeQL query help for Java <java>`
1010
- :doc:`CodeQL query help for JavaScript <javascript>`
1111
- :doc:`CodeQL query help for Python <python>`
12+
- :doc:`CodeQL query help for Ruby <ruby>`
1213

1314

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

docs/codeql/query-help/ruby-cwe.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# CWE coverage for Ruby
2+
3+
An overview of CWE coverage for Ruby in the latest release of CodeQL.
4+
5+
## Overview
6+
7+
<!-- autogenerated CWE coverage table will be added below -->
8+

docs/codeql/query-help/ruby.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
CodeQL query help for Ruby
2+
============================
3+
4+
.. include:: ../reusables/query-help-overview.rst
5+
6+
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>`__.
7+
8+
.. include:: toc-ruby.rst

0 commit comments

Comments
 (0)