From caca2aef012e0ad87d1ed53c2a180b0d2cf6802e Mon Sep 17 00:00:00 2001 From: Josh Grossman Date: Mon, 16 Dec 2024 11:02:55 +0200 Subject: [PATCH 1/2] Clarify 11.1.3 to resolve #2466 --- 5.0/en/0x19-V11-BusLogic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5.0/en/0x19-V11-BusLogic.md b/5.0/en/0x19-V11-BusLogic.md index 7d0ebb0069..26673c651d 100644 --- a/5.0/en/0x19-V11-BusLogic.md +++ b/5.0/en/0x19-V11-BusLogic.md @@ -25,7 +25,7 @@ Business logic security is so individual to every application that no one checkl | :---: | :--- | :---: | :---: | :---: | :---: | | **11.1.1** | Verify that the application will only process business logic flows for the same user in sequential step order and without skipping steps. | ✓ | ✓ | ✓ | 841 | | **11.1.2** | [MOVED TO 11.2.1] | | | | | -| **11.1.3** | [MODIFIED, MERGED FROM 11.1.5] Verify that business logic limits and validations are implemented as per the application's documentation. | ✓ | ✓ | ✓ | | +| **11.1.3** | [MODIFIED, MERGED FROM 11.1.5] [MODIFIED, MERGED FROM 11.1.5] Verify that business logic limits and validations are implemented as per the application's documentation, to avoid business logic flaws being exploited such as buying items for a negative amount. | ✓ | ✓ | ✓ | | | **11.1.4** | [MOVED TO 11.2.2] | | | | | | **11.1.5** | [DELETED, MERGED TO 11.1.3] | | | | | | **11.1.6** | [MOVED TO 10.7.3] | | | | | From 028af9687f9744f71aa31c5256362d745a03b9c4 Mon Sep 17 00:00:00 2001 From: Elar Lang <47597707+elarlang@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:16:57 +0200 Subject: [PATCH 2/2] rm double label --- 5.0/en/0x19-V11-BusLogic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5.0/en/0x19-V11-BusLogic.md b/5.0/en/0x19-V11-BusLogic.md index 26673c651d..900878c393 100644 --- a/5.0/en/0x19-V11-BusLogic.md +++ b/5.0/en/0x19-V11-BusLogic.md @@ -25,7 +25,7 @@ Business logic security is so individual to every application that no one checkl | :---: | :--- | :---: | :---: | :---: | :---: | | **11.1.1** | Verify that the application will only process business logic flows for the same user in sequential step order and without skipping steps. | ✓ | ✓ | ✓ | 841 | | **11.1.2** | [MOVED TO 11.2.1] | | | | | -| **11.1.3** | [MODIFIED, MERGED FROM 11.1.5] [MODIFIED, MERGED FROM 11.1.5] Verify that business logic limits and validations are implemented as per the application's documentation, to avoid business logic flaws being exploited such as buying items for a negative amount. | ✓ | ✓ | ✓ | | +| **11.1.3** | [MODIFIED, MERGED FROM 11.1.5] Verify that business logic limits and validations are implemented as per the application's documentation, to avoid business logic flaws being exploited such as buying items for a negative amount. | ✓ | ✓ | ✓ | | | **11.1.4** | [MOVED TO 11.2.2] | | | | | | **11.1.5** | [DELETED, MERGED TO 11.1.3] | | | | | | **11.1.6** | [MOVED TO 10.7.3] | | | | |