Skip to content

Commit 47ef0f6

Browse files
Fix formatting of bugs and inconsistencies table
1 parent 7ceb71b commit 47ef0f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ Beyond achieving 100% operator coverage, the suite focuses on the quality of val
151151

152152
| Severity | Bug / Inconsistency | Expected Behavior | Actual Behavior |
153153
| :--- | :--- | :--- | :--- |
154-
| **(!) Critical** | **Privilege Escalation** | The system must prevent a standard user from changing their profile to `administrador: true`. | The `PUT /usuarios/{id}` endpoint allows the change, promoting the user to administrator. |
155-
| **(-) Low** | **Response Inconsistency (Empty Payload)** | Return a standardized validation error (`400`) on all routes when receiving `{}`. | Returns `400` on public routes and `401` on private routes for the same payload. |
154+
| **Critical** | **Privilege Escalation** | The system must prevent a standard user from changing their profile to `administrador: true`. | The `PUT /usuarios/{id}` endpoint allows the change, promoting the user to administrator. |
155+
| **Low** | **Response Inconsistency (Empty Payload)** | Return a standardized validation error (`400`) on all routes when receiving `{}`. | Returns `400` on public routes and `401` on private routes for the same payload. |
156156

157157
---
158158

0 commit comments

Comments
 (0)