[Aikido] Fix 4 security issues in gotenberg-fulll#7
Merged
jcoste-ied merged 1 commit intomainfrom Feb 27, 2026
Merged
Conversation
Wiz Scan Summary
To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension. |
| # Base image stage | ||
| # ---------------------------------------------- | ||
| FROM debian:13-slim AS base-image-stage | ||
| FROM debian:13-slim@sha256:1d3c811171a08a5adaa4a163fbafd96b61b87aa871bbc7aa15431ac275d3d430 AS base-image-stage |
There was a problem hiding this comment.
Same Alias In Different Froms
on resource FROM debian:13-slim@sha256:1d3c811171a08a5adaa4a163fbafd96b61b87aa871bbc7aa15431ac275d3d430 AS base-image-stage
More Details
Different FROMS can't have the same alias defined
Expected
Different FROM commands don't have the same alias defined
Found
Different FROM commands with the same alias 'base-image-stage' defined
Rule ID: 1b997040-db67-4b61-8eea-6e638bd94d0e
To ignore this finding as an exception, reply to this conversation with #wiz_ignore reason
If you'd like to ignore this finding in all future scans, add an exception in the .wiz file (learn more) or create an Ignore Rule (learn more).
To get more details on how to remediate this issue using AI, reply to this conversation with #wiz remediate
jcoste-ied
approved these changes
Feb 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Aikido updated the base image from debian:13-slim to debian:13-slim
The debian:13-slim base image is pinned to the latest digest across two stages, resolving 3 high-severity vulnerabilities in libpng and 1 medium-severity vulnerability in libgnutls30t64.
✅ 4 CVEs resolved by this upgrade
This PR will resolve the following CVEs:
🔗 Related Tasks