aboutsummaryrefslogtreecommitdiffstats
path: root/askama_shared/src/escaping.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix formatting with cargo fmtLibravatar Dirkjan Ochtman2018-06-211-13/+34
|
* Apply suggestions from rustfmt to improve styleLibravatar Dirkjan Ochtman2017-11-211-8/+4
|
* Rewrite escapable() to prevent duplicationLibravatar Dirkjan Ochtman2017-09-071-3/+6
|
* Extend escaping according to OWASP recommendationsLibravatar Dirkjan Ochtman2017-09-071-2/+5
|
* Escape all strings with character entities by default (fixes #23)Libravatar Dirkjan Ochtman2017-09-041-0/+43
|
* Move escaping algorithm into a separate moduleLibravatar Dirkjan Ochtman2017-09-041-0/+50