Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
command-line-interface
importers_link
PIPELINES-AVID
advisory-schema

.. toctree::
:hidden:
Expand Down
14 changes: 7 additions & 7 deletions docs/source/schemas/vulnerablecode-advisory.schema-0.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@
"required": [
"package"
],
"title": "AffectedPackageV2",
"title": "Affected Package",
"type": "object"
},
"PackageCommitPatchData": {
"properties": {
"vcs_url": {
"title": "VCS URL",
"title": "Version Control Systems URL",
"type": "string"
},
"commit_hash": {
Expand All @@ -75,7 +75,7 @@
"vcs_url",
"commit_hash"
],
"title": "PackageCommitPatchData",
"title": "Package Commit Patch",
"type": "object"
},
"ReferenceV2": {
Expand All @@ -96,13 +96,13 @@
"type": "string"
}
},
"title": "ReferenceV2",
"title": "Reference",
"type": "object"
},
"VulnerabilitySeverity": {
"properties": {
"scoring_system": {
"title": "System",
"title": "Scoring System",
"type": "string"
},
"score": {
Expand Down Expand Up @@ -137,10 +137,10 @@
}
],
"default": null,
"title": "Url"
"title": "Severity URL"
}
},
"title": "VulnerabilitySeverity",
"title": "Vulnerability Severity",
"type": "object"
}
},
Expand Down