1.0.1#
Release date: 2023-MAY-16
Enhancements#
[ENGDTR-3102] MMT now collects migration data, which Mirantis will use to identify ways to improve the product and facilitate its use.
Learn more
Addressed issues#
-
[ENGDTR-3517] Fixed an issue wherein the
restorecommand did not continue from its stopping point when it was terminated prior to completion. -
[ENGDTR-3385] When run again following an interruption, the
extractcommand now logs the number of blobs that it previously copied. -
To improve MMT CLI help text readability, commands are now grouped into types.
Security#
-
The critical and high severity CVEs addressed in this MMT release are detailed in the following table:
CVE Status Problem details from upstream CVE-2022-1996 Resolved Authorization Bypass Through User-Controlled Key in GitHub repository emicklei/go-restfulprior tov3.8.0.CVE-2022-41716 Resolved Due to unsanitized NULvalues, attackers may be able to maliciously set environment variables on Windows. Insyscall.StartProcessandos/exec.Cmd, invalid environment variable values containingNULvalues are not properly checked for. A malicious environment variable value can exploit this behavior to set a value for a different environment variable. For example, the environment variable string"A=B\x00C=D"sets the variables"A=B"and"C=D".