Interaction with the OSS index API
Interaction with the OSS index API
(flattened-reports reports)
Given a set of report responses, returns all of the report data as a seq
Given a set of report responses, returns all of the report data as a seq
(flattened-vulnerabilities component-report)
Merges the component information with each vulnerability for that component into a single seq
Merges the component information with each vulnerability for that component into a single seq
(highest-score component-report)
Returns the highest CVSS score for a component
Returns the highest CVSS score for a component
(nist-reference vulnerability)
Finds the nist reference in a component vulnerability, if any
Finds the nist reference in a component vulnerability, if any
(request-reports-for package-urls url)
Requests reports for all the package urls and returns a sequence of reponses. The requests may be done in batches of a size determined by this function, hence the sequence. Each response will contain :success boolean, :error if the request failed, and :reports as a map.
Requests reports for all the package urls and returns a sequence of reponses. The requests may be done in batches of a size determined by this function, hence the sequence. Each response will contain :success boolean, :error if the request failed, and :reports as a map.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close