Skip to content

Commit d75fabf

Browse files
committed
docs: update regex pattern in security section to match current implementation
1 parent 729f2f4 commit d75fabf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/TECHNICAL_DOCUMENTATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ The library implements the following security measures:
10441044
4. **No path traversal** - No file system operations
10451045
5. **No XSS** - Returns plain strings, no HTML/JS generation
10461046
6. **No SSRF** - No network requests
1047-
7. **No ReDoS** - Regex `/(\D)/g` is simple, no catastrophic backtracking
1047+
7. **No ReDoS** - Regex `/[.,]/g` is simple, no catastrophic backtracking
10481048
8. **Input validation** - Validates number input and rounding method
10491049

10501050
### Security Considerations

0 commit comments

Comments
 (0)