mirror of
https://github.com/github/codeql.git
synced 2026-04-23 15:55:18 +02:00
Merge remote-tracking branch 'codeql/rc/3.3' into 'rc/3.3'
This commit is contained in:
@@ -33,3 +33,4 @@ Note that the CWE coverage includes both "`supported queries <https://github.com
|
||||
java-cwe
|
||||
javascript-cwe
|
||||
python-cwe
|
||||
ruby-cwe
|
||||
|
||||
@@ -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
|
||||
@@ -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
docs/codeql/query-help/ruby-cwe.md
Normal file
8
docs/codeql/query-help/ruby-cwe.md
Normal file
@@ -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
docs/codeql/query-help/ruby.rst
Normal file
8
docs/codeql/query-help/ruby.rst
Normal file
@@ -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>`__.
|
||||
|
||||
.. include:: toc-ruby.rst
|
||||
Reference in New Issue
Block a user