Skip to content

Commit 86dc1a5

Browse files
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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dependency-review.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
CC-BY-3.0,
4848
CC-BY-4.0,
4949
CC0-1.0,
50+
CDLA-Permissive-2.0,
5051
EPL-2.0,
5152
HPND-Markus-Kuhn,
5253
ISC,
@@ -61,6 +62,7 @@ jobs:
6162
MIT-CMU,
6263
MPL-2.0,
6364
OFL-1.1,
65+
OpenSSL,
6466
PSF-2.0,
6567
Python-2.0,
6668
Python-2.0.1,

0 commit comments

Comments
 (0)