Skip to content

[Snyk] Security upgrade nginx from latest to 1.30.0-trixie#339

Open
TheRedHatter wants to merge 1 commit into
snyk-fix-93a3b41216b029e9cbcb9ec2fb0bdd3bfrom
snyk-fix-c7824cae70901125f3533d9549e926a4
Open

[Snyk] Security upgrade nginx from latest to 1.30.0-trixie#339
TheRedHatter wants to merge 1 commit into
snyk-fix-93a3b41216b029e9cbcb9ec2fb0bdd3bfrom
snyk-fix-c7824cae70901125f3533d9549e926a4

Conversation

@TheRedHatter
Copy link
Copy Markdown
Owner

snyk-top-banner

Snyk has created this PR to fix 5 vulnerabilities in the dockerfile dependencies of this project.

Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of your chosen image.

Snyk changed the following file(s):

  • public/Dockerfile.local

We recommend upgrading to nginx:1.30.0-trixie, as this image has only 105 known vulnerabilities. To do this, merge this pull request, then verify your application still works as expected.

Vulnerabilities that will be fixed with an upgrade:

Issue Score
high severity Integer Overflow or Wraparound
SNYK-DEBIAN13-TIFF-15793731
  686  
low severity CVE-2026-31789
SNYK-DEBIAN13-OPENSSL-15969301
  436  
low severity CVE-2026-28389
SNYK-DEBIAN13-OPENSSL-15969306
  436  
low severity CVE-2026-28387
SNYK-DEBIAN13-OPENSSL-15969307
  436  
low severity CVE-2026-28390
SNYK-DEBIAN13-OPENSSL-15969309
  436  

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Integer Overflow or Wraparound

@TheRedHatter
Copy link
Copy Markdown
Owner Author

TheRedHatter commented Apr 16, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@TheRedHatter
Copy link
Copy Markdown
Owner Author

TheRedHatter commented Apr 16, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Copy link
Copy Markdown

@prisma-cloud-devsecops prisma-cloud-devsecops Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prisma Cloud has found errors in this PR ⬇️

Comment thread public/Dockerfile.local
RUN npm run build

FROM nginx AS http
FROM nginx:1.30.0-trixie AS http
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LOW  A user for the container has not been created
    Resource: /public/Dockerfile.local. | Checkov ID: CKV_DOCKER_3

Description

The policy's primary purpose is to verify that a dedicated user has been explicitly created for running the container. This is essential to avoid running the container with root privileges, which could introduce significant security risks in case of a compromise. Running containers as a non-root user reduces the potential impact of a security breach.

Comment thread public/Dockerfile.local
RUN npm run build

FROM nginx AS http
FROM nginx:1.30.0-trixie AS http
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LOW  Healthcheck instructions have not been added to container images
    Resource: /public/Dockerfile.local. | Checkov ID: CKV_DOCKER_2

Description

This rule detects whether HEALTHCHECK instructions have been added to Docker container images. These instructions provide a way to check the health of the running container, ensuring that issues are detected and handled promptly, improving the reliability and stability of your containerized applications. Adding HEALTHCHECK instructions to your Dockerfiles follows best practices for Docker container health management.

Comment thread public/Dockerfile.local
RUN npm run build

FROM nginx AS http
FROM nginx:1.30.0-trixie AS http
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

libxslt 1.1.35-1.2+deb13u2 / Dockerfile.local.FROM

Total vulnerabilities: 2

Critical: 0 High: 0 Medium: 0 Low: 2
Vulnerability IDSeverityCVSSFixed inStatus
CVE-2025-10911 LOW LOW - - Open
CVE-2025-11731 LOW LOW - - Open

Comment thread public/Dockerfile.local
RUN npm run build

FROM nginx AS http
FROM nginx:1.30.0-trixie AS http
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

libxml2 2.12.7+dfsg+really2.9.14-2.1+deb13u2 / Dockerfile.local.FROM

Total vulnerabilities: 3

Critical: 0 High: 0 Medium: 0 Low: 3
Vulnerability IDSeverityCVSSFixed inStatus
CVE-2026-0989 LOW LOW - - Open
CVE-2026-0990 LOW LOW - - Open
CVE-2026-0992 LOW LOW - - Open

Comment thread public/Dockerfile.local
RUN npm run build

FROM nginx AS http
FROM nginx:1.30.0-trixie AS http
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nghttp2 1.64.0-1.1 / Dockerfile.local.FROM

Total vulnerabilities: 1

Critical: 0 High: 0 Medium: 0 Low: 1
Vulnerability IDSeverityCVSSFixed inStatus
CVE-2026-27135 LOW LOW - - Open

Comment thread public/Dockerfile.local
RUN npm run build

FROM nginx AS http
FROM nginx:1.30.0-trixie AS http
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

glibc 2.41-12+deb13u2 / Dockerfile.local.FROM

Total vulnerabilities: 3

Critical: 0 High: 0 Medium: 0 Low: 3
Vulnerability IDSeverityCVSSFixed inStatus
CVE-2026-4438 LOW LOW 5.4 - Open
CVE-2026-4046 LOW LOW 7.5 - Open
CVE-2026-4437 LOW LOW 7.5 - Open

Comment thread public/Dockerfile.local
RUN npm run build

FROM nginx AS http
FROM nginx:1.30.0-trixie AS http
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ncurses 6.5+20250216-2 / Dockerfile.local.FROM

Total vulnerabilities: 2

Critical: 0 High: 0 Medium: 0 Low: 2
Vulnerability IDSeverityCVSSFixed inStatus
CVE-2025-6141 LOW LOW - - Open
CVE-2025-69720 LOW LOW 7.8 - Open

Comment thread public/Dockerfile.local
RUN npm run build

FROM nginx AS http
FROM nginx:1.30.0-trixie AS http
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

expat 2.7.1-2 / Dockerfile.local.FROM

Total vulnerabilities: 7

Critical: 0 High: 0 Medium: 0 Low: 7
Vulnerability IDSeverityCVSSFixed inStatus
CVE-2025-59375 LOW LOW - - Open
CVE-2026-24515 LOW LOW 2.5 - Open
CVE-2025-66382 LOW LOW 5.5 - Open
CVE-2026-32776 LOW LOW 5.5 - Open
CVE-2026-32777 LOW LOW 5.5 - Open
CVE-2026-32778 LOW LOW 5.5 - Open
CVE-2026-25210 LOW LOW 7.8 - Open

Comment thread public/Dockerfile.local
RUN npm run build

FROM nginx AS http
FROM nginx:1.30.0-trixie AS http
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

systemd 257.9-1~deb13u1 / Dockerfile.local.FROM

Total vulnerabilities: 5

Critical: 0 High: 0 Medium: 1 Low: 4
Vulnerability IDSeverityCVSSFixed inStatus
CVE-2026-4105 MEDIUM MEDIUM 6.7 - Open
CVE-2026-29111 LOW LOW - - Open
CVE-2026-40225 LOW LOW - - Open
CVE-2026-40226 LOW LOW - - Open
CVE-2026-40228 LOW LOW - - Open

Comment thread public/Dockerfile.local
RUN npm run build

FROM nginx AS http
FROM nginx:1.30.0-trixie AS http
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

libde265 1.0.15-1 / Dockerfile.local.FROM

Total vulnerabilities: 4

Critical: 0 High: 1 Medium: 1 Low: 2
Vulnerability IDSeverityCVSSFixed inStatus
CVE-2026-33164 HIGH HIGH 7.5 - Open
CVE-2026-33165 MEDIUM MEDIUM 5 - Open
CVE-2024-38949 LOW LOW 6.5 - Open
CVE-2024-38950 LOW LOW 6.5 - Open

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