mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 05:26:04 +03:00
[PR #964] [MERGED] Fix: Escape special characters in the target string #3838
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#3838
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/1Remote/1Remote/pull/964
Author: @Sunlery
Created: 7/28/2025
Status: ✅ Merged
Merged: 8/3/2025
Merged by: @VShawn
Base:
main← Head:main📝 Commits (1)
92e92f5Fix: Escape special characters in the target string📊 Changes
1 file changed (+6 additions, -2 deletions)
View changed files
📝
scripts/Set-Secret.ps1(+6 -2)📄 Description
When the content of Salt.txt contains parentheses, the following PowerShell command fails to execute properly:
powershell.exe ..\scripts\Set-Secret.ps1 -filePath .\Ui\Assert.cs -Pattern "===REPLACE_ME_WITH_SALT===" -localSecretFilePath "C:\1Remote_Secret\Salt.txt" -isRevert🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.