Publish wolfSSL Security Policy and Vulnerability Report Template#10284
Open
ColtonWilley wants to merge 2 commits intowolfSSL:masterfrom
Open
Publish wolfSSL Security Policy and Vulnerability Report Template#10284ColtonWilley wants to merge 2 commits intowolfSSL:masterfrom
ColtonWilley wants to merge 2 commits intowolfSSL:masterfrom
Conversation
Add SECURITY-POLICY.md and SECURITY-REPORT-TEMPLATE.md at the repository root and replace the .github/SECURITY.md stub with a short pointer. SECURITY-POLICY.md is intentionally terse and discretionary, matching OpenSSL and Mbed TLS practice. It states the CVE-filing criterion, severity tiers, categories not considered CVE-eligible, coordinated- disclosure practice, and credit. SECURITY-REPORT-TEMPLATE.md is a structured report template whose use is mandatory for CVE consideration. It requires a reachability trace, attacker model, working proof-of-concept, and a related-work check against open pull requests and recent commits. All reports route to support@wolfssl.com.
Related Work Check is a triage prerequisite and belongs with the other due-diligence sections, not at the end after disclosure coordination. Previous sections 8-11 shift to 9-12. Content unchanged; no internal cross-references point to the shifted sections.
Contributor
Author
|
Jenkins retest this please |
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.
Description
Publishes wolfSSL's external security policy and a structured vulnerability report template.
SECURITY-POLICY.md— external-facing policy: CVE-filing criterion, severity tiers, categories addressed as hardening rather than CVEs, coordinated-disclosure practice, credit. Deliberately terse and discretionary, matching OpenSSL and Mbed TLS practice.SECURITY-REPORT-TEMPLATE.md— structured report template; use is mandatory for CVE consideration. Requires reachability trace, attacker model, working PoC, and a related-work check against open PRs..github/SECURITY.md— replaces the short stub with a pointer to the two new documents. All reports route tosupport@wolfssl.com.