]> git.proxmox.com Git - pve-common.git/commit
render_bytes: avoid untaint by simply change the sprintf call
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 6 Aug 2018 11:36:23 +0000 (13:36 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 6 Aug 2018 11:36:23 +0000 (13:36 +0200)
commit3496d4bf4d69213e9f211b64d63a54a63c9e5b16
treec18d182516d9dd0bc82b2e839099b83f91a58e88
parenta91ee28fe5abd92080260d66078f88d05ff4f4f0
render_bytes: avoid untaint by simply change the sprintf call

There is no need to untaint if we do it this way (no idea why).
src/PVE/CLIFormatter.pm