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 ...Show MorePublished Mar 18, 2015View ContributorsVersion 1.0
wsanders_233261NimbostratusFeb 16, 2018Please explain RULE_INIT. Can I call a proc anywhere? Like: when HTTP_REQUEST { set foo [call library:some_function "some arg"] ....