bb-plane-fork/packages
Prateek Shourya 49fc6aa0a0
[VPAT-55] chore(security): implement input validation across authentication and workspace forms (#8528)
* chore(security): implement input validation across authentication and workspace forms

  - Add OWASP-compliant autocomplete attributes to all auth input fields
  - Create centralized validation utilities blocking injection-risk characters
  - Apply validation to names, display names, workspace names, and slugs
  - Block special characters: < > ' " % # { } [ ] * ^ !
  - Secure sensitive input fields across admin, web, and space apps

* chore: add missing workspace name validation to settings and admin forms

* feat: enhance validation regex for international names and usernames

- Updated regex patterns to support Unicode characters for person names, display names, company names, and slugs.
- Improved validation functions to block injection-risk characters in names and slugs.
2026-02-17 00:18:46 +05:30
..
codemods chore: add copyright (#8584) 2026-01-27 13:54:22 +05:30
constants [GIT-44] refactor(auth): add PASSWORD_TOO_WEAK error code (#8522) 2026-02-13 18:51:33 +05:30
decorators chore: add copyright (#8584) 2026-01-27 13:54:22 +05:30
editor refactor: table drag preview using decorations (#8597) 2026-02-13 17:59:37 +05:30
eslint-config fix: eslint (#8185) 2025-12-05 16:03:51 +05:30
hooks chore: add copyright (#8584) 2026-01-27 13:54:22 +05:30
i18n Update translations.ts: issue-artifacts discoverd (#7979) 2026-02-13 19:04:02 +05:30
logger chore: add copyright (#8584) 2026-01-27 13:54:22 +05:30
propel chore: add copyright (#8584) 2026-01-27 13:54:22 +05:30
services chore: add copyright (#8584) 2026-01-27 13:54:22 +05:30
shared-state chore: add copyright (#8584) 2026-01-27 13:54:22 +05:30
tailwind-config [WEB-5860] [WEB-5861] [WEB-5862] style: improved settings interface (#8520) 2026-01-23 13:34:20 +05:30
types [WEB-5871] chore: added intake count for projects (#8497) 2026-02-17 00:04:03 +05:30
typescript-config chore: update package version 2025-12-09 23:35:52 +05:30
ui chore: add copyright (#8584) 2026-01-27 13:54:22 +05:30
utils [VPAT-55] chore(security): implement input validation across authentication and workspace forms (#8528) 2026-02-17 00:18:46 +05:30