Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Identify the Bug
#621
Description of the Change
It changes three letters in two parts of the documentation.
Alternate Designs
An environment variable such as MY_API_ORG_URL could have been introduced, to avoid writing the same URL twice. Credentials could have been explicitly shown on the command line, instead of assuming that the user's .curlrc file is being used (the former would have cauaed an https://cwe.mitre.org/data/definitions/214.html problem).
Possible Drawbacks
A user might be confused because the example CNA name, mitre, already exists in the pre-population data set. (This pull request does not change the name.)
Verification Process
Checked both https://github.com/CVEProject/cve-services/blob/dev/src/controller/org.controller/index.js and https://github.com/CVEProject/cve-services/blob/dev/docs/openapi.yml for the correct route.
Release Notes
The Docker README was changed to refer to the /api/org route; fixes #621