add security policy for vulnerability reporting#129
Conversation
4e5cf7a to
35df70b
Compare
There was a problem hiding this comment.
Pull request overview
Adds a repository security policy document to clarify how to report vulnerabilities and which versions are supported, aligning the repo with common OpenSSF/Scorecard expectations.
Changes:
- Added
SECURITY.mddescribing supported versions. - Documented the vulnerability reporting path via the Hyperledger Security Process.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
4b2e0ae to
8cf68bd
Compare
Signed-off-by: Aaravanand00 <aaravanand5749@gmail.com>
8cf68bd to
6fd2851
Compare
|
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| # Security Policy | ||
|
|
||
| ## Reporting a Vulnerability | ||
|
|
There was a problem hiding this comment.
The PR description says SECURITY.md includes “supported versions”, but the file currently only documents the reporting channel. Either add a “Supported Versions” section (as GitHub’s SECURITY.md format expects) or update the PR description to match what’s actually being added.
|
Hi @amagyar-iohk Copilot suggested adding a 'Supported Versions' section to the SECURITY.md file to follow GitHub's standard format. Could you please let me know which versions are currently officially supported? Once confirmed, I'll update the file with the correct table... |



Summary
This adds a SECURITY.md file to define how security vulnerabilities should be reported.
What changed
Why
This makes it clear how to report vulnerabilities and aligns the repo with basic OpenSSF and scorecard expectations.
Notes