You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
-
sarif-python-om
2
-
===============
1
+
sarif-om
2
+
========
3
3
4
4
Python classes for the SARIF 2.1.0 object model
5
5
6
6
Usage
7
7
=====
8
8
::
9
9
10
-
pip install sarif-python-om
10
+
pip install sarif-om
11
11
12
12
import sarif_om
13
13
@@ -27,13 +27,13 @@ Generation
27
27
28
28
The classes in this module were generated from the `SARIF JSON schema <https://docs.oasis-open.org/sarif/sarif/v2.1.0/cs01/schemas/sarif-schema-2.1.0.json>`_
29
29
by the `jschema-to-python <https://github.com/microsoft/jschema-to-python>`_ code generator,
30
-
using the JSON schema file ``sarif-2.1.0-rtm.4.json`` and the code generation hints file ``code-gen-hints.json``
30
+
using the final SARIF standard JSON schema file ``sarif-schema-2.1.0.json`` and the code generation hints file ``code-gen-hints.json``
31
31
at the root of the GitHub repo, with the following command line::
0 commit comments