### Code of Conduct - [x] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/.github/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? [The repository security advisory response schema](https://docs.github.com/en/rest/security-advisories/repository-advisories?apiVersion=2022-11-28#get-a-repository-security-advisory) 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](https://api.github.com/repos/zulip/zulip/security-advisories/GHSA-rqg7-xfqg-v7q5). ### What part(s) of the article would you like to see updated? [The repository security advisory response schema section](https://docs.github.com/en/rest/security-advisories/repository-advisories?apiVersion=2022-11-28). In particular the `ecosystem` field in the response schema. ### Additional information Relevant data point: [GHSA-rqg7-xfqg-v7q5](https://api.github.com/repos/zulip/zulip/security-advisories/GHSA-rqg7-xfqg-v7q5)
Code of Conduct
What article on docs.github.com is affected?
The repository security advisory response schema lists an incomplete/incorrect enum for the
ecosystemfield.The docs list the enum as:
but one can get at least one additional value that's not in the list above.
E.g.
applicationwhich 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
ecosystemfield in the response schema.Additional information
Relevant data point: GHSA-rqg7-xfqg-v7q5