Files
vault/changelog/28878.txt
Amir Aslamov bf132719cf VAULT-32330: fix sanitize path function to account for backslashes (#28878)
* expand the leading prefix check to check for double forward and back slashes

* improve the logic to be more concise

* add unit tests

* add a changelog

* make it a bug type

* feedback: reconstruct the check to explicitly check for backslash as well as slash followed by backslash
2024-11-13 10:56:55 -05:00

4 lines
185 B
Plaintext

```release-note:bug
core: Improved an internal helper function that sanitizes paths by adding a check for leading backslashes
in addition to the existing check for leading slashes.
```