Liking cljdoc? Tell your friends :D

cljoss.sonatype

Interaction with the OSS index API

Interaction with the OSS index API
raw docstring

flattened-reportsclj

(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
sourceraw docstring

flattened-vulnerabilitiesclj

(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
sourceraw docstring

highest-scoreclj

(highest-score component-report)

Returns the highest CVSS score for a component

Returns the highest CVSS score for a component
sourceraw docstring

nist-referenceclj

(nist-reference vulnerability)

Finds the nist reference in a component vulnerability, if any

Finds the nist reference in a component vulnerability, if any
sourceraw docstring

request-reports-forclj

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close