|
FindBugs™ 1.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.umd.cs.findbugs.detect.FindSqlInjection
public class FindSqlInjection
Find potential SQL injection vulnerabilities.
| Field Summary |
|---|
| Fields inherited from interface edu.umd.cs.findbugs.Priorities |
|---|
EXP_PRIORITY, HIGH_PRIORITY, IGNORE_PRIORITY, LOW_PRIORITY, NORMAL_PRIORITY |
| Constructor Summary | |
|---|---|
FindSqlInjection(BugReporter bugReporter)
|
|
| Method Summary | |
|---|---|
static boolean |
isCloseQuote(java.lang.String s)
|
static boolean |
isOpenQuote(java.lang.String s)
|
void |
report()
This method is called after all classes to be visited. |
void |
visitClassContext(ClassContext classContext)
Visit the ClassContext for a class which should be analyzed for instances of bug patterns. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FindSqlInjection(BugReporter bugReporter)
| Method Detail |
|---|
public void visitClassContext(ClassContext classContext)
Detector
visitClassContext in interface DetectorclassContext - the ClassContextpublic static boolean isOpenQuote(java.lang.String s)
public static boolean isCloseQuote(java.lang.String s)
public void report()
Detector
report in interface Detector
|
FindBugs™ 1.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||