forked from google/osv.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update osv-schema submodule to v1.8.6 (google#2616)
- Loading branch information
1 parent
32b1035
commit 09f3aa0
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule osv-schema
updated
21 files
+1 −0 | CHANGELOG.md | |
+29 −25 | CHARTER.md | |
+22 −22 | docs/schema.md | |
+4 −2 | tools/osv-linter/go.mod | |
+9 −0 | tools/osv-linter/go.sum | |
+29 −4 | tools/osv-linter/internal/linter.go | |
+8 −0 | tools/redhat/.pylintrc | |
+5 −0 | tools/redhat/.style.yapf | |
+12 −0 | tools/redhat/Pipfile | |
+377 −0 | tools/redhat/Pipfile.lock | |
+23 −0 | tools/redhat/README.md | |
+78 −0 | tools/redhat/convert_redhat.py | |
+34 −0 | tools/redhat/convert_redhat_test.py | |
+179 −0 | tools/redhat/csaf.py | |
+25 −0 | tools/redhat/csaf_test.py | |
+203 −0 | tools/redhat/osv.py | |
+43 −0 | tools/redhat/osv_test.py | |
+361 −0 | tools/redhat/testdata/RHSA-2024_4546.json | |
+7,529 −0 | tools/redhat/testdata/rhsa-2015_0008.json | |
+570 −0 | tools/redhat/testdata/rhsa-2024_4546.json | |
+2 −2 | validation/schema.json |