fix(security): Resolve SonarQube security hotspots #5

Merged
bermudalamb merged 1 commits from fix/sonarqube-security-hotspots into main 2026-05-20 17:20:33 -05:00
Owner

Introduce a default regex match timeout across the library to prevent potential ReDoS attacks (SonarQube rule S6444).
Implement [OnDeserialized] methods to re-establish object invariants and validate state after deserialization, addressing SonarQube rule S5766.

Introduce a default regex match timeout across the library to prevent potential ReDoS attacks (SonarQube rule S6444). Implement `[OnDeserialized]` methods to re-establish object invariants and validate state after deserialization, addressing SonarQube rule S5766.
bermudalamb added 1 commit 2026-05-20 17:20:23 -05:00
fix(security): Resolve SonarQube security hotspots
SonarQube Analysis / sonarqube (pull_request) Successful in 3m9s
e3153e58c4
Introduce a default regex match timeout across the library to prevent potential ReDoS attacks (SonarQube rule S6444).
Implement `[OnDeserialized]` methods to re-establish object invariants and validate state after deserialization, addressing SonarQube rule S5766.
bermudalamb merged commit 3de3b8bf68 into main 2026-05-20 17:20:33 -05:00
bermudalamb deleted branch fix/sonarqube-security-hotspots 2026-05-20 17:20:33 -05:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Lambda-Associates/sql-utilities#5