File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ jobs:
5454 cache-dependency-path : web/package-lock.json
5555
5656 - name : Install dependencies
57- run : npm ci --registry=https://registry.npmjs.org/
57+ run : npm ci
5858
5959 - name : Audit dependencies
60- run : npm audit --audit-level=high --registry=https://registry.npmjs.org/
60+ run : npm audit --audit-level=high
6161
6262 # ──────────────────────────────────────────────
6363 # Backend
@@ -104,6 +104,9 @@ jobs:
104104 - uses : pypa/gh-action-pip-audit@v1.1.0
105105 with :
106106 virtual-environment : server/.venv
107+ # ecdsa maintainer considers side-channel attacks out of scope (CVE-2024-23342)
108+ ignore-vulns : |
109+ GHSA-wj6h-64fc-37mp
107110
108111 # ──────────────────────────────────────────────
109112 # CodeQL – Static Analysis (both languages)
Original file line number Diff line number Diff line change 1414downloads /
1515eggs /
1616.eggs /
17- lib /
18- lib64 /
17+ / lib /
18+ / lib64 /
1919parts /
2020sdist /
2121var /
Original file line number Diff line number Diff line change 11fetch-retry-maxtimeout = 600000
22strict-ssl = false
3- registry = http ://registry.npmjs.org/
3+ registry = https ://registry.npmjs.org/
You can’t perform that action at this time.
0 commit comments