mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-08 16:25:58 +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:
|
Reject:
|
||||||
- backslashes
|
- backslashes
|
||||||
- leading `/` or `\`
|
- leading `\`
|
||||||
- `..` segments
|
- `..` segments
|
||||||
- null or control characters
|
- null or control characters
|
||||||
- globs: `*`, `?`, `**`
|
- globs: `*`, `?`, `**`
|
||||||
|
|||||||
@ -53,7 +53,7 @@ Applies to:
|
|||||||
|
|
||||||
Reject:
|
Reject:
|
||||||
- backslashes
|
- backslashes
|
||||||
- leading `/` or `\`
|
- leading `\`
|
||||||
- `..` segments
|
- `..` segments
|
||||||
- null or control characters
|
- null or control characters
|
||||||
- globs: `*`, `?`, `**`
|
- globs: `*`, `?`, `**`
|
||||||
|
|||||||
@ -53,7 +53,7 @@ Applies to:
|
|||||||
|
|
||||||
Reject:
|
Reject:
|
||||||
- backslashes
|
- backslashes
|
||||||
- leading `/` or `\`
|
- leading `\`
|
||||||
- `..` segments
|
- `..` segments
|
||||||
- null or control characters
|
- null or control characters
|
||||||
- globs: `*`, `?`, `**`
|
- globs: `*`, `?`, `**`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user