Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 5fffaf3

Browse files
committed
removed reference to Adobe Security bulletin and fixed minor formatting infelicities
1 parent 331ab92 commit 5fffaf3

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

src/guides/v2.4/release-notes/commerce-2-4-2.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This release includes over 35 security fixes and platform security improvements.
3333

3434
#### Over 35 security enhancements that help close remote code execution (RCE) and cross-site scripting (XSS) vulnerabilities
3535

36-
No confirmed attacks related to these issues have occurred to date. However, certain vulnerabilities can potentially be exploited to access customer information or take over administrator sessions. Most of these issues require that an attacker first obtains access to the Admin. As a result, we remind you to take all necessary steps to protect your Admin, including but not limited to these efforts: IP allowlisting, [two-factor authentication]({{page.baseurl}}/security/two-factor-authentication.html), use of a VPN, the use of a unique location rather than `/admin`, and good password hygiene. See [Security Updates Available for Magento](https://helpx.adobe.com/security/products/magento/apsb20-59.html) for a discussion of these fixed issues.
36+
No confirmed attacks related to these issues have occurred to date. However, certain vulnerabilities can potentially be exploited to access customer information or take over administrator sessions. Most of these issues require that an attacker first obtains access to the Admin. As a result, we remind you to take all necessary steps to protect your Admin, including but not limited to these efforts: IP allowlisting, [two-factor authentication]({{page.baseurl}}/security/two-factor-authentication.html), use of a VPN, the use of a unique location rather than `/admin`, and good password hygiene.
3737

3838
#### Additional security enhancements
3939

@@ -100,7 +100,7 @@ See the [GraphQL Developer Guide]({{page.baseurl}}/graphql/) for details on thes
100100

101101
Magento 2.4.2 introduces B2B v1.3.1. This release includes support for online payments for purchase orders as well as multiple bug fixes.
102102

103-
**Purchase orders can now be completed using online payment methods**. B2B buyers are prompted to select their preferred payment method for each [purchase order](https://docs-beta.magento.com/user-guide/stores/b2b-purchase-order-flow.html) during the initial checkout (#232). After the purchase order has been approved, buyers are prompted to enter payment details to convert the purchase order to a final order.
103+
**Purchase orders can now be completed using online payment methods**. B2B buyers are prompted to select their preferred payment method for each [purchase order](https://docs-beta.magento.com/user-guide/stores/b2b-purchase-order-flow.html) during the initial checkout. After the purchase order has been approved, buyers are prompted to enter payment details to convert the purchase order to a final order.
104104

105105
To support a complete workflow for accepting online payments, this feature also:
106106

@@ -254,7 +254,7 @@ We have fixed hundreds of issues in the Magento 2.4.2 core code.
254254

255255
<!--- ENGCOM-8020-->
256256

257-
* Added support for reading `exif_image.png` or `exif-image.jpeg` metadata. _Fix submitted by Nazar Klovanych in pull request [29576](https://github.com/magento/magento2/pull/29576)_. [GitHub-1449](https://github.com/magento/adobe-stock-integration/issues/1449)
257+
* Added support for reading `exif_image.png` or `exif-image.jpeg` metadata. [GitHub-1449](https://github.com/magento/adobe-stock-integration/issues/1449)
258258

259259
### Analytics
260260

@@ -456,15 +456,15 @@ We have fixed hundreds of issues in the Magento 2.4.2 core code.
456456

457457
<!-- ENGCOM-8101 -->
458458

459-
* Remove unnecessary spaces in `app/code/Magento/Contact/view/frontend/templates/form.phtml`. [GitHub-29779](https://github.com/magento/magento2/issues/29779)
459+
* Removed unnecessary spaces in `app/code/Magento/Contact/view/frontend/templates/form.phtml`. [GitHub-29779](https://github.com/magento/magento2/issues/29779)
460460

461461
<!-- ENGCOM-7967 -->
462462

463463
* The title of the Order Failure page has been revised for accuracy. Previously, this page was titled, **We received your order!** [GitHub-29416](https://github.com/magento/magento2/issues/29416)
464464

465465
<!-- ENGCOM-8028 -->
466466

467-
* ChangeQuoteControl has been refactored. [GitHub-29673](https://github.com/magento/magento2/issues/29673)
467+
* `ChangeQuoteControl` has been refactored. [GitHub-29673](https://github.com/magento/magento2/issues/29673)
468468

469469
<!-- ENGCOM-8027 -->
470470

@@ -1212,7 +1212,7 @@ We have fixed hundreds of issues in the Magento 2.4.2 core code.
12121212

12131213
* The Admin and main store switcher now reflect changes made to the store sort order in the Admin. [GitHub-13401](https://github.com/magento/magento2/issues/13401)
12141214

1215-
### TargetRule
1215+
### Target rules
12161216

12171217
<!--- MC-34998-->
12181218

@@ -1260,7 +1260,7 @@ We have fixed hundreds of issues in the Magento 2.4.2 core code.
12601260

12611261
<!-- ENGCOM-8017 -->
12621262

1263-
* Added test coverage for the AdminAnalytics module. [GitHub-29500](https://github.com/magento/magento2/issues/29500)
1263+
* Added test coverage for the `AdminAnalytics` module. [GitHub-29500](https://github.com/magento/magento2/issues/29500)
12641264

12651265
<!-- ENGCOM-8266 -->
12661266

src/guides/v2.4/release-notes/open-source-2-4-2.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This release includes over 35 security fixes and platform security improvements.
3333

3434
#### Over 35 security enhancements that help close remote code execution (RCE) and cross-site scripting (XSS) vulnerabilities
3535

36-
No confirmed attacks related to these issues have occurred to date. However, certain vulnerabilities can potentially be exploited to access customer information or take over administrator sessions. Most of these issues require that an attacker first obtains access to the Admin. As a result, we remind you to take all necessary steps to protect your Admin, including but not limited to these efforts: IP allowlisting, [two-factor authentication]({{page.baseurl}}/security/two-factor-authentication.html), use of a VPN, the use of a unique location rather than `/admin`, and good password hygiene. See [Security Updates Available for Magento](https://helpx.adobe.com/security/products/magento/apsb20-59.html) for a discussion of these fixed issues.
36+
No confirmed attacks related to these issues have occurred to date. However, certain vulnerabilities can potentially be exploited to access customer information or take over administrator sessions. Most of these issues require that an attacker first obtains access to the Admin. As a result, we remind you to take all necessary steps to protect your Admin, including but not limited to these efforts: IP allowlisting, [two-factor authentication]({{page.baseurl}}/security/two-factor-authentication.html), use of a VPN, the use of a unique location rather than `/admin`, and good password hygiene.
3737

3838
#### Additional security enhancements
3939

@@ -176,7 +176,7 @@ We have fixed hundreds of issues in the Magento 2.4.2 core code.
176176

177177
<!--- ENGCOM-8020-->
178178

179-
* Added support for reading `exif_image.png` or `exif-image.jpeg` metadata. _Fix submitted by Nazar Klovanych in pull request [29576](https://github.com/magento/magento2/pull/29576)_. [GitHub-1449](https://github.com/magento/adobe-stock-integration/issues/1449)
179+
* Added support for reading `exif_image.png` or `exif-image.jpeg` metadata. [GitHub-1449](https://github.com/magento/adobe-stock-integration/issues/1449)
180180

181181
### Analytics
182182

@@ -362,15 +362,15 @@ We have fixed hundreds of issues in the Magento 2.4.2 core code.
362362

363363
<!-- ENGCOM-8101 -->
364364

365-
* Remove unnecessary spaces in `app/code/Magento/Contact/view/frontend/templates/form.phtml`. [GitHub-29779](https://github.com/magento/magento2/issues/29779)
365+
* Removed unnecessary spaces in `app/code/Magento/Contact/view/frontend/templates/form.phtml`. [GitHub-29779](https://github.com/magento/magento2/issues/29779)
366366

367367
<!-- ENGCOM-7967 -->
368368

369369
* The title of the Order Failure page has been revised for accuracy. Previously, this page was titled, **We received your order!** [GitHub-29416](https://github.com/magento/magento2/issues/29416)
370370

371371
<!-- ENGCOM-8028 -->
372372

373-
* ChangeQuoteControl has been refactored. [GitHub-29673](https://github.com/magento/magento2/issues/29673)
373+
* `ChangeQuoteControl` has been refactored. [GitHub-29673](https://github.com/magento/magento2/issues/29673)
374374

375375
<!-- ENGCOM-8027 -->
376376

@@ -1022,7 +1022,7 @@ We have fixed hundreds of issues in the Magento 2.4.2 core code.
10221022

10231023
* The Admin and main store switcher now reflect changes made to the store sort order in the Admin. [GitHub-13401](https://github.com/magento/magento2/issues/13401)
10241024

1025-
### TargetRule
1025+
### Target rules
10261026

10271027
<!--- MC-34998-->
10281028

@@ -1066,7 +1066,7 @@ We have fixed hundreds of issues in the Magento 2.4.2 core code.
10661066

10671067
<!-- ENGCOM-8017 -->
10681068

1069-
* Added test coverage for the AdminAnalytics module. [GitHub-29500](https://github.com/magento/magento2/issues/29500)
1069+
* Added test coverage for the `AdminAnalytics` module. [GitHub-29500](https://github.com/magento/magento2/issues/29500)
10701070

10711071
<!-- ENGCOM-8266 -->
10721072

0 commit comments

Comments
 (0)