jfrog_get_package_version_vulnerabilities
Retrieve known vulnerabilities for a specific version of an open source package, supporting pypi, npm, maven, golang, nuget, huggingface, and rubygems. Manage results with pagination for focused analysis.
Instructions
Useful for when you need the list of known vulnerabilities affecting a specific version of an open source package.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | The name of the package, as it appears in the package repository. | |
pageCount | No | Number of pages to return. | |
pageSize | No | Number of vulnerabilities to return per page. | |
type | Yes | The type of package. | |
version | No | The version of the package, as it appears in the package repository. Default value is 'latest'. | latest |