Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make sure every text input is safe and validated | Michael Muré | 2021-04-17 | 1 | -3/+27 |
| | | | | fix #630 | ||||
* | Add unicode control characters test case | Amine Hilaly | 2019-05-05 | 1 | -0/+31 |
Move `cleanupText` to utils/text/transform.go `text.Cleanup`: removing unicode control characters except for those allowed by `text.Safe` Add golang.org/x/text dependencies fix text.Cleanup Fix import panic |