osv_vulns | R Documentation |
Use vulnerability IDs to extract more detailed information, usually paired with osv_querybatch()
.
osv_vulns(vuln_ids, parse = TRUE, cache = TRUE)
.osv_vulns(vuln_ids, parse = TRUE)
.osv_vulns_cache(vuln_ids, parse = TRUE)
vuln_ids |
Vector of vulnerability IDs. |
parse |
Boolean value to set if the content field should be parsed from JSON list format. |
cache |
Boolean value to determine if should use a cached version of the function and API results. |
An R6 object containing API query contents.
.osv_vulns()
: Internal function to run osv_vulns
without caching.
.osv_vulns_cache()
: Internal function to run a memoise and cached version of osv_vulns
.
vulns <- osv_vulns("RSEC-2023-8")
get_content(vulns)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.