The Protevus Platform: Unified Full-Stack Development https://protevus.com
Find a file
2017-01-12 18:57:13 -05:00
lib 0.0.0-alpha 2017-01-12 18:57:13 -05:00
test 0.0.0-alpha 2017-01-12 18:57:13 -05:00
.gitignore 0.0.0-alpha 2017-01-12 18:57:13 -05:00
.travis.yml 0.0.0-alpha 2017-01-12 18:57:13 -05:00
LICENSE Initial commit 2017-01-10 08:24:29 -05:00
pubspec.yaml 0.0.0-alpha 2017-01-12 18:57:13 -05:00
README.md 0.0.0-alpha 2017-01-12 18:57:13 -05:00

security

version 0.0.0 build status

Angel middleware designed to enhance application security.

Currently far from finished, with incomplete code coverage - USE AT YOUR OWN RISK!!!

Sanitizing HTML

app.before.add(sanitizeHtmlInput());

// Or:
app.chain(sanitizeHtmlInput()).get(...)