Skip to content

Commit 897786d

Browse files
committed
Minor updates to model editor article
1 parent f9c2b4d commit 897786d

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

docs/codeql/codeql-for-visual-studio-code/using-the-codeql-model-editor.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ Displaying the CodeQL model editor
3939
Modeling the calls your codebase makes to external APIs
4040
-------------------------------------------------------
4141

42-
You typically use this approach when you are looking at a specific codebase where you want to improve the precision of CodeQL results. This is useful when the codebase uses frameworks or libraries that are not supported by CodeQL and if the source code of the framework or library is not included in the analysis. This section uses an open source Java project called "sofa-jraft" as an example. The experience of modeling other static languages is similar.
42+
You typically use this approach when you are looking at a specific codebase where you want to improve the precision of CodeQL results. This is useful when the codebase uses frameworks or libraries that are not supported by CodeQL and if the source code of the framework or library is not included in the analysis.
43+
44+
This section uses an open source Java project called "sofa-jraft" as an example. The experience of modeling calls to external APIs written in other static languages is similar.
4345

4446
#. Select the CodeQL database that you want to improve CodeQL coverage for.
4547
#. Display the CodeQL model editor. By default the editor runs in application mode, so the list of external APIs used by the selected codebase is shown.
@@ -90,7 +92,7 @@ The models are stored in a series of YAML data extension files, one for each ext
9092
Modeling the public API of a codebase
9193
-------------------------------------
9294

93-
This section uses an open source Java project called "sofa-jraft" as an example. The experience of modeling other static languages is similar.
95+
This section uses an open source Java project called "sofa-jraft" as an example. The experience of modeling the public API written using other static languages is similar.
9496

9597
You typically use this method when you want to model a framework or library that your organization uses in more than one codebase. Once you have finished creating and testing the model, you can publish the CodeQL model pack to the GitHub Container Registry for your whole organization to use.
9698

11.7 KB
Loading
-44.1 KB
Loading
10.5 KB
Loading

0 commit comments

Comments
 (0)