-
Notifications
You must be signed in to change notification settings - Fork 62.5k
Closed
Labels
contentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teamfix-internallyTriggers a workflow to copy the issue internally and close the current issueTriggers a workflow to copy the issue internally and close the current issue
Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
The repository security advisory response schema lists an incomplete/incorrect enum for the ecosystem
field.
The docs list the enum as:
"ecosystem": {
"type": "string",
"description": "The package's language or package management ecosystem.",
"enum": [
"rubygems",
"npm",
"pip",
"maven",
"nuget",
"composer",
"go",
"rust",
"erlang",
"actions",
"pub",
"other",
"swift"
]
},
but one can get at least one additional value that's not in the list above.
E.g. application
which shows up in GHSA-rqg7-xfqg-v7q5.
What part(s) of the article would you like to see updated?
The repository security advisory response schema section. In particular the ecosystem
field in the response schema.
Additional information
Relevant data point: GHSA-rqg7-xfqg-v7q5
Metadata
Metadata
Assignees
Labels
contentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teamfix-internallyTriggers a workflow to copy the issue internally and close the current issueTriggers a workflow to copy the issue internally and close the current issue