Skip to content

Commit 0db55ea

Browse files
fix(deps): upgrade postgres for 13 constant from 13.11 to 13.14.0 (#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.
1 parent 3c05535 commit 0db55ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ const (
149149
V16 = PostgresVersion("16.2.0")
150150
V15 = PostgresVersion("15.3.0")
151151
V14 = PostgresVersion("14.8.0")
152-
V13 = PostgresVersion("13.11.0")
152+
V13 = PostgresVersion("13.14.0")
153153
V12 = PostgresVersion("12.15.0")
154154
V11 = PostgresVersion("11.20.0")
155155
V10 = PostgresVersion("10.23.0")

0 commit comments

Comments
 (0)