mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 11:19:27 +08:00
@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:
parent
d69306bd89
commit
03e2d0dd82
@ -53,7 +53,7 @@ Applies to:
|
||||
|
||||
Reject:
|
||||
- backslashes
|
||||
- leading `/` or `\`
|
||||
- leading `\`
|
||||
- `..` segments
|
||||
- null or control characters
|
||||
- globs: `*`, `?`, `**`
|
||||
|
||||
@ -53,7 +53,7 @@ Applies to:
|
||||
|
||||
Reject:
|
||||
- backslashes
|
||||
- leading `/` or `\`
|
||||
- leading `\`
|
||||
- `..` segments
|
||||
- null or control characters
|
||||
- globs: `*`, `?`, `**`
|
||||
|
||||
@ -53,7 +53,7 @@ Applies to:
|
||||
|
||||
Reject:
|
||||
- backslashes
|
||||
- leading `/` or `\`
|
||||
- leading `\`
|
||||
- `..` segments
|
||||
- null or control characters
|
||||
- globs: `*`, `?`, `**`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user