Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,14 @@ jobs:
# PR #295: vite/vitest tree (BlueOak-1.0.0, MPL-2.0 lightningcss), type-fest (CC0-1.0),
# rollup@4.x compound SPDX (0BSD AND ISC AND MIT).
# FSL-1.1-MIT is not a valid SPDX id for allow-licenses — exclude @sentry/* via purls.
# caniuse-lite ships MIT code but a CC-BY-4.0 dataset; the scanner reports the data
# license, which is not code we redistribute. It updates on nearly every browserslist
# refresh, so allow it by purl rather than adding CC-BY-4.0 to the global allow-licenses.
Comment on lines +31 to +33
allow-licenses: >-
MIT, Apache-2.0, BSD-2-Clause, BSD-3-Clause, ISC, Python-2.0,
BlueOak-1.0.0, MPL-2.0, CC0-1.0, 0BSD
allow-dependencies-licenses: >-
pkg:npm/caniuse-lite,
pkg:npm/@sentry/nextjs,
pkg:npm/@sentry/cli,
pkg:npm/@sentry/cli-darwin,
Expand Down
Loading