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

Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
This commit is contained in:
Asger F
2023-03-28 10:03:07 +02:00
committed by GitHub
parent f6900bd807
commit a5b1677cca

View File

@@ -30,7 +30,7 @@ The CodeQL library for JavaScript exposes the following extensible predicates:
- **typeModel**\(type1, type2, path)
- **summaryModel**\(type, path, input, output, kind)
TODO: mention how to actually load the data extension and/or link to page about data extensions.
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).
We'll explain how to use these using a few examples, and provide some reference material at the end of this article.