Skip to content

RDK-61615: Remove Sensitive StringFrom Open Source#139

Open
aruna007 wants to merge 1 commit into
developfrom
feature/RDK-61615
Open

RDK-61615: Remove Sensitive StringFrom Open Source#139
aruna007 wants to merge 1 commit into
developfrom
feature/RDK-61615

Conversation

@aruna007

Copy link
Copy Markdown

Reason for change: Remove Sensitive String (pattern180) From Open Source
Test Procedure: Tested the tasks locally
Risks: Low
Signed-off-by: [email protected]

Reason for change: Remove Sensitive String (pattern180) From Open Source
Test Procedure: Tested the tasks locally
Risks: Low
Signed-off-by: [email protected]
Copilot AI review requested due to automatic review settings June 30, 2026 15:22
@aruna007 aruna007 requested review from a team as code owners June 30, 2026 15:22

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 removes a sensitive string (pattern180) from the XB3 web UI startup script by replacing the previously hardcoded temporary key filename with a non-sensitive value.

Changes:

  • Replaced the hardcoded /tmp/trpfizyanrln temp file path with /tmp/myrouter-webui.
  • Updated the post-generation existence check to reference the new temp file path.

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


done
if [ ! -f /tmp/trpfizyanrln ];then
if [ ! -f /tmp/myrouter-webui ];then
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants