Skip to content

Commit b8bdbb9

Browse files
committed
Changelog cleanup
1 parent 5915cbe commit b8bdbb9

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,12 @@
22

33
## Unreleased
44

5-
### Development
6-
- Cart controller actions that accept an explicit cart number are now rate limited to mitigate enumeration attacks.
7-
- Cart numbers are now generated using a cryptographically secure random number generator.
8-
9-
### System
105
- Craft Commerce now requires Craft CMS 4.17.9 or later.
6+
- Cart numbers are now generated using a cryptographically secure random number generator.
7+
- Cart controller actions that accept an explicit cart number are now rate limited to mitigate enumeration attacks.
118
- Fixed a PHP error that could occur when using the manual gateway. ([#4245](https://github.com/craftcms/commerce/pull/4245))
12-
- Fixed a [high-severity](https://github.com/craftcms/cms/security/policy#severity--remediation) SQL injection vulnerability in the control panel. (GHSA-875v-7m49-8x88)
13-
- Fixed a [low-severity](https://github.com/craftcms/cms/security/policy#severity--remediation) Information disclosure vulnerability in payment controller action. (GHSA-3vxg-x5f8-f5qf)
9+
- Fixed a [high-severity](https://github.com/craftcms/cms/security/policy#severity--remediation) SQL injection vulnerability. (GHSA-875v-7m49-8x88)
10+
- Fixed a [low-severity](https://github.com/craftcms/cms/security/policy#severity--remediation) information disclosure vulnerability. (GHSA-3vxg-x5f8-f5qf)
1411

1512
## 4.10.2 - 2026-02-09
1613

0 commit comments

Comments
 (0)