Skip to content

Commit fadc278

Browse files
authored
Merge branch 'codeql-cli-2.11.2' into nickrolfe/ruby-dataflow-docs
2 parents 8786c70 + a42f3fd commit fadc278

File tree

5 files changed

+1
-10
lines changed

5 files changed

+1
-10
lines changed

docs/codeql/codeql-language-guides/basic-query-for-ruby-code.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ After the initial ``import`` statement, this simple query comprises three parts
8080
+---------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+
8181
| Query part | Purpose | Details |
8282
+===============================================================+===================================================================================================================+========================================================================================================================+
83-
| ``import codeql.ruby.AST`` | Imports the standard CodeQL AST libraries for Ruby. | Every query begins with one or more ``import`` statements. |
83+
| ``import codeql.ruby.AST`` | Imports the standard CodeQL AST libraries for Ruby. | Every query begins with one or more ``import`` statements. |
8484
+---------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+
8585
| ``from IfExpr ifexpr`` | Defines the variables for the query. | We use: an ``IfExpr`` variable for ``if`` expressions. |
8686
| | Declarations are of the form: | |

docs/codeql/codeql-language-guides/codeql-for-ruby.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,3 @@ Experiment and learn how to write effective and efficient queries for CodeQL dat
1717
- :doc:`CodeQL library for Ruby <codeql-library-for-ruby>`: When you're analyzing a Ruby program, you can make use of the large collection of classes in the CodeQL library for Ruby.
1818

1919
- :doc:`Analyzing data flow in Ruby <analyzing-data-flow-in-ruby>`: You can use CodeQL to track the flow of data through a Ruby program to places where the data is used.
20-
21-
.. include:: ../reusables/ruby-beta-note.rst

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,3 @@ Note that the CWE coverage includes both "`supported queries <https://github.com
3535
python-cwe
3636
ruby-cwe
3737

38-
.. include:: ../reusables/ruby-beta-note.rst

docs/codeql/query-help/index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ View the query help for the queries included in the ``code-scanning``, ``securit
2323

2424
For a full list of the CWEs covered by these queries, see ":doc:`CodeQL CWE coverage <codeql-cwe-coverage>`."
2525

26-
.. include:: ../reusables/ruby-beta-note.rst
27-
2826
.. toctree::
2927
:hidden:
3028
:titlesonly:

docs/codeql/reusables/ruby-beta-note.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)