|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JsLibraryResult | |
|---|---|
| com.h3xstream.retirejs.repo | |
| Uses of JsLibraryResult in com.h3xstream.retirejs.repo |
|---|
| Methods in com.h3xstream.retirejs.repo that return types with arguments of type JsLibraryResult | |
|---|---|
List<JsLibraryResult> |
VulnerabilitiesRepository.findByFileContent(String scriptContent)
This search mode will look for literal string specific to the vulnerable libraries. |
List<JsLibraryResult> |
VulnerabilitiesRepository.findByFilename(String filename)
This search mode will identify the library by there filename. |
List<JsLibraryResult> |
VulnerabilitiesRepository.findByFunction(String scriptContent)
This search mode will load the script in a sandbox and look for the presence of specific function. |
List<JsLibraryResult> |
VulnerabilitiesRepository.findByHash(String hash)
|
List<JsLibraryResult> |
VulnerabilitiesRepository.findByUri(String uri)
This search mode will identify the vulnerable library base on the full uri. |
List<JsLibraryResult> |
ScannerFacade.scanScript(String path,
byte[] respBytes,
int offset)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||