Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions skills/security-cve-allocate/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -463,12 +463,12 @@ re-invoke this skill with the CVE ID as an override argument to
resume from Step 4.

**Fallback when no governance-authorised member is reachable:**
if every authorised member is unavailable or unresponsive, send
an email to `security@apache.org` with subject
`CVE request for <one-line description>`. The ASF Security Team
will allocate the CVE and send the ID back. Re-invoke this skill
with the returned `CVE-YYYY-NNNNN` as an override to resume from
Step 4.
if every authorised member is unavailable or unresponsive, follow
the fallback path documented by the active CVE-tool adapter (for
the Vulnogram adapter, see
[`tools/cve-tool-vulnogram/allocation.md` § *PMC-gated access*](../../tools/cve-tool-vulnogram/allocation.md#pmc-gated-access)).
When the fallback returns a `CVE-YYYY-NNNNN`, re-invoke this skill
with that ID as an override to resume from Step 4.

**Wait for the user** to report back a `CVE-\d{4}-\d+` token. Do
not proceed to Step 4 until that token has arrived. If the user
Expand Down
2 changes: 1 addition & 1 deletion skills/security-issue-sync/github-advisory.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ path.
### Delivery — an email relay (draft, never auto-sent)

Create a **draft** email to the org's advisory-admin security team
(`<security-team-list>`; for ASF, `security@apache.org`) with
(`<security-team-list>`) with
`oauth-draft-create` — never send directly (SKILL Golden rule 1; and the
Gmail MCP mangles the `security/advisories/GHSA-…` URLs into redirects, so
use oauth-draft). **Always CC the project `<security-list>`** so the
Expand Down