-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Helm release mysql (helm/defectdojo/Chart.yaml) #10502
Conversation
Hi there 👋, @DryRunSecurity here, below is a summary of our analysis and findings.
Note 🟢 Risk threshold not exceeded. Change Summary (click to expand)The following is a summary of changes in this pull request made by me, your security buddy 🤖. Note that this summary is auto-generated and not meant to be a definitive list of security issues but rather a helpful summary from a security perspective. Summary: The provided code changes in this pull request primarily focus on updating the versions of various Helm chart dependencies used in the DefectDojo application, as well as updating the MySQL database version used in the Docker Compose configuration. From an application security perspective, these changes are generally benign and represent routine updates to keep the application's dependencies up-to-date. Updating dependencies can potentially include security patches, bug fixes, and feature improvements, which is generally a positive change. However, it is important to thoroughly review the release notes and change logs of the updated dependencies to ensure that there are no known security vulnerabilities or breaking changes that could impact the DefectDojo application. Additionally, it is recommended to thoroughly test the application with the new dependencies and database version to ensure that there are no regressions or unexpected behavior. The Docker Compose configuration changes also highlight the importance of properly managing security-related configurations, such as environment variables, credential management, and volume mounts, to maintain the overall security posture of the application. Files Changed:
Powered by DryRun Security |
docker-compose.yml
Outdated
@@ -128,7 +128,7 @@ services: | |||
source: ./docker/extra_settings | |||
target: /app/docker/extra_settings | |||
mysql: | |||
image: mysql:5.7.44@sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb | |||
image: mysql:9.0.0@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MySQL was deprecated in 2.36.0
Blocking merging of this by having a requested change since Renovate keeps recreating the same PR if it's closed. |
8dd223c
to
b2b29df
Compare
b2b29df
to
1155c2e
Compare
Quality Gate passedIssues Measures |
This PR contains the following updates:
~9.19.0
->~9.23.0
5.7.44
->9.0.0
Release Notes
bitnami/charts (mysql)
v9.23.0
v9.22.0
v9.21.2
v9.21.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.