Skip to content
Success

Changes

Summary

  1. fix(security): remove unnecessary localization logic (details)
Commit e40b511580676c1a6d93e4f13c9a2f859f1578d8 by Alberto Codutti
fix(security): remove unnecessary localization logic

Removed unnecessary localization logic that dynamically set the locale based on request parameters to mitigate a XSS vulnerability. Since our system does not support multiple languages, replaced it with a static default locale of `en`.
The file was modified console/web/src/main/webapp/console.jsp (diff)