From b9ede183b0e4a1685734c530349a9d98fb3c0c22 Mon Sep 17 00:00:00 2001 From: shati-patel <42641846+shati-patel@users.noreply.github.com> Date: Mon, 18 Oct 2021 11:29:32 +0100 Subject: [PATCH] Docs: Add Ruby to query help pages --- docs/codeql/query-help/codeql-cwe-coverage.rst | 1 + docs/codeql/query-help/index.rst | 2 ++ docs/codeql/query-help/ruby-cwe.md | 8 ++++++++ docs/codeql/query-help/ruby.rst | 8 ++++++++ 4 files changed, 19 insertions(+) create mode 100644 docs/codeql/query-help/ruby-cwe.md create mode 100644 docs/codeql/query-help/ruby.rst 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