| Interface | Description |
|---|---|
| InjectionSource | |
| SinksLoader.InjectionPointReceiver |
Interface that imitate lambda pattern.
|
| Class | Description |
|---|---|
| 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
|
| 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 |
String and InjectionSink tuple
|
| SinksLoader |
The sanity of the sinks file is crucial (a typo == missed API == missed vulnerability).
|
Copyright © 2017. All rights reserved.