Skip to content

Commit 2f209df

Browse files
authored
Merge pull request #67775 from anarnold97/MIG-1504-MTC-1-8-2-release-notes
MIG-1504: MTC 1.8.2 release notes
2 parents 7a518f5 + 1126553 commit 2f209df

File tree

3 files changed

+59
-1
lines changed

3 files changed

+59
-1
lines changed

migration_toolkit_for_containers/mtc-release-notes.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ You can migrate from xref:../migrating_from_ocp_3_to_4/about-migrating-from-3-to
1717

1818
For information on the support policy for {mtc-short}, see link:https://access.redhat.com/support/policy/updates/openshift#app_migration[OpenShift Application and Cluster Migration Solutions], part of the _Red Hat {product-title} Life Cycle Policy_.
1919

20+
include::modules/migration-mtc-release-notes-1-8-2.adoc[leveloffset=+1]
2021
include::modules/migration-mtc-release-notes-1-8-1.adoc[leveloffset=+1]
2122
include::modules/migration-mtc-release-notes-1-8.adoc[leveloffset=+1]
2223
include::modules/migration-mtc-release-notes-1-7-14.adoc[leveloffset=+1]
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * migration_toolkit_for_containers/mtc-release-notes.adoc
4+
:_mod-docs-content-type: REFERENCE
5+
[id="migration-mtc-release-notes-1-8-2_{context}"]
6+
= {mtc-full} 1.8.2 release notes
7+
8+
[id="resolved-issues-1-8-2_{context}"]
9+
== Resolved issues
10+
11+
This release has the following major resolved issues:
12+
13+
.Backup phase fails after setting custom CA replication repository
14+
15+
In previous releases of {mtc-full} ({mtc-short}), after editing the replication repository, adding a custom CA certificate, successfully connecting the repository, and triggering a migration, a failure occurred during the backup phase.
16+
17+
.CVE-2023-26136: tough-cookie package before 4.1.3 are vulnerable to Prototype Pollution
18+
19+
In previous releases of ({mtc-short}), versions before 4.1.3 of the `tough-cookie` package used in {mtc-short} were vulnerable to prototype pollution. This vulnerability occurred because CookieJar did not handle cookies properly when the value of the `rejectPublicSuffixes` was set to `false`.
20+
21+
For more details, see link:https://access.redhat.com/security/cve/cve-2023-26136[(CVE-2023-26136)]
22+
23+
.CVE-2022-25883 openshift-migration-ui-container: nodejs-semver: Regular expression denial of service
24+
25+
In previous releases of ({mtc-short}), versions of the `semver` package before 7.5.2, used in {mtc-short}, were vulnerable to Regular Expression Denial of Service (ReDoS) from the function `newRange`, when untrusted user data was provided as a range.
26+
27+
For more details, see link:https://access.redhat.com/security/cve/cve-2022-25883[(CVE-2022-25883)]
28+
29+
30+
[id="known-issues-1-8-2_{context}"]
31+
== Known issues
32+
33+
There are no major known issues in this release.

modules/migration-mtc-release-notes-1-8.adoc

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
// Module included in the following assemblies:
32
//
43
// * migration_toolkit_for_containers/mtc-release-notes.adoc
@@ -46,6 +45,31 @@ In this release, on migrating an application including a `BuildConfig` from a so
4645
In this release, after enabling `Require SSL verification` and adding content to the CA bundle file for an MCG NooBaa bucket in MigStorage, the connection fails as expected. However, when reverting these changes by removing the CA bundle content and clearing `Require SSL verification`, the connection still fails. The issue is only resolved by deleting and re-adding the repository. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2240052[*BZ#2240052*])
4746

4847

48+
.Backup phase fails after setting custom CA replication repository
49+
50+
In ({mtc-short}), after editing the replication repository, adding a custom CA certificate, successfully connecting the repository, and triggering a migration, a failure occurs during the backup phase.
51+
52+
This issue is resolved in {mtc-short} 1.8.2.
53+
54+
55+
.CVE-2023-26136: tough-cookie package before 4.1.3 are vulnerable to Prototype Pollution
56+
57+
Versions before 4.1.3 of the `tough-cookie` package, used in {mtc-short}, are vulnerable to prototype pollution. This vulnerability occurs because CookieJar does not handle cookies properly when the value of the `rejectPublicSuffixes` is set to `false`.
58+
59+
This issue is resolved in {mtc-short} 1.8.2.
60+
61+
For more details, see link:https://access.redhat.com/security/cve/cve-2023-26136[(CVE-2023-26136)]
62+
63+
64+
.CVE-2022-25883 openshift-migration-ui-container: nodejs-semver: Regular expression denial of service
65+
66+
In previous releases of ({mtc-short}), versions of the `semver` package before 7.5.2, used in {mtc-short}, are vulnerable to Regular Expression Denial of Service (ReDoS) from the function `newRange`, when untrusted user data is provided as a range.
67+
68+
This issue is resolved in {mtc-short} 1.8.2.
69+
70+
For more details, see link:https://access.redhat.com/security/cve/cve-2022-25883[(CVE-2022-25883)]
71+
72+
4973
[id="technical-changes-1-8_{context}"]
5074
== Technical changes
5175

0 commit comments

Comments
 (0)