🛡️ Sentinel: [Medium] Add input length limits to Contact form #34

Merged
ragusa-it merged 1 commits from sentinel-input-limits-8405607204449411064 into main 2026-01-29 04:19:01 +00:00

1 Commits

Author SHA1 Message Date
google-labs-jules[bot]
e84a3313c7 feat(security): enforce input length limits in contact form
- Added `EMAIL_MAX_LENGTH` constant (254).
- Added `maxLength` attributes to Name, Email, Subject, and Message inputs.
- Updated `validateForm` to check email length.
- Mitigates client-side DoS and improves UX.

Co-authored-by: ragusa-it <196988693+ragusa-it@users.noreply.github.com>
2026-01-29 02:00:58 +00:00