From 48e961aa5446648b5355fad44db5f03468ccacc8 Mon Sep 17 00:00:00 2001 From: Aruna Appikatla Date: Mon, 29 Jun 2026 14:17:25 +0530 Subject: [PATCH 1/3] RDK-61614: Remove Sensitive StringFrom Open Source 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 --- lib/rdk/startTunnel.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/rdk/startTunnel.sh b/lib/rdk/startTunnel.sh index e4a6b7de..01077db0 100755 --- a/lib/rdk/startTunnel.sh +++ b/lib/rdk/startTunnel.sh @@ -45,9 +45,9 @@ case $oper in echo "Error: GetConfigFile Not Found" exit 127 fi - GetConfigFile /tmp/nvgeajacl.ipe - /usr/bin/ssh -i /tmp/nvgeajacl.ipe $* - rm /tmp/nvgeajacl.ipe + GetConfigFile /tmp/webpa-key.ipe + /usr/bin/ssh -i /tmp/webpa-key.ipe $* + rm /tmp/webpa-key.ipe exit 1 ;; stop) From b9add3f6ec18b4b30a89c9a81f411d05930e5e1e Mon Sep 17 00:00:00 2001 From: Aruna Appikatla Date: Mon, 29 Jun 2026 14:17:25 +0530 Subject: [PATCH 2/3] RDK-61614: Remove Sensitive StringFrom Open Source 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 --- lib/rdk/startTunnel.sh | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/lib/rdk/startTunnel.sh b/lib/rdk/startTunnel.sh index 01077db0..17dcb6ba 100755 --- a/lib/rdk/startTunnel.sh +++ b/lib/rdk/startTunnel.sh @@ -45,9 +45,15 @@ case $oper in echo "Error: GetConfigFile Not Found" exit 127 fi - GetConfigFile /tmp/webpa-key.ipe - /usr/bin/ssh -i /tmp/webpa-key.ipe $* - rm /tmp/webpa-key.ipe +<<<<<<< HEAD + GetConfigFile /tmp/webpa-user + /usr/bin/ssh -i /tmp/webpa-user $* + rm /tmp/webpa-user +======= + GetConfigFile /tmp/webpa-user + /usr/bin/ssh -i /tmp/webpa-user $* + rm /tmp/webpa-user +>>>>>>> 26f6cf5 (RDK-61614: Remove Sensitive StringFrom Open Source) exit 1 ;; stop) From c0cdf68628cdac151f9100531d7d87bc522e0f8a Mon Sep 17 00:00:00 2001 From: aruna007 <52347196+aruna007@users.noreply.github.com> Date: Mon, 29 Jun 2026 15:39:28 +0530 Subject: [PATCH 3/3] Update startTunnel.sh --- lib/rdk/startTunnel.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/rdk/startTunnel.sh b/lib/rdk/startTunnel.sh index 17dcb6ba..2508b86f 100755 --- a/lib/rdk/startTunnel.sh +++ b/lib/rdk/startTunnel.sh @@ -45,15 +45,9 @@ case $oper in echo "Error: GetConfigFile Not Found" exit 127 fi -<<<<<<< HEAD GetConfigFile /tmp/webpa-user /usr/bin/ssh -i /tmp/webpa-user $* rm /tmp/webpa-user -======= - GetConfigFile /tmp/webpa-user - /usr/bin/ssh -i /tmp/webpa-user $* - rm /tmp/webpa-user ->>>>>>> 26f6cf5 (RDK-61614: Remove Sensitive StringFrom Open Source) exit 1 ;; stop)