powered by
Search the OSV database, by package name and its respective ecosystem, and count the number of discovered vulnerabilities listed.
osv_count_vulns(name, ecosystem, ...)
A named vector of numeric values indicating vulnerabilities.
Character vector of package names.
Character vector of ecosystem(s) within which the package(s) exist.
Any other parameters to pass to nested functions.
if (FALSE) { # interactive() osv_count_vulns(c('dask', 'dplyr'), c('PyPI', 'CRAN')) }
Run the code above in your browser using DataLab