Move vulnerability reporting to GitHub private vulnerability reporting - #11
Open
chrnorm wants to merge 3 commits into
Open
Move vulnerability reporting to GitHub private vulnerability reporting#11chrnorm wants to merge 3 commits into
chrnorm wants to merge 3 commits into
Conversation
Replace the PGP-encrypted email reporting process with GitHub private vulnerability reporting and add a coordinated disclosure policy aligned with the EU Cyber Resilience Act. Retitle the PGP section as the release signing key, since the key is no longer used for vulnerability reports.
meyerjrr
reviewed
Aug 27, 2026
Comment on lines
+91
to
+97
| We follow a coordinated vulnerability disclosure process, aligned with the requirements of the [EU Cyber Resilience Act](https://eur-lex.europa.eu/eli/reg/2024/2847/oj): | ||
|
|
||
| - We aim to acknowledge your report within 5 business days. | ||
| - We will investigate, keep you informed of progress, and work with you on remediation. | ||
| - We will remediate confirmed vulnerabilities without undue delay and distribute security fixes free of charge through our standard release channels. | ||
| - Once a fix is available, we will publish a [GitHub Security Advisory](https://github.com/fwdcloudsec/granted/security/advisories) describing the vulnerability, its severity and impact, and the fixed versions, and request a CVE where appropriate. | ||
| - We ask that you do not publicly disclose the vulnerability until a fix has been released, and we will credit you in the advisory unless you prefer to remain anonymous. |
Contributor
There was a problem hiding this comment.
Not sure we need to specify this here wdyt
Collaborator
Author
There was a problem hiding this comment.
Softened this to just the embargo ask — dropped the credit clause since it's already covered in the section intro. Applied the same change to SECURITY.md in fwdcloudsec/granted#971.
meyerjrr
approved these changes
Aug 27, 2026
Credit for reporters is already covered in the section intro.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Proposed at the 2026-08-27 maintainers meeting: switch vulnerability reporting from the PGP-encrypted email process to GitHub private vulnerability reporting on the granted repository (already enabled).
Companion PR on the granted repo: fwdcloudsec/granted#971