Commit 86dc1a5
authored
chore(deps): allow OpenSSL and CDLA-Permissive-2.0 licenses (#44)
## Summary
Two Rust crate dependencies in
[hex-cli-dev#17](hex-inc/hex-cli-dev#17) are
blocked by the dependency review workflow because their SPDX license
identifiers aren't in the allow list:
- **`aws-lc-sys`** — license: `ISC AND (Apache-2.0 OR ISC) AND OpenSSL`.
ISC and Apache-2.0 are already allowed; `OpenSSL` is not.
- **`webpki-root-certs`** — license: `CDLA-Permissive-2.0`. Not
currently allowed. [LICENSE](https://cdla.dev/permissive-2-0/)
Both are permissive licenses with no copyleft or restrictive terms,
suitable for the general allow list.
## Changes
- Add `CDLA-Permissive-2.0` to `allow-licenses` (after `CC0-1.0`)
- Add `OpenSSL` to `allow-licenses` (after `OFL-1.1`)1 parent bddbea9 commit 86dc1a5
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| |||
0 commit comments