[pve-devel] applied: [PATCH v6 storage 1/1] (remote) export: check and untaint format
Thomas Lamprecht
t.lamprecht at proxmox.com
Thu Sep 29 14:39:07 CEST 2022
Am 28/09/2022 um 14:50 schrieb Fabian Grünbichler:
> this format comes from the remote cluster, so it might not be supported
> on the source side - checking whether it's known (as additional
> safeguard) and untainting (to avoid open3 failure) is required.
>
> Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
> ---
>
> Notes:
> v6: new
>
> PVE/CLI/pvesm.pm | 6 ++----
> PVE/Storage.pm | 9 +++++++++
> 2 files changed, 11 insertions(+), 4 deletions(-)
>
>
applied, with a small code style fixup (`($foo->@*)[0]` vs `$foo->[0]`) squashed in, thanks!
More information about the pve-devel
mailing list