Skip to content

Commit 854c126

Browse files
felicitymaysubatoi
andcommitted
Update docs/codeql/codeql-language-guides/extensible-predicates.rst
Co-authored-by: Ben Ahmady <[email protected]>
1 parent 6b90ce0 commit 854c126

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/codeql/codeql-language-guides/extensible-predicates.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,22 +158,21 @@ Provenance
158158
----------
159159

160160
The ``provenance`` column is used to specify the provenance (origin) of the model definition and how the model was verified.
161-
The following values are supported:
161+
The following values are supported.
162162

163163
- ``manual``: The model was manually created and added to the extensible predicate.
164164

165-
or values in the form ``origin-verification``, where origin is one of:
165+
Values can also take the form`ORIGIN-VERIFICATION`, where `ORIGIN` is one of:
166166

167167
- ``ai``: The model was generated by artificial intelligence (AI).
168168
- ``df``: The model was generated by the dataflow model generator.
169169
- ``tb``: The model was generated by the type based model generator.
170170
- ``hq``: The model was generated using a heuristic query.
171171

172-
and verification is one of:
172+
And `VERIFICATION` is one of:
173173

174174
- ``manual``: The model was verified by a human.
175175
- ``generated``: The model was generated, but not verified by a human.
176-
177176
The provenance is used to distinguish between models that are manually added (or verified) to the extensible predicate and models that are automatically generated.
178177
Furthermore, it impacts the dataflow analysis in the following way:
179178

0 commit comments

Comments
 (0)