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: CONTRIBUTING.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,8 @@ That command writes generated reports into `reports/licenses/`.
97
97
98
98
Dependency review also runs automatically on pull requests to catch newly introduced vulnerable dependency changes.
99
99
100
+
That dependency review config also includes an allowlist for the licenses already present in the current dependency tree. If you intentionally add a dependency under a new acceptable license, update `.github/dependency-review-config.yml` in the same pull request.
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,6 +127,8 @@ Pull requests also run GitHub dependency review so new vulnerable dependency cha
127
127
128
128
A separate GitHub workflow generates license-report artifacts for the root workspace, frontend workspace, and backend Python environment.
129
129
130
+
The dependency-review config also keeps a conservative allowlist of licenses already present in the current dependency tree, so tightening policy does not start by breaking routine updates.
131
+
130
132
## Releases
131
133
132
134
- Release Drafter keeps a draft release updated from merged pull requests on `main` and can auto-label incoming pull requests by path.
Copy file name to clipboardExpand all lines: SECURITY.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,8 @@ The repository also uses automated scanning to help catch common security issues
34
34
- GitHub dependency review on pull requests for newly introduced vulnerable dependency changes
35
35
- GitHub license-report artifacts for npm and Python dependency inventories
36
36
37
+
Dependency review is also configured with an allowlist that matches the current dependency tree, so changes that introduce new license types are surfaced deliberately instead of silently drifting in.
38
+
37
39
Those checks do not replace private disclosure. If you believe a vulnerability is real or
38
40
exploitable, please still report it through a private advisory.
0 commit comments