| AbstractInjectionDetector |
Detector designed for extension to detect injection vulnerabilities
|
| AbstractTaintDetector |
Detector designed for extension to allow usage of taint analysis
|
| BasicInjectionDetector |
Detector designed for extension to detect basic injections with a list of
full method names with specified injectable arguments as taint sinks
|
| ClassMethodSignature |
|
| InjectionPoint |
|
| InjectionSink |
Used to represent location of a taint sink
|
| LegacyInjectionDetector |
Detector designed for extension to detect injection vulnerabilities using
the original mechanism with InjectionSource class
|
| MethodAndSink |
ClassMethodSignature and InjectionSink tuple
|
| SinksLoader |
The sanity of the sinks file is crucial (a typo == missed API == missed vulnerability).
|