mangle
mangle copied to clipboard
Sanitization / data masking library for Go (golang)
Fix missing dependencies 1. "code.google.com/p/go.net/html" 2. "github.com/jimsmart/bufrr" Intrdouce go dep for tracking dependencies and fixing it to working version of dependent library
There is no https://github.com/jimsmart/bufrr on gihub Probably this will do https://github.com/SteelSeries/bufrr
This should be configurable through the Mangle struct, with sensible defaults. Currently text inside every tag is mangled, however some tags such as script should normally be skipped via a...
This is probably a different repo, but a nice idea would be to make a http proxy (that could be connected via Ngnix, for example) that runs entire pages through...
The current approach is strong for PII and similar use cases, but isn't so strong protecting more wordy private information that consists of words that may already be known. For...
Allow users to disable this, for stronger security if desired.