You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,12 @@
2
2
3
3
## Unreleased
4
4
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
10
5
- 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.
11
8
- 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)
0 commit comments