Skip to content

Commit 1079486

Browse files
committed
Mention Go in codeql-for-go toctree
1 parent cc6b09d commit 1079486

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Experiment and learn how to write effective and efficient queries for CodeQL dat
1212
codeql-library-for-go
1313
abstract-syntax-tree-classes-for-working-with-go-programs
1414
modeling-data-flow-in-go-libraries
15+
customizing-library-models-for-go
1516

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

@@ -21,3 +22,5 @@ Experiment and learn how to write effective and efficient queries for CodeQL dat
2122

2223
- :doc:`Modeling data flow in Go libraries <modeling-data-flow-in-go-libraries>`: When analyzing a Go program, CodeQL does not examine the source code for external packages.
2324
To track the flow of untrusted data through a library, you can create a model of the library.
25+
26+
- :doc:`Customizing library models for Go <customizing-library-models-for-go>`: 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)