feat(renovate): Wait 2 days to use latest k8s#13694
Merged
valentijnscholten merged 1 commit intoDefectDojo:bugfixfrom Nov 13, 2025
Merged
feat(renovate): Wait 2 days to use latest k8s#13694valentijnscholten merged 1 commit intoDefectDojo:bugfixfrom
valentijnscholten merged 1 commit intoDefectDojo:bugfixfrom
Conversation
|
This pull request introduces a 2-day deliberate delay for automated Kubernetes dependency updates via a minimumReleaseAge setting, which could leave the system exposed to newly disclosed high-severity vulnerabilities for up to 48 hours. While not flagged as blocking, this configuration increases security risk by postponing the application of critical patches.
Delayed Security Patching for Kubernetes in
|
| Vulnerability | Delayed Security Patching for Kubernetes |
|---|---|
| Description | The configuration introduces a 'minimumReleaseAge' of '2 days' for Kubernetes dependencies. This intentionally delays automated updates, including critical security patches, for 48 hours. This delay creates a window of exposure where the system could remain vulnerable to newly disclosed high-severity exploits before a patch is applied. |
django-DefectDojo/.github/renovate.json
Lines 40 to 43 in 779f958
All finding details can be found in the DryRun Security Dashboard.
valentijnscholten
approved these changes
Nov 12, 2025
Maffooch
approved these changes
Nov 13, 2025
Jino-T
approved these changes
Nov 13, 2025
Maffooch
pushed a commit
to valentijnscholten/django-DefectDojo
that referenced
this pull request
Feb 16, 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.
When a new k8s is released, tests with Minikube are failing because it is not fully ready to use the latest version. If Renovate waits 2 days, nothing critical will happen, and the review process will be much smoother (no need to troubleshoot why tests are failing).