An R6 class to provide a lower-level interface to the vulnerability endpoint of the OSV API.
Super class
rosv::RosvQuery1
-> RosvVulns
Methods
Inherited methods
Method new()
Set the core request details for subsequent use when called in run()
method.
Usage
RosvVulns$new(vuln_ids)
Method print()
Print basic details of query object to screen.
Examples
vulns <- RosvVulns$new(c('RSEC-2023-6', 'GHSA-jq35-85cj-fj4p'))
vulns
#> Request made to: NA
#> Response status of: NA