Test Integrity Checks
OWASP Web Security Testing Guide 4.2 > 10. Business logic Testing > 10.3. Test Integrity Checks
ID | Link to Hackinglife | Link to OWASP | Description |
---|---|---|---|
10.3 | WSTG-BUSL-03 | Test Integrity Checks | - Review the project documentation for components of the system that move, store, or handle data. - Determine what type of data is logically acceptable by the component and what types the system should guard against. - Determine who should be allowed to modify or read that data in each component. - Attempt to insert, update, or delete data values used by each component that should not be allowed per the business logic workflow. |