From e452fcdd0c99626611e9490c9b08ad4a616b4c3a Mon Sep 17 00:00:00 2001 From: "Mark S. Lewis" Date: Wed, 6 Nov 2024 08:53:53 +0000 Subject: [PATCH] Update links to LF Decentralized Trust (#770) Several links pointed to old or outdated Hyperledger pages and policies. These are updated to point to current LF Decentralized Trust equivalents. Signed-off-by: Mark S. Lewis --- CODE_OF_CONDUCT.md | 2 +- CONTRIBUTING.md | 2 +- SECURITY.md | 2 +- docs/community.md | 2 +- java/SECURITY.md | 12 ------------ java/pom.xml | 4 ++-- mkdocs.yml | 2 +- node/package.json | 4 ++-- 8 files changed, 9 insertions(+), 21 deletions(-) delete mode 100644 java/SECURITY.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 6f9390b4b..34c499b2a 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,3 +1,3 @@ # Code of conduct -This project follows the [Hyperledger code of conduct](https://toc.hyperledger.org/code-of-conduct.html). Please review these guidelines before participating. +This project follows the [LF Decentralized Trust code of conduct](https://lf-decentralized-trust.github.io/governance/governing-documents/code-of-conduct). Please review these guidelines before participating. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 06fc64409..9a5530812 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ If you have any questions about the project or how to contribute, you can use: - The GitHub repository [Discussions](https://github.com/hyperledger/fabric-gateway/discussions). - The `#fabric-client-apis` channel on Hyperledger [Discord](https://discord.com/channels/905194001349627914/943089887589048350) ([invite link](https://discord.gg/hyperledger)). -- The [Fabric mailing list](https://lists.hyperledger.org/g/fabric). +- The [Fabric mailing list](https://lists.lfdecentralizedtrust.org/g/fabric). Here are a few guidelines to help you contribute successfully... diff --git a/SECURITY.md b/SECURITY.md index 16f3c8450..50c937292 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,6 +1,6 @@ # Security policy -The Hyperledger policy for reporting and handling security bugs can be found in the [Hyperledger Defect Response wiki page](https://wiki.hyperledger.org/display/SEC/Defect+Response). Details specific to this repository are documented below. +This document defines how security vulnerability reporting is handled for this project. The approach aligns with the [LF Decentralized Trust security policy](https://lf-decentralized-trust.github.io/governance/governing-documents/security). Please review that document to understand the basis of the security reporting for this project. Details specific to this repository are documented below. ## Supported versions diff --git a/docs/community.md b/docs/community.md index db7622ac2..5e4ba26f2 100644 --- a/docs/community.md +++ b/docs/community.md @@ -4,4 +4,4 @@ For community discussion related to the Fabric Gateway client API, look at: - The GitHub repository [discussions](https://github.com/hyperledger/fabric-gateway/discussions). - The `#fabric-client-apis` channel on Hyperledger [Discord](https://discord.com/channels/905194001349627914/943089887589048350) ([invite link](https://discord.gg/hyperledger)). -- The Hyperledger Fabric [mailing list](https://lists.hyperledger.org/g/fabric). +- The Hyperledger Fabric [mailing list](https://lists.lfdecentralizedtrust.org/g/fabric). diff --git a/java/SECURITY.md b/java/SECURITY.md deleted file mode 100644 index 91509aa05..000000000 --- a/java/SECURITY.md +++ /dev/null @@ -1,12 +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 page](https://wiki.hyperledger.org/display/HYP/Defect+Response) on our [wiki](https://wiki.hyperledger.org). - diff --git a/java/pom.xml b/java/pom.xml index 8295df594..d2398e305 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -24,8 +24,8 @@ fabric-gateway maintainers - hyperledger-technical-discuss@lists.hyperledger.org - https://www.hyperledger.org/ + fabric@lists.lfdecentralizedtrust.org + https://www.lfdecentralizedtrust.org/ diff --git a/mkdocs.yml b/mkdocs.yml index 11c41182a..ffe6ef7f0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -32,7 +32,7 @@ extra: link: https://discord.gg/hyperledger name: Hyperledger Discord - icon: fontawesome/regular/envelope - link: https://lists.hyperledger.org/g/fabric + link: https://lists.lfdecentralizedtrust.org/g/fabric name: Fabric mailing list nav: - index.md diff --git a/node/package.json b/node/package.json index 30992faa2..31a8246c5 100644 --- a/node/package.json +++ b/node/package.json @@ -15,8 +15,8 @@ "homepage": "https://hyperledger.github.io/fabric-gateway/", "author": { "name": "hyperledger/fabric", - "email": "fabric@lists.hyperledger.org", - "url": "https://www.hyperledger.org/use/fabric" + "email": "fabric@lists.lfdecentralizedtrust.org", + "url": "https://www.lfdecentralizedtrust.org/projects/fabric" }, "scripts": { "build": "npm-run-all clean compile copy-non-ts-source",