com.h3xstream.findsecbugs.injection.script
Class ScriptInjectionDetector

java.lang.Object
  extended by com.h3xstream.findsecbugs.injection.TaintDetector
      extended by com.h3xstream.findsecbugs.injection.script.ScriptInjectionDetector
All Implemented Interfaces:
edu.umd.cs.findbugs.Detector, edu.umd.cs.findbugs.Priorities

public class ScriptInjectionDetector
extends TaintDetector


Field Summary
 
Fields inherited from interface edu.umd.cs.findbugs.Priorities
EXP_PRIORITY, HIGH_PRIORITY, IGNORE_PRIORITY, LOW_PRIORITY, NORMAL_PRIORITY
 
Constructor Summary
ScriptInjectionDetector(edu.umd.cs.findbugs.BugReporter bugReporter)
           
 
Method Summary
 InjectionSource[] getInjectionSource()
           
 
Methods inherited from class com.h3xstream.findsecbugs.injection.TaintDetector
report, visitClassContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptInjectionDetector

public ScriptInjectionDetector(edu.umd.cs.findbugs.BugReporter bugReporter)
Method Detail

getInjectionSource

public InjectionSource[] getInjectionSource()
Specified by:
getInjectionSource in class TaintDetector


Copyright © 2015. All rights reserved.