Skip to content

Commit 4fbf079

Browse files
committed
OpenChain Announcement
1 parent 7f5d5f7 commit 4fbf079

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
---
2+
layout: post
3+
title: "Announcing Elixir OpenChain Certification"
4+
authors:
5+
- Jonatan Männchen
6+
- José Valim
7+
category: Announcements
8+
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."
9+
tags: openchain compliance
10+
---
11+
12+
We are pleased to share that the Elixir project now complies with
13+
[OpenChain][openchain] ([ISO/IEC 5230][iso_5230]), an international
14+
standard for open source license compliance. This step aligns with broader
15+
efforts to meet industry standards for supply chain and cybersecurity best
16+
practices.
17+
18+
“Today’s announcement around Elixir’s conformance represents another significant
19+
example of community maturity,” says Shane Coughlan, OpenChain General Manager.
20+
“With projects - the final upstream - using ISO standards for compliance and
21+
security with increasing frequency, we are seeing a shift to longer-term
22+
improvements to trust in the supply chain.”
23+
24+
## Why OpenChain Compliance Helps
25+
26+
By following OpenChain (ISO/IEC 5230), we demonstrate clear processes around
27+
license compliance. This benefits commercial and community users alike, making
28+
Elixir easier to adopt and integrate with confidence.
29+
30+
## Changes for Elixir Users
31+
32+
- All future Elixir releases will include a Source SBoM in
33+
[CycloneDX 1.6 or later][cyclonedx] and [SPDX 2.3 or later][spdx] formats.
34+
- Each release will be attested along with the Source SBoM.
35+
36+
These additions offer greater transparency into the components and licenses of
37+
each release, supporting more rigorous supply chain requirements.
38+
39+
## Changes for Contributors
40+
41+
- Contributions remain under the Apache-2.0 License. Other licenses cannot be
42+
accepted.
43+
- The project now enforces the [Developer Certificate of Origin (DCO)][dco],
44+
ensuring clarity around contribution ownership.
45+
46+
Contributors will notice minimal procedural changes, as standard practices
47+
around licensing remain in place.
48+
49+
For more details, see the [CONTRIBUTING guidelines][contributing].
50+
51+
## Commitment
52+
53+
These updates were made in collaboration with the
54+
[Erlang Ecosystem Foundation][erlef], reflecting a shared
55+
commitment to robust compliance and secure development practices. Thank you to
56+
everyone who supported this milestone. We appreciate the community’s ongoing
57+
contributions and look forward to continuing the growth of Elixir under these
58+
established guidelines.
59+
60+
[openchain]: https://openchainproject.org/
61+
[erlef]: https://erlef.org/
62+
[spdx]: https://spdx.org/rdf/terms/
63+
[cyclonedx]: https://cyclonedx.org/specification/overview/
64+
[iso_5230]: https://www.iso.org/standard/81039.html
65+
[dco]: https://developercertificate.org/
66+
[contributing]: https://github.com/elixir-lang/elixir/blob/main/CONTRIBUTING.md

0 commit comments

Comments
 (0)