fix(security): shell escape paths in HostDiskUsageService; null-prototype objects in batch parser (#2659)

* fix(core): escape path in HostDiskUsageService

* fix: always use null prototypes on operation specs

* fix: update test.yml so that tests work again
This commit is contained in:
Eric Dubé
2026-03-13 14:17:36 -07:00
committed by GitHub
parent 9169114e60
commit 9506c537ab
4 changed files with 25 additions and 10 deletions
+3 -1
View File
@@ -30,7 +30,9 @@ jobs:
env:
NODE_OPTIONS: --max-old-space-size=4096
run: |
npm ci
rm package-lock.json
          npm install -g npm@latest
          npm install
npm run build
npm run test:backend -- --coverage --coverage.reporter=json --coverage.reporter=json-summary --coverage.reporter=lcov