From 9364e473009ef358df9ba934f1ca90ee5e71953a Mon Sep 17 00:00:00 2001 From: Ry Jones Date: Sun, 6 Sep 2026 08:44:51 -0700 Subject: [PATCH] Remove stale security policy in favor of the org-wide policy The repo-level SECURITY.md directed reporters to security@hyperledger.org and to filing a confidential bug in JIRA at jira.hyperledger.org, with further detail on wiki.hyperledger.org. All three are retired, so the documented reporting paths no longer reach anyone. Delete the file so the repository inherits the org-wide policy published in hyperledger/.github. That policy describes GitHub private vulnerability reporting, which is enabled on this repository, and gives the current LF Decentralized Trust security list as the email intake. Co-Authored-By: Claude Opus 5 (1M context) Signed-off-by: Ry Jones --- SECURITY.md | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md deleted file mode 100644 index 2f4eba8a..00000000 --- a/SECURITY.md +++ /dev/null @@ -1,23 +0,0 @@ -# Hyperledger Security Policy - -## Reporting a Security Bug - -If you think you have discovered a security issue in any of the Hyperledger -projects, we'd love to hear from you. We will take all security bugs -seriously and if confirmed upon investigation we will patch it within a -reasonable amount of time and release a public security bulletin discussing -the impact and credit the discoverer. - -There are two ways to report a security bug. The easiest is to email a -description of the flaw and any related information (e.g. reproduction -steps, version) to -[security at hyperledger dot org](mailto:security@hyperledger.org). - -The other way is to file a confidential security bug in our -[JIRA bug tracking system](https://jira.hyperledger.org). -Be sure to set the “Security Level” to “Security issue”. - -The process by which the Hyperledger Security Team handles security bugs -is documented further in our -[Defect Response](https://wiki.hyperledger.org/display/HYP/Defect+Response) -page on our [wiki](https://wiki.hyperledger.org).