Skip to content

Commit a84332a

Browse files
authored
Merge pull request #21727 from github/docs/customizing-library-models-for-rust
docs: Add 'Customizing library models for Rust' documentation
2 parents 0c27484 + ab0b492 commit a84332a

2 files changed

Lines changed: 570 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@ Experiment and learn how to write effective and efficient queries for CodeQL dat
1212
basic-query-for-rust-code
1313
codeql-library-for-rust
1414
analyzing-data-flow-in-rust
15+
customizing-library-models-for-rust
1516

1617
- :doc:`Basic query for Rust code <basic-query-for-rust-code>`: Learn to write and run a simple CodeQL query.
1718

1819
- :doc:`CodeQL library for Rust <codeql-library-for-rust>`: When analyzing Rust code, you can make use of the large collection of classes in the CodeQL library for Rust.
1920

2021
- :doc:`Analyzing data flow in Rust <analyzing-data-flow-in-rust>`: You can use CodeQL to track the flow of data through a Rust program to places where the data is used.
22+
23+
- :doc:`Customizing library models for Rust <customizing-library-models-for-rust>`: 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)