Skip to content

Commit f6e2e13

Browse files
committed
Ruby: Link to MaD docs from Ruby doc page
Also remove an internal link from the docs.
1 parent e6ba0a3 commit f6e2e13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ Experiment and learn how to write effective and efficient queries for CodeQL dat
2323
- :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.
2424

2525
- :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.
26+
27+
- :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.

docs/codeql/codeql-language-guides/customizing-library-models-for-ruby.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ The CodeQL library for Ruby exposes the following extensible predicates:
3030
- **typeModel**\(type1, type2, path)
3131
- **summaryModel**\(type, path, input, output, kind)
3232

33-
See the `CLI documentation for how to load and use data extensions in a CodeQL evaluation run <https://docs.google.com/document/d/14IYCHX8wWuU-HTvJ2gPSdXQKHKYbWCHQKOgn8oLaa80/edit#heading=h.m0v53lpi6w2n>`__ (internal access required).
34-
3533
We'll explain how to use these using a few examples, and provide some reference material at the end of this article.
3634

3735
Example: Taint sink in the 'tty-command' gem

0 commit comments

Comments
 (0)