Security update for docker images in Oct. 2025 - #96
Merged
Conversation
update axios version to 1.12.0 for alert-handler, job-status-change-notification and rest-server change utilization reporter's base image from cbl to python:3.12 update node.js package tar-fs to 3.1.1 update nodemailer version for alert-handler update frameworkcontroller docker image pull policy
Rui Gao (hippogr)
had a problem deploying
to
auto-test
October 14, 2025 06:25 — with
GitHub Actions
Failure
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR implements security updates by upgrading vulnerable packages and removing SVN to address security concerns with an outdated package version.
- Updated axios to 1.12.0 across multiple components
- Upgraded tar-fs to 3.1.1 and nodemailer to 7.0.7 for security fixes
- Replaced CBL Mariner base image with python:3.12 for utilization-reporter
- Added SVN removal commands across all Dockerfiles to eliminate security risks
- Set frameworkcontroller image pull policy to Always
Reviewed Changes
Copilot reviewed 12 out of 17 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/utilization-reporter/build/utilization-reporter.common.dockerfile | Changed base image from CBL Mariner to python:3.12 and added SVN removal |
| src/rest-server/package.json | Updated axios to 1.12.0 and tar-fs to 3.1.1 |
| src/rest-server/build/rest-server.common.dockerfile | Added SVN removal commands |
| src/frameworkcontroller/deploy/frameworkcontroller.yaml.template | Added imagePullPolicy: Always |
| src/database-controller/src/package.json | Updated tar-fs to 3.1.1 |
| src/database-controller/build/database-controller.common.dockerfile | Added SVN removal commands |
| src/dashboard-data-backup/build/dashboard-data-backup.common.dockerfile | Added SVN removal commands |
| src/alert-manager/src/job-status-change-notification/package.json | Updated axios to 1.12.0 |
| src/alert-manager/src/alert-handler/package.json | Updated axios to 1.12.0, nodemailer to 7.0.7, and tar-fs to 3.1.1 |
| src/alert-manager/build/job-status-change-notification.common.dockerfile | Added SVN removal commands |
| src/alert-manager/build/alert-handler.common.dockerfile | Added SVN removal commands |
| src/alert-manager/build/abnormal-detector.common.dockerfile | Added SVN removal commands |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Rui Gao (hippogr)
had a problem deploying
to
auto-test
October 16, 2025 03:24 — with
GitHub Actions
Failure
Rui Gao (hippogr)
had a problem deploying
to
auto-test
October 16, 2025 05:29 — with
GitHub Actions
Failure
Yuting Jiang (yukirora)
approved these changes
Nov 4, 2025
26 tasks
zhogu
approved these changes
Nov 5, 2025
25 tasks
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.
This security update includes: