Skip to content

Commit

Permalink
fix(deps): upgrade postgres for 13 constant from 13.11 to 13.14.0 (
Browse files Browse the repository at this point in the history
…#131)

* fix(deps): upgrade postgres version for 13 to 13.12.0

Version 13.11 is vulnerable to CVE-2023-39417, which exists in versions >= 13.0, < 13.12.

The vulnerability was found in the National Vulnerability Database (NVD) based on the CPE cpe:2.3:a:postgresql:postgresql with NVD severity: High.

The file is associated with the technology PostgreSQL.

The vulnerability can be remediated by updating PostgreSQL to 13.12 or higher.

* fix(deps): bump postres to 13.14.0

The vulnerability was found in the National Vulnerability Database (NVD) based on the CPE cpe:2.3:a:postgresql:postgresql with NVD severity: High.

The file is associated with the technology PostgreSQL.

The vulnerability can be remediated by updating PostgreSQL to 13.14 or higher.
  • Loading branch information
michaelbrewer committed Feb 28, 2024
1 parent 3c05535 commit 0db55ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ const (
V16 = PostgresVersion("16.2.0")
V15 = PostgresVersion("15.3.0")
V14 = PostgresVersion("14.8.0")
V13 = PostgresVersion("13.11.0")
V13 = PostgresVersion("13.14.0")
V12 = PostgresVersion("12.15.0")
V11 = PostgresVersion("11.20.0")
V10 = PostgresVersion("10.23.0")
Expand Down

0 comments on commit 0db55ea

Please sign in to comment.