ita-social-projects / SpaceToStudy-Client

21 stars 13 forks source link

(SP: ) Fix passwordAlphabeticAndNumeric regex #2039

Closed abalanovsky closed 3 months ago

abalanovsky commented 3 months ago

Investigate and fix passwordAlphabeticAndNumeric at validations.constants.ts Make sure the regex used here, which is vulnerable to super-linear runtime due to backtracking, cannot lead to denial of service.