HTML encoding proc
Problem this snippet solves: This proc HTML encodes an input string.
See the OWASP discussion page for details on when/how to use this approach: XSS (Cross Site Scripting) Prevention Cheat Sheet ...
Published Mar 18, 2015
Version 1.0hoolio
Cirrostratus
Joined September 08, 2005
hoolio
Cirrostratus
Joined September 08, 2005
wsanders_233261
Nimbostratus
Feb 16, 2018Please explain RULE_INIT.
Can I call a proc anywhere? Like:
when HTTP_REQUEST { set foo [call library:some_function "some arg"] ....