osv_count_vulns | R Documentation |
Search the OSV database, by package name and its respective ecosystem, and count the number of discovered vulnerabilities listed.
osv_count_vulns(name, ecosystem, ...)
name |
Character vector of package names. |
ecosystem |
Character vector of ecosystem(s) within which the package(s) exist. |
... |
Any other parameters to pass to nested functions. |
A named vector of numeric values indicating vulnerabilities.
osv_count_vulns(c('dask', 'dplyr'), c('PyPI', 'CRAN'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.