bb-plane-fork/apps/web/core/components/onboarding
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
..
steps [VPAT-55] chore(security): implement input validation across authentication and workspace forms (#8528) 2026-02-17 00:18:46 +05:30
create-or-join-workspaces.tsx chore: merge helpers and layouts (#8624) 2026-02-10 22:04:07 +05:30
create-workspace.tsx [VPAT-55] chore(security): implement input validation across authentication and workspace forms (#8528) 2026-02-17 00:18:46 +05:30
header.tsx chore: add copyright (#8584) 2026-01-27 13:54:22 +05:30
index.ts chore: add copyright (#8584) 2026-01-27 13:54:22 +05:30
invitations.tsx chore: merge constants and services (#8623) 2026-02-10 21:10:54 +05:30
invite-members.tsx chore: merge constants and services (#8623) 2026-02-10 21:10:54 +05:30
profile-setup.tsx [VPAT-55] chore(security): implement input validation across authentication and workspace forms (#8528) 2026-02-17 00:18:46 +05:30
root.tsx chore: add copyright (#8584) 2026-01-27 13:54:22 +05:30
step-indicator.tsx chore: add copyright (#8584) 2026-01-27 13:54:22 +05:30
switch-account-dropdown.tsx chore: add copyright (#8584) 2026-01-27 13:54:22 +05:30
switch-account-modal.tsx chore: add copyright (#8584) 2026-01-27 13:54:22 +05:30