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.0hooleylist
Cirrostratus
Joined September 08, 2005
hooleylist
Cirrostratus
Joined September 08, 2005
wsanders_233261
Feb 16, 2018Nimbostratus
Please explain RULE_INIT.
Can I call a proc anywhere? Like:
when HTTP_REQUEST { set foo [call library:some_function "some arg"] ....