Skip to content

Commit c2066b7

Browse files
committed
Aegis Status Update
1 parent 83e974d commit c2066b7

File tree

5 files changed

+36
-15
lines changed

5 files changed

+36
-15
lines changed

docs/_includes/head-custom.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,12 @@
2323
max-width: 250px;
2424
height: auto;
2525
}
26+
27+
.task-list-item:has(> .task-list-item-checkbox) {
28+
list-style-type: none;
29+
margin-left: -1.35em;
30+
}
31+
.task-list-item-checkbox {
32+
margin-right: 0.4em;
33+
}
2634
</style>

docs/aegis/roadmap/core-tooling-governance-audit.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: Core Tooling Governance Audit
33
area: Governance
44
status: Planning
55
funding_required: false
6-
supporters:
7-
- Herrmann Ultraschall
86
index: 8
97
previous:
108
url: hex-build-provenance

docs/aegis/roadmap/hex-build-provenance.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: Hex Build Provenance
33
area: Supply Chain
44
status: Planning
55
funding_required: true
6-
supporters:
7-
- HCA Healthcare
86
index: 7
97
previous:
108
url: core-tooling-compliance

docs/aegis/roadmap/source-sbom.md

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Source SBoM
33
area: Supply Chain
44
status: In Progress
5-
funding_required: false
5+
funding_required: true
66
supporters:
77
- To Be Announced
88
index: 3
@@ -35,18 +35,31 @@ communities.
3535

3636
## Deliverables
3737

38-
* Integrations into ORT (mix, rebar3, Gleam)
39-
* Integrations into ScanCode (mix, rebar3, Gleam)
40-
* Build Tools (or plugins for build tools) can generate SBoMs
41-
- Type: Source, Build, Runtime, & Cryptography
42-
- Formats: SPDX, CycloneDX
38+
* [X] Integrations into ORT (mix, rebar3, Gleam)
39+
* [X] Integrations into ScanCode (mix, rebar3, Gleam)
40+
* [ ] Build Tools (or plugins for build tools) can generate SBoMs
41+
- [X] Type: Source
42+
- [ ] Format: SPDX
43+
- [X] Format: CycloneDX
4344
* Core Infrastructure Source SBoM
44-
- Languages (Erlang / Gleam / Elixir)
45-
- Separate Build Tools (rebar3)
46-
- Package Manager (Hex)
47-
- offer Source SBoM
45+
- [X] Language: Erlang
46+
- [ ] Language: Gleam
47+
- [X] Language: Elixir
48+
- [ ] Build Tools: rebar3
49+
- [ ] Package Manager: Hex
4850

4951
## Relevant Standards
5052

5153
* [SPDX 3.0.1](https://spdx.github.io/spdx-spec/v3.0.1/)
5254
* [CycloneDX 1.6](https://ecma-international.org/publications-and-standards/standards/ecma-424/)
55+
56+
## Results
57+
58+
* [mix_sbom](https://github.com/erlef/mix_sbom)
59+
* [rebar3_sbom](https://github.com/erlef/rebar3_sbom)
60+
* [ORT Mix Plugin](https://oss-review-toolkit.org/ort/docs/plugins/package-managers/Mix)
61+
* [ORT Rebar3 Plugin](https://oss-review-toolkit.org/ort/docs/plugins/package-managers/Rebar3)
62+
* [ORT Gleam Plugin](https://oss-review-toolkit.org/ort/docs/plugins/package-managers/Gleam)
63+
* [Gleam Source Bill of Materials](https://gleam.run/documentation/source-bill-of-materials/)
64+
* [rebar3 SBoM Plugin](https://www.rebar3.org/docs/configuration/plugins/#software-bill-of-materials-sbom)
65+
* [Elixir SBoM Documentation](https://hexdocs.pm/elixir/main/sbom.html)

docs/aegis/roadmap/supply-chain-security-audit.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ funding_required: false
66
supporters:
77
- Alpha-Omega
88
index: 4
9-
progress: 25
9+
progress: 75
1010
previous:
1111
url: source-sbom
1212
title: Source SBoM
@@ -46,3 +46,7 @@ proceed from a stable, trustworthy foundation.
4646
- [`elixir-lang/elixir`](https://github.com/elixir-lang/elixir) - Mix Build Tool
4747
- [`gleam-lang/gleam`](https://github.com/gleam-lang/gleam) - Gleam Build Tool
4848
* Remediation of findings
49+
50+
## Results
51+
52+
* [Alpha-Omega Engagement](https://github.com/ossf/alpha-omega/tree/main/alpha/engagements/2026/Erlang%20Ecosystem%20Foundation%2C%20Inc.%20(EEF))

0 commit comments

Comments
 (0)