From 4aafbeec5fe738d66b0f7c20586ab2f9dccb9c38 Mon Sep 17 00:00:00 2001 From: Steve Lasker Date: Fri, 27 Jan 2023 11:35:51 -0800 Subject: [PATCH] Add community and governance content Signed-off-by: Steve Lasker markdown format Signed-off-by: Steve Lasker PR Feedback Signed-off-by: Steve Lasker Remove zombied code of conduct Signed-off-by: Steve Lasker PR Feedback Signed-off-by: Steve Lasker Merge conflicts Signed-off-by: Steve Lasker Update references to v1.0.0 (#129) Signed-off-by: Lachlan Evenson Update Code of Conduct (#128) Signed-off-by: Lachlan Evenson Correct return error code when key cannot be decoded (#130) --- CODE_OF_CONDUCT.md | 15 --------------- README.md | 23 +++++++++++++++++++++-- SECURITY.md | 11 +++++------ errors.go | 1 + signer.go | 6 +++--- verifier.go | 6 +++--- 6 files changed, 33 insertions(+), 29 deletions(-) delete mode 100644 CODE_OF_CONDUCT.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md deleted file mode 100644 index 498baa3..0000000 --- a/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,15 +0,0 @@ -# Community Participation Guidelines - -This repository is governed by Mozilla's code of conduct and etiquette guidelines. -For more details, please read the -[Mozilla Community Participation Guidelines](https://www.mozilla.org/about/governance/policies/participation/). - -## How to Report -For more information on how to report violations of the Community Participation Guidelines, please read our '[How to Report](https://www.mozilla.org/about/governance/policies/participation/reporting/)' page. - - diff --git a/README.md b/README.md index d3de617..feaf8c4 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,31 @@ A golang library for the [COSE specification][cose-spec] ## Project Status -**Current Release**: [go-cose rc 1][release-rc-1] +**Current Release**: [go-cose v1.0.0][current-release] The project was *initially* forked from the upstream [mozilla-services/go-cose][mozilla-go-cose] project, however the Veraison and Mozilla maintainers have agreed to retire the mozilla-services/go-cose project and focus on [veraison/go-cose][veraison-go-cose] as the active project. We thank the [Mozilla maintainers and contributors][mozilla-contributors] for their great work that formed the base of the [veraison/go-cose][veraison-go-cose] project. +## Community + +The [veraison/go-cose](https://github.com/veraison/go-cose) project is an open source community effort. + +You can reach the go-cose community via:: + +- [Mailing List](veraison-project@confidentialcomputing.io) +- Bi-weekly meetings: 08:00-09:00 Pacific + - [Zoom meeting link](https://us02web.zoom.us/j/81054434992?pwd=YjNBU21seU5VcGdtVXY3VHVjS251Zz09) + - [Calendar ics link](https://zoom.us/meeting/tZUtcu2srT8jE9YFubXn-lC9upuwUiiev52G/ics) +- [Meeting Notes](https://veraison.zulipchat.com/#narrow/stream/317999-go-cose-meetings) +- [Meeting Recordings](https://www.youtube.com/@go-cose-community3000) + +Participation in the go-cose community is governed by the Veraison [CODE_OF_CONDUCT.md](https://github.com/veraison/.github/blob/main/CODE_OF_CONDUCT.md) and [GOVERNANCE.md](https://github.com/veraison/community/blob/main/GOVERNANCE.md) + +## Code of Conduct + +This project has adopted the [Contributor Covenant Code of Conduct](https://github.com/veraison/.github/blob/main/CODE_OF_CONDUCT.md). + ## Installation go-cose is compatible with modern Go releases in module mode, with Go installed: @@ -188,4 +207,4 @@ go test -fuzz=FuzzSign1 [mozilla-contributors]: https://github.com/mozilla-services/go-cose/graphs/contributors [mozilla-go-cose]: http://github.com/mozilla-services/go-cose [veraison-go-cose]: https://github.com/veraison/go-cose -[release-rc-1]: https://github.com/veraison/go-cose/releases/tag/v1.0.0-rc.1 +[current-release]: https://github.com/veraison/go-cose/releases/tag/v1.0.0 diff --git a/SECURITY.md b/SECURITY.md index a11239e..d4ab969 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,11 +4,11 @@ This document provides the details on the veraison/go-cose security policy and d ## Supported Versions -[go-cose][go-cose] is currently is in active development, moving to a [1.0.0 release][v1.0.0-milestone]. The latest pre-release will be supported until 1.0.0 is released. As 1.0.0 is released, pre-release references will need to be redirected to 1.0.0. +The current stable release of [go-cose][go-cose] is [v1.0.0][v1.0.0-release]. Please upgrade to [v1.0.0][v1.0.0-release] if you are using a pre-release version. | Version | Supported | | ------- | ------------------ | -| [v1.0.0-rc1][v1.0.0-rc1-release] | Yes | +| [v1.0.0][v1.0.0-release] | Yes | ## Report A Vulnerability @@ -23,7 +23,7 @@ To make a report please email the private security list at