Skip to content

Commit 58be572

Browse files
committed
Update after move to new GitHub org
Signed-off-by: Stephen Curran <[email protected]>
1 parent cb11026 commit 58be572

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Checkout library
8383
uses: actions/checkout@v4
8484
with:
85-
repository: "hyperledger/indy-blssignatures-rs"
85+
repository: "hyperledger-indy/indy-blssignatures-rs"
8686
path: "build"
8787

8888
- name: Build

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [Hyperledger Code of Conduct](https://wiki.hyperledger.org/community/hyperledger-project-code-of-conduct)
1+
# [LF Decentralized Trust Code of Conduct](https://lf-decentralized-trust.github.io/governance/governing-documents/code-of-conduct/)
22

33
The Hyperledger Foundation is a collaborative project at The Linux Foundation.
44
It is an open-source and open community project where participants choose to

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ This package implements a version of the BLS signature scheme. The implementatio
77
This package is NOT recommended for new projects. It would be preferable to use a BLS signatures implementation based on the IETF draft, on a curve with a stronger security estimation (such as BLS12-381).
88

99
[BLS signatures specification at the IETF]: https://datatracker.ietf.org/doc/html/draft-irtf-cfrg-bls-signature-05
10-
[Hyperledger Indy BLS Signatures Rust]: https://github.com/hyperledger/indy-blssignatures-rs
11-
[Hyperledger Indy Node]: https://github.com/hyperledger/indy-node
10+
[Hyperledger Indy BLS Signatures Rust]: https://github.com/hyperledger-indy/indy-blssignatures-rs
11+
[Hyperledger Indy Node]: https://github.com/hyperledger-indy/indy-node
1212

1313
## Installation
1414

@@ -26,7 +26,7 @@ The primary build dependency is the Rust crate: [Hyperledger Indy BLS Signatures
2626

2727
## Contributing
2828

29-
Pull requests are welcome! Please read our [contributions guide](https://github.com/hyperledger/indy-bls-wrapper-python/blob/main/CONTRIBUTING.md) and submit your PRs. We enforce [developer certificate of origin](https://developercertificate.org/) (DCO) commit signing. See guidance [here](https://github.com/apps/dco).
29+
Pull requests are welcome! Please read our [contributions guide](https://github.com/hyperledger-indy/indy-bls-wrapper-python/blob/main/CONTRIBUTING.md) and submit your PRs. We enforce [developer certificate of origin](https://developercertificate.org/) (DCO) commit signing. See guidance [here](https://github.com/apps/dco).
3030

3131
We also welcome issues submitted about problems you encounter in using `indy_bls`.
3232

@@ -36,4 +36,4 @@ This code is based on the original Ursa Python wrapper contributed by Cam Parra.
3636

3737
## License
3838

39-
Licensed under the Apache License, Version 2.0. ([LICENSE-APACHE](https://github.com/hyperledger/indy-bls-wrapper-python/blob/main/LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0).
39+
Licensed under the Apache License, Version 2.0. ([LICENSE-APACHE](https://github.com/hyperledger-indy/indy-bls-wrapper-python/blob/main/LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0).

SECURITY.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ the discoverer.
1010

1111
To report a security bug email a description of the flaw and any related
1212
information (e.g. reproduction steps, version)
13-
to [security@lists.hyperledger.org](mailto:security@lists.hyperledger.org).
13+
to [security@lists.lfdecentralizedtrust.org](mailto:security@lists.lfdecentralizedtrust.org).
1414

1515
Security Bug Handling Process
1616

1717
1. The person discovering the issue, the reporter, reports the vulnerability
1818
privately to
19-
[security@lists.hyperledger.org](mailto:security@lists.hyperledger.org).
19+
[security@lists.lfdecentralizedtrust.org](mailto:security@lists.lfdecentralizedtrust.org).
2020
2. Messages that do not relate to the reporting or managing of an undisclosed
2121
security vulnerability in Hyperledger software are ignored and no further
2222
action is required.
@@ -41,13 +41,13 @@ to include in the report is a matter of judgment. Generally, reports should
4141
contain enough information to enable people to assess the risk associated with
4242
the vulnerability for their system and no more. Steps to reproduce the
4343
vulnerability are not normally included.
44-
11. The project team commits the fix. No reference should be made to the commit
44+
1. The project team commits the fix. No reference should be made to the commit
4545
being related to a security vulnerability.
46-
12. The project team creates a release that includes the fix.
47-
13. The project team announces the release. The release announcement should be
46+
2. The project team creates a release that includes the fix.
47+
3. The project team announces the release. The release announcement should be
4848
sent to the usual mailing lists (typically the project's user list, dev
4949
list, announce list, and the Hyperledger announce list).
50-
14. The project team announces the vulnerability. The vulnerability announcement
50+
4. The project team announces the vulnerability. The vulnerability announcement
5151
should be sent after the release announcement to the following destinations:
5252
1. The same destinations as the release announcement.
5353
2. The vulnerability reporter.
@@ -70,5 +70,5 @@ public.
7070
Information may be shared with domain experts (e.g. colleagues at your employer)
7171
at the discretion of the project's security team providing that it is made clear
7272
that the information is not for public disclosure and
73-
that [security@lists.hyperledger.org](mailto:security@lists.hyperledger.org)
73+
that [security@lists.lfdecentralizedtrust.org](mailto:security@lists.lfdecentralizedtrust.org)
7474
org must be copied on any communication regarding the vulnerability.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
version="0.1.0",
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",
12-
url="https://github.com/hyperledger/indy-bls-wrapper-python",
12+
url="https://github.com/hyperledger-indy/indy-bls-wrapper-python",
1313
classifiers=[
1414
"Programming Language :: Python :: 3",
1515
"License :: OSI Approved :: Apache Software License",

0 commit comments

Comments
 (0)