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
2 changes: 2 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
# npm/bignumber.js: ClearlyDefined error showing inaccurate license
# pypi/chardet: LGPL-2.1-or-later -- only approving as a one-off
# npm/@img/sharp*: LGPL-3.0-or-later -- only approving as a one-off; for local dev using claude code
# pypi/aiohappyeyeballs: License detection is wrong (incorrectly detecting unknown license)
# pypi/psycopg2: LGPL-2.0-or-later AND LGPL-3.0-or-later -- only approving as a one-off
# pypi/shapely: LGPL-2.1-only -- only approving as a one-off
# pypi/typing-extensions: License detection is wrong (not GPL)
Expand Down Expand Up @@ -115,6 +116,7 @@ jobs:
pkg:pypi/chardet,
pkg:npm/@img/sharp-libvips-linuxmusl-arm64,
pkg:npm/@img/sharp-libvips-linuxmusl-x64,
pkg:pypi/aiohappyeyeballs,
pkg:pypi/psycopg2,
pkg:pypi/shapely,
pkg:pypi/typing-extensions
Expand Down