You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/security/ALLOWLISTS.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,8 @@ Configured in `backend/audit-ci.json` and used by `dependency-scan` job:
12
12
13
13
## License exceptions
14
14
15
-
`dependency-scan` runs license checks with a permissive allowlist that currently permits LGPL artifacts required by the build:
15
+
`dependency-scan` runs license checks for dependencies in all npm package roots, including dev dependencies. The allowlist only permits open-source licenses and intentionally excludes `UNLICENSED` dependency packages.
16
16
17
-
-`pdf2json` (LGPL) transitively pulled by `pdf2table` in the backend.
18
-
-`@img/sharp-libvips-*` (LGPL) required by Next.js image pipeline.
17
+
-`@img/sharp-libvips-*` (LGPL) required by `sharp`/Next.js image processing.
19
18
20
-
If licensing requirements change, adjust the `ALLOWED_LICENSES` string in `.github/workflows/ci.yml` and tighten/removing these exceptions.
19
+
If licensing requirements change, adjust the `ALLOWED_LICENSES` string in `.github/workflows/ci.yml` and tighten/remove these exceptions.
0 commit comments