]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
fix(ui-server): harden CSMS credential handling in supervision URL flow
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 22 Apr 2026 18:54:58 +0000 (20:54 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 22 Apr 2026 18:54:58 +0000 (20:54 +0200)
commitc7572fb49c029ab9458898e08939b2845687b609
treeab939dcfaf0d7deb48ac4434ad087937e69dfe12
parentab9d9299b910864d795696e160181a9983dd0309
fix(ui-server): harden CSMS credential handling in supervision URL flow

- Add autocomplete="off" on supervision password inputs
- Reject colon in supervisionUser via Zod regex (RFC 7617)
- Strip credentials from broadcast channel error response payloads
src/charging-station/ChargingStation.ts
src/charging-station/broadcast-channel/ChargingStationWorkerBroadcastChannel.ts
src/charging-station/ui-server/mcp/MCPToolSchemas.ts
ui/web/src/components/actions/AddChargingStations.vue
ui/web/src/components/actions/SetSupervisionUrl.vue