Update release note and docs for GHES support for Hex in the GitHub Advisory Database; add "Errata" to release notes (#37261)

This commit is contained in:
Matt Pollard 2023-06-01 15:02:40 +02:00 коммит произвёл GitHub
Родитель d420adb35d
Коммит ef70a7581f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 9 добавлений и 4 удалений

Просмотреть файл

@ -15,6 +15,7 @@ const SectionToLabelMap: Record<string, string> = {
changes: 'Changes',
deprecations: 'Deprecations',
backups: 'Backups',
errata: 'Errata',
}
type Props = {

Просмотреть файл

@ -3,5 +3,5 @@
versions:
fpt: '*'
ghec: '*'
ghes: '>=3.7'
ghae: '>= 3.7'
ghes: '>=3.10'
ghae: '>=3.10'

Просмотреть файл

@ -138,13 +138,11 @@ sections:
- |
Organization owners can manage teams of security managers using the REST API. For more information, see "[Security Managers](/rest/orgs/security-managers)" in the REST API documentation.
# https://github.com/github/releases/issues/2042
# https://github.com/github/releases/issues/2295
# https://github.com/github/releases/issues/2307
- |
Users can take advantage of the following improvements to the [GitHub Advisory Database](https://github.com/advisories).
- The database displays advisories for for Elixir, Erlang's Hex package manager, and more.
- Users can find malware advisories by searching for `type:malware`.
- The database displays advisories for GitHub Actions vulnerabilities.
@ -372,3 +370,8 @@ sections:
# https://github.com/github/releases/issues/2480
- |
Package registries on the new GitHub Packages architecture, including Container registry and npm packages, no longer expose data through the GraphQL API. In a coming release, other GitHub Packages registries will migrate to the new architecture, which will deprecate the GraphQL API for those registries as well.
errata:
# https://github.com/github/releases/issues/2042
- |
"[Features](#3.7.0-features)" incorrectly indicated that users of the GitHub Advisory Database can see advisories for Elixir, Erlang's Hex package manager, and more. This feature is unavailable in GitHub Enterprise Server 3.7, and will be available in a future release. [Updated 2023-06-01]

Просмотреть файл

@ -58,6 +58,7 @@ export default {
'deprecations',
'security_fixes',
'backups',
'errata',
].reduce((prev, curr) => ({ ...prev, [curr]: section }), {}),
},
},