diff --git a/docs/codeql/query-help/codeql-cwe-coverage.rst b/docs/codeql/query-help/codeql-cwe-coverage.rst index b333053a1c80..089d620f40e7 100644 --- a/docs/codeql/query-help/codeql-cwe-coverage.rst +++ b/docs/codeql/query-help/codeql-cwe-coverage.rst @@ -33,3 +33,4 @@ Note that the CWE coverage includes both "`supported queries ` - :doc:`CodeQL query help for JavaScript ` - :doc:`CodeQL query help for Python ` +- :doc:`CodeQL query help for 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 diff --git a/docs/codeql/query-help/ruby-cwe.md b/docs/codeql/query-help/ruby-cwe.md new file mode 100644 index 000000000000..61f49069fce2 --- /dev/null +++ b/docs/codeql/query-help/ruby-cwe.md @@ -0,0 +1,8 @@ +# CWE coverage for Ruby + +An overview of CWE coverage for Ruby in the latest release of CodeQL. + +## Overview + + + diff --git a/docs/codeql/query-help/ruby.rst b/docs/codeql/query-help/ruby.rst new file mode 100644 index 000000000000..3ce1304ba761 --- /dev/null +++ b/docs/codeql/query-help/ruby.rst @@ -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 `__. + +.. include:: toc-ruby.rst