audit {oysteR}R Documentation

Search for Package Vulnerabilities

Description

Search the OSS Index for known package vulnerabilities in any of the supported ecosystems— e.g. CRAN, PyPI, Conda, NPM, Maven, etc. see https://ossindex.sonatype.org/ecosystems for full list.

Usage

audit(pkg, version, type, verbose = TRUE)

Arguments

pkg

A vector of package names to search in the OSS Index.

version

The specific package version to search for. By default it will search all known versions. If not *, must be the same length as pkg.

type

The package management environment. For R packages, set equal to "cran". This defaults to "cran". See https://ossindex.sonatype.org/ecosystems.

verbose

Default TRUE.

Examples


pkg = c("abind", "acepack")
version = c("1.4-5", "1.4.1")
audit(pkg, version, type = "cran")


[Package oysteR version 0.1.1 Index]