Package com.h3xstream.findsecbugs.wicket
Class WicketXssComponentDetector
- java.lang.Object
-
- com.h3xstream.findsecbugs.wicket.WicketXssComponentDetector
-
- All Implemented Interfaces:
edu.umd.cs.findbugs.Detector,edu.umd.cs.findbugs.Priorities
public class WicketXssComponentDetector extends Object implements edu.umd.cs.findbugs.Detector
Detect calls to the methodsetEscapeModelStringson various Wicket component. The class name is not validate to avoid missing an unknown component.
-
-
Constructor Summary
Constructors Constructor Description WicketXssComponentDetector(edu.umd.cs.findbugs.BugReporter bugReporter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreport()voidvisitClassContext(edu.umd.cs.findbugs.ba.ClassContext classContext)
-