From 58f4dc70158d8cd6fa0e0353f78a4312ce2164fc Mon Sep 17 00:00:00 2001 From: Tatsuya Sato Date: Tue, 7 Jan 2025 08:03:40 +0000 Subject: [PATCH] Update some old links Signed-off-by: Tatsuya Sato --- .github/settings.yml | 2 +- CODEOWNERS | 2 +- CODE_OF_CONDUCT.md | 2 +- SECURITY.md | 5 ++--- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index 2a0d207d..6b49c63a 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -1,7 +1,7 @@ repository: name: fabric-samples description: Samples for Hyperledger Fabric - homepage: https://wiki.hyperledger.org/display/fabric + homepage: https://lf-hyperledger.atlassian.net/wiki/spaces/fabric default_branch: main has_downloads: true has_issues: true diff --git a/CODEOWNERS b/CODEOWNERS index 8fcbd09e..8df9f958 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,4 +1,4 @@ # SPDX-License-Identifier: Apache-2.0 -# Fabric Samples Maintaners +# Fabric Samples Maintainers * @hyperledger/fabric-samples-maintainers diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 2f1f0e36..38be1688 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -2,7 +2,7 @@ Code of Conduct Guidelines ========================== Please review the Hyperledger [Code of -Conduct](https://wiki.hyperledger.org/community/hyperledger-project-code-of-conduct) +Conduct](https://lf-hyperledger.atlassian.net/wiki/spaces/HYP/pages/19595281/Hyperledger+Code+of+Conduct) before participating. It is important that we keep things civil. Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License. diff --git a/SECURITY.md b/SECURITY.md index 3163e2c1..0de6c8f8 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,7 +6,6 @@ If you think you have discovered a security issue in any of the Hyperledger proj 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/SEC/Defect+Response) on our [wiki](https://wiki.hyperledger.org). +The other way is to file a confidential security bug in the repository's [security advisories page](https://github.com/hyperledger/fabric/security/advisories). Guidance can be found in the GitHub documentation on [privately reporting a security vulnerability](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability). +The process by which the Hyperledger Security Team handles security bugs is documented further in our [Defect Response page](https://lf-hyperledger.atlassian.net/wiki/spaces/SEC/pages/20283618/Defect+Response) on our [wiki](https://lf-hyperledger.atlassian.net/wiki). \ No newline at end of file