Skip to content

Commit 1b224c1

Browse files
authored
Merge pull request github#17258 from egregius313/egregius313/go/mad/documentation
Go: Models as Data Documentation
2 parents 5c2a6b8 + 86c7a49 commit 1b224c1

File tree

2 files changed

+430
-0
lines changed

2 files changed

+430
-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

@@ -23,3 +24,5 @@ Experiment and learn how to write effective and efficient queries for CodeQL dat
2324

2425
- :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.
2526
To track the flow of untrusted data through a library, you can create a model of the library.
27+
28+
- :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)