package_vulnerabilities
List known vulnerabilities for a software package (optionally a specific version) via OSV. Ecosystems: npm, pypi, cargo, go, maven, rubygems, nuget, composer, pub, hex.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Exact package name as published in that registry, e.g. lodash for npm, requests for pypi. | |
| version | No | Optional; if given, only vulns affecting that version are returned | |
| ecosystem | Yes | Package registry to look in. One of: npm, pypi, cargo, go, maven, rubygems, nuget, composer, pub, hex. |