mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
* 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
4 lines
185 B
Plaintext
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.
|
|
``` |