fossa_get_vulnerability_remediation
Identify the version that fixes a specific vulnerability and the semver distance (major, minor, or patch) to that fix, helping assess upgrade effort before attempting it.
Instructions
Ask which version of one dependency revision fixes one vulnerability, and how far away that version is.
Read-only. Returns a partial fix and a complete fix, each with the semver distance — MAJOR, MINOR, or PATCH — so an upgrade can be judged before it is attempted. This is the single-vulnerability answer; fossa_get_revision_remediation_guidance returns the whole report for a project revision instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vuln_id | Yes | ||
| revision_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||