Skip to content

RDKEMW-22731 : [support/8.5.3.0] [SECVULN][7.5] Remove sensitive information from property files in /etc - #590

Merged
nhanasi merged 1 commit into
support/4.5.2from
feature/RDKEMW-22731
Jul 30, 2026
Merged

RDKEMW-22731 : [support/8.5.3.0] [SECVULN][7.5] Remove sensitive information from property files in /etc#590
nhanasi merged 1 commit into
support/4.5.2from
feature/RDKEMW-22731

Conversation

@madhubabutt

Copy link
Copy Markdown
Contributor

No description provided.

@madhubabutt
madhubabutt requested a review from a team as a code owner July 30, 2026 11:26
Copilot AI review requested due to automatic review settings July 30, 2026 11:26

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR targets hardening of deployed configuration by removing sensitive/static endpoint and credential-like values from /etc property files, reducing the risk of shipping internal infrastructure details or secrets in default images.

Changes:

  • Removed multiple hardcoded server IPs from etc/config.properties.
  • Removed hardcoded upload usernames/passwords from etc/config.properties.
  • Removed multiple hardcoded endpoint IPs from etc/common.properties.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
etc/config.properties Removes hardcoded crash upload server IPs and dump upload credentials from the default /etc configuration.
etc/common.properties Removes hardcoded proxy/CDL/image/TFTP-related endpoint IPs from the default /etc configuration.
Comments suppressed due to low confidence (1)

etc/config.properties:28

  • POTOMAC_SVR still hardcodes a server IP in /etc/config.properties. Since this PR is removing sensitive endpoints from /etc, consider making this a placeholder (empty) and supplying it via provisioning/runtime configuration.
POTOMAC_SVR=69.252.107.55

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread etc/config.properties
Comment thread etc/common.properties
@nhanasi
nhanasi merged commit 26564a6 into support/4.5.2 Jul 30, 2026
5 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 30, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants