Commit a7f0903
chore(security): extend license allowlist with BSL-1.0, CC0-1.0, 0BSD
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: Paperclip <noreply@paperclip.ing>1 parent c926e66 commit a7f0903
2 files changed
Lines changed: 9 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
97 | 98 | | |
98 | | - | |
| 99 | + | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| |||
| 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