Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add referenced JSON subschemas to repository #17

Closed
david-waltermire opened this issue Mar 25, 2021 · 1 comment · Fixed by #30
Closed

Add referenced JSON subschemas to repository #17

david-waltermire opened this issue Mar 25, 2021 · 1 comment · Fixed by #30
Assignees

Comments

@david-waltermire
Copy link
Collaborator

The 5.0 JSON format references a few external JSON schema. These should be added to the repository to allow the referenced schemas to be resolved.

For example:

"cvssV3_1": {
    "$ref": "file:cvss-v3.1.json"
},
"cvssV3_0": {
    "$ref": "file:cvss-v3.0.json"
},
"cvssV2_0": {
    "$ref": "file:cvss-v2.0.json"
}

Should be updated to resolvable locations.

@david-waltermire
Copy link
Collaborator Author

david-waltermire commented Apr 1, 2021

The schemas can be found here:

Should we reference these on the FIRST site using the URLs above, or import a copy into this repo?

@david-waltermire david-waltermire self-assigned this Apr 14, 2021
david-waltermire added a commit to david-waltermire/cve-schema that referenced this issue Apr 14, 2021
david-waltermire added a commit to david-waltermire/cve-schema that referenced this issue Apr 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant