Skip to content

Remove slashes from entry name when interpreting it as path

Alexander Lohnau requested to merge work/fix_install_slashes into master

BUG: 417216
FIXED-IN: 5.74

While this fixes the bug I am also really worried that without this patch you could go up to the path and install files elsewhere on the system. Having a user defined name interpreted as a path without any checks seems IMO like a big security risk.

@ngraham @leinir

Merge request reports