Skip to content

Commit aeacfb8

Browse files
authored
Merge pull request #16073 from hmac/ruby-re-add-mad-docs
Ruby: Re-add MaD docs
2 parents 2fa2a5a + 3690f29 commit aeacfb8

File tree

2 files changed

+405
-0
lines changed

2 files changed

+405
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Experiment and learn how to write effective and efficient queries for CodeQL dat
1313
abstract-syntax-tree-classes-for-working-with-ruby-programs
1414
analyzing-data-flow-in-ruby
1515
using-api-graphs-in-ruby
16+
customizing-library-models-for-ruby
1617

1718
- :doc:`Basic query for Ruby code <basic-query-for-ruby-code>`: Learn to write and run a simple CodeQL query.
1819

@@ -23,3 +24,5 @@ Experiment and learn how to write effective and efficient queries for CodeQL dat
2324
- :doc:`Using API graphs in Ruby <using-api-graphs-in-ruby>`: API graphs are a uniform interface for referring to functions, classes, and methods defined in external libraries.
2425

2526
- :doc:`Abstract syntax tree classes for working with Ruby programs <abstract-syntax-tree-classes-for-working-with-ruby-programs>`: CodeQL has a large selection of classes for representing the abstract syntax tree of Ruby programs.
27+
28+
- :doc:`Customizing library models for Ruby <customizing-library-models-for-ruby>`: You can model frameworks and libraries that your codebase depends on using data extensions and publish them as CodeQL model packs.

0 commit comments

Comments
 (0)