compare_versions
Compare CVE profiles of two PostgreSQL versions side by side. Identify fixed, new, and remaining vulnerabilities to decide upgrade paths.
Instructions
Compare the CVE profiles of two PostgreSQL versions side by side.
Shows CVEs fixed in v2 (present in v1 but not v2), new CVEs in v2, and CVEs still present in both.
Args: v1: First PostgreSQL version (e.g. "16.3"). v2: Second PostgreSQL version (e.g. "16.4").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| v1 | Yes | ||
| v2 | Yes |