Use vulnerability IDs to extract more detailed information, usually paired with osv_querybatch().
Usage
osv_vulns(vuln_ids, parse = TRUE, cache = TRUE)
.osv_vulns(vuln_ids, parse = TRUE)
.osv_vulns_cache(vuln_ids, parse = TRUE)Functions
.osv_vulns(): Internal function to runosv_vulnswithout caching..osv_vulns_cache(): Internal function to run a memoise and cached version ofosv_vulns.
Examples
if (FALSE) { # interactive()
vulns <- osv_vulns("RSEC-2023-8")
get_content(vulns)
}
