Uses of Class
org.owasp.dependencycheck.analyzer.exception.SearchException
Packages that use SearchException
Package
Description
Contains classes related to searching via Node Audit API.
These are used to abstract Node Audit searching away from OWASP Dependency Check so they can be reused elsewhere.
These are used to abstract Node Audit searching away from OWASP Dependency Check so they can be reused elsewhere.
-
Uses of SearchException in org.owasp.dependencycheck.data.nodeaudit
Methods in org.owasp.dependencycheck.data.nodeaudit that throw SearchExceptionModifier and TypeMethodDescriptionNodeAuditSearch.submitPackage(jakarta.json.JsonObject packageJson) Submits the package.json file to the Node Audit API and returns a list of zero or more Advisories.