fix(#411): complete 2026-02-17 remediation sweep

Apply RLS context at task service boundaries, harden orchestrator/web integration and session startup behavior, re-enable targeted frontend tests, and lock vulnerable transitive dependencies so QA and security gates pass cleanly.
This commit is contained in:
Jason Woltje
2026-02-17 14:19:15 -06:00
parent 254f85369b
commit cab8d690ab
22 changed files with 605 additions and 744 deletions

View File

@@ -66,7 +66,10 @@
"form-data": ">=2.5.4",
"lodash": ">=4.17.23",
"lodash-es": ">=4.17.23",
"qs": ">=6.14.1",
"ajv": ">=8.18.0",
"request": "npm:@cypress/request@3.0.10",
"qs": ">=6.15.0",
"tough-cookie": ">=4.1.3",
"undici": ">=6.23.0"
}
}