@W-21710292 fix: remove leading forward slash restriction from webapp path safety (#92)

* fix: removing the validation for the leading forward slash

* fix: remove leading forward slash restriction from webapp path safety

Made-with: Cursor
This commit is contained in:
Lesya Turanscaia 2026-03-23 12:45:43 -07:00 committed by GitHub
parent d69306bd89
commit 03e2d0dd82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ Applies to:
Reject:
- backslashes
- leading `/` or `\`
- leading `\`
- `..` segments
- null or control characters
- globs: `*`, `?`, `**`

View File

@ -53,7 +53,7 @@ Applies to:
Reject:
- backslashes
- leading `/` or `\`
- leading `\`
- `..` segments
- null or control characters
- globs: `*`, `?`, `**`

View File

@ -53,7 +53,7 @@ Applies to:
Reject:
- backslashes
- leading `/` or `\`
- leading `\`
- `..` segments
- null or control characters
- globs: `*`, `?`, `**`