Commit 10f39f9
chore(security): extend license allowlist with BSL-1.0, CC0-1.0, 0BSD (#22)
Adds three permissive SPDX identifiers to the allowlist in both
`.github/workflows/security.yml` (the enforced gate) and `SECURITY.md`
(the documented policy):
- `0BSD` — Zero-Clause BSD. Rare but real.
- `BSL-1.0` — Boost Software License (permissive, OSI-approved). Not
the source-available Business Source License (BUSL/BSL on the
denylist); SECURITY.md now spells the distinction out so future
exception requests do not get triggered by the name collision.
- `CC0-1.0` — public-domain dedication, common in small Go utilities.
Switches the allowlist ordering to ASCII-sorted by SPDX id and pins
that ordering with a comment in security.yml, so the workflow env and
SECURITY.md stay in sync on future edits.
Withings-export-cli carries the same workflow copy; a parallel PR
mirrors the change there. crono- and liftoff-export-cli have not
onboarded the workflow yet and are out of scope for this PR.
Refs QUA-46.
Co-authored-by: LeadGoEngineer <[email protected]>
Co-authored-by: Paperclip <[email protected]>1 parent 6a36169 commit 10f39f9
2 files changed
Lines changed: 9 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
102 | 103 | | |
103 | | - | |
| 104 | + | |
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | | - | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
| 56 | + | |
56 | 57 | | |
| 58 | + | |
| 59 | + | |
57 | 60 | | |
58 | 61 | | |
59 | 62 | | |
60 | 63 | | |
61 | 64 | | |
62 | | - | |
| 65 | + | |
63 | 66 | | |
64 | 67 | | |
65 | 68 | | |
| |||
0 commit comments