Skip to content

RDK-61614: Remove Sensitive StringFrom Open Source#558

Open
aruna007 wants to merge 3 commits into
developfrom
feature/RDK-61614
Open

RDK-61614: Remove Sensitive StringFrom Open Source#558
aruna007 wants to merge 3 commits into
developfrom
feature/RDK-61614

Conversation

@aruna007

Copy link
Copy Markdown

Reason for change: Remove Sensitive String (pattern132) From Open Source
Test Procedure: Tested the tasks locally
Risks: Low
Signed-off-by: Aruna_Appikatla@comcast.com

Reason for change: Remove Sensitive String (pattern132) From Open Source
Test Procedure: Tested the tasks locally
Risks: Low
Signed-off-by: Aruna_Appikatla@comcast.com
Copilot AI review requested due to automatic review settings June 29, 2026 08:50
@aruna007 aruna007 requested a review from a team as a code owner June 29, 2026 08:50

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 updates the startTunnel.sh helper to remove a sensitive string by changing the temporary key filename used for establishing an SSH tunnel.

Changes:

  • Replaces the temporary key file path used by GetConfigFile/ssh/rm from /tmp/nvgeajacl.ipe to /tmp/webpa-key.ipe.

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

Comment thread lib/rdk/startTunnel.sh Outdated
Comment on lines +48 to +50
GetConfigFile /tmp/webpa-key.ipe
/usr/bin/ssh -i /tmp/webpa-key.ipe $*
rm /tmp/webpa-key.ipe
Aruna Appikatla and others added 2 commits June 29, 2026 15:34
Reason for change: Remove Sensitive String (pattern132) From Open Source
Test Procedure: Tested the tasks locally
Risks: Low
Signed-off-by: Aruna_Appikatla@comcast.com
Copilot AI review requested due to automatic review settings June 29, 2026 10:09
@github-actions

Copy link
Copy Markdown


Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Comment thread lib/rdk/startTunnel.sh
Comment on lines +48 to 51
GetConfigFile /tmp/webpa-user
/usr/bin/ssh -i /tmp/webpa-user $*
rm /tmp/webpa-user
exit 1
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.

3 participants