File: bean-shell-rule.bsh

package info (click to toggle)
libowasp-esapi-java 2.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 7,480 kB
  • ctags: 4,161
  • sloc: java: 26,333; xml: 1,309; sh: 293; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 123 bytes parent folder | download | duplicates (6)
1
2
3
4
5
import org.owasp.esapi.waf.actions.*;

session.setAttribute("simple_waf_test", "true");

action = new RedirectAction();