Skip to content

Update PostgreSQL version to 17.4 and disable auto minor version upgrades#88

Merged
barne856 merged 1 commit into
mainfrom
update-postgres-version
Jun 23, 2025
Merged

Update PostgreSQL version to 17.4 and disable auto minor version upgrades#88
barne856 merged 1 commit into
mainfrom
update-postgres-version

Conversation

@barne856
Copy link
Copy Markdown
Member

  • Update PostgreSQL engine version from 17.2 to 17.4 to match AWS RDS auto-updated version
  • Disable auto minor version upgrades to prevent future automatic updates
  • Update documentation comments to reflect version change

AWS RDS automatically updated the PostgreSQL instance to version 17.4, but the IaC was still configured for 17.2, creating a configuration drift that needed to be resolved.

@barne856 barne856 requested a review from thwllms June 18, 2025 22:13
@github-actions
Copy link
Copy Markdown

🔍 SonarQube Analysis Results

Summary:

  • 🐛 Bugs: 0
  • 🔒 Vulnerabilities: 0
  • 🧹 Code Smells: 31
  • 📊 Total Issues: 31

📋 Detailed Reports Available

📥 Download Full Report - Click "Artifacts" section

The detailed report includes:

  • Complete breakdown by severity and type
  • Specific file locations and line numbers
  • Rule descriptions and fix suggestions
  • CSV format for spreadsheet analysis
  • Raw JSON data for custom processing

💡 Review the workflow summary for metrics and download the artifact for complete details.

@github-actions
Copy link
Copy Markdown

🔍 Vulnerabilities of ghcr.io/fema-ffrd/stormlit:latest

📦 Image Reference ghcr.io/fema-ffrd/stormlit:latest
digestsha256:d387e45ca7fd88bbcc462258bcae3747dc0faff7f40d85dba10d7cd47eab4f14
vulnerabilitiescritical: 0 high: 2 medium: 0 low: 0
platformlinux/amd64
size909 MB
packages400
📦 Base Image debian:12-slim
also known as
  • 12.9-slim
  • bookworm-20250203-slim
  • bookworm-slim
digestsha256:44bccdd61bf09a081b1db8c61cf49bfabf30ac7afcc970010137c0ab587b209c
vulnerabilitiescritical: 0 high: 2 medium: 5 low: 12
critical: 0 high: 1 medium: 0 low: 0 pam 1.5.2-6+deb12u1 (deb)

pkg:deb/debian/pam@1.5.2-6%2Bdeb12u1?os_distro=bookworm&os_name=debian&os_version=12

# Dockerfile (3:3)
WORKDIR /app

high : CVE--2025--6020

Affected range>=1.5.2-6+deb12u1
Fixed versionNot Fixed
Description

A flaw was found in linux-pam. The module pam_namespace may use access user-controlled paths without proper protection, allowing local users to elevate their privileges to root via multiple symlink attacks and race conditions.


critical: 0 high: 1 medium: 0 low: 0 glibc 2.36-9+deb12u9 (deb)

pkg:deb/debian/glibc@2.36-9%2Bdeb12u9?os_distro=bookworm&os_name=debian&os_version=12

# Dockerfile (3:3)
WORKDIR /app

high : CVE--2025--0395

Affected range<2.36-9+deb12u10
Fixed version2.36-9+deb12u10
EPSS Score0.219%
EPSS Percentile45th percentile
Description

When the assert() function in the GNU C Library versions 2.13 to 2.40 fails, it does not allocate enough space for the assertion failure message string and size information, which may lead to a buffer overflow if the message string size aligns to page size.


@barne856 barne856 merged commit 42b5347 into main Jun 23, 2025
9 checks passed
@barne856 barne856 deleted the update-postgres-version branch June 23, 2025 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants