-
Notifications
You must be signed in to change notification settings - Fork 833
Add OpenChain Announcement #1792
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
--- | ||
layout: post | ||
title: "Announcing Elixir OpenChain Certification" | ||
authors: | ||
- Jonatan Männchen | ||
- José Valim | ||
category: Announcements | ||
excerpt: "The Elixir project now meets OpenChain (ISO/IEC 5230). Each release ships with Source SBoMs in CycloneDX 1.6 and SPDX 2.3, plus attestation." | ||
tags: openchain compliance | ||
--- | ||
|
||
We are pleased to share that the Elixir project now complies with | ||
[OpenChain][openchain] ([ISO/IEC 5230][iso_5230]), an international | ||
standard for open source license compliance. This step aligns with broader | ||
efforts to meet industry standards for supply chain and cybersecurity best | ||
practices. | ||
|
||
“Today’s announcement around Elixir’s conformance represents another significant | ||
example of community maturity,” says Shane Coughlan, OpenChain General Manager. | ||
“With projects - the final upstream - using ISO standards for compliance and | ||
security with increasing frequency, we are seeing a shift to longer-term | ||
improvements to trust in the supply chain.” | ||
|
||
## Why OpenChain Compliance Helps | ||
|
||
By following OpenChain (ISO/IEC 5230), we demonstrate clear processes around | ||
license compliance. This benefits commercial and community users alike, making | ||
Elixir easier to adopt and integrate with confidence. | ||
|
||
## Changes for Elixir Users | ||
|
||
Elixir has an automated release process where its artifacts are signed. This | ||
change strengthens this process by: | ||
|
||
- All future Elixir releases will include a Source SBoM in | ||
[CycloneDX 1.6 or later][cyclonedx] and [SPDX 2.3 or later][spdx] formats. | ||
- Each release will be attested along with the Source SBoM. | ||
|
||
These additions offer greater transparency into the components and licenses of | ||
each release, supporting more rigorous supply chain requirements. | ||
|
||
## Changes for Contributors | ||
|
||
Contributing to Elixir remains largely the same, we have added more clarity and | ||
guidelines around it: | ||
|
||
- Contributions remain under the Apache-2.0 License. Other licenses cannot be | ||
josevalim marked this conversation as resolved.
Show resolved
Hide resolved
|
||
accepted. | ||
- The project now enforces the [Developer Certificate of Origin (DCO)][dco], | ||
ensuring clarity around contribution ownership. | ||
|
||
Contributors will notice minimal procedural changes, as standard practices | ||
around licensing remain in place. | ||
|
||
For more details, see the [CONTRIBUTING guidelines][contributing]. | ||
|
||
## Commitment | ||
|
||
These updates were made in collaboration with the | ||
[Erlang Ecosystem Foundation][erlef], reflecting a shared | ||
commitment to robust compliance and secure development practices. Thank you to | ||
everyone who supported this milestone. We appreciate the community’s ongoing | ||
contributions and look forward to continuing the growth of Elixir under these | ||
established guidelines. | ||
|
||
[openchain]: https://openchainproject.org/ | ||
[erlef]: https://erlef.org/ | ||
[spdx]: https://spdx.org/rdf/terms/ | ||
[cyclonedx]: https://cyclonedx.org/specification/overview/ | ||
[iso_5230]: https://www.iso.org/standard/81039.html | ||
[dco]: https://developercertificate.org/ | ||
[contributing]: https://github.com/elixir-lang/elixir/blob/main/CONTRIBUTING.md |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.