Skip to content

Commit ee9ab1c

Browse files
authored
2019 - 0xa6-mass-assignment remove spurious period
Remove trailing period within JSON example.
1 parent 32676d7 commit ee9ab1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2019/en/src/0xa6-mass-assignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The request `GET /api/v1/users/me` includes an additional credit_balance
4242
property:
4343

4444
```json
45-
{"user_name":"inons","age":24,"credit_balance":10}.
45+
{"user_name":"inons","age":24,"credit_balance":10}
4646
```
4747

4848
The attacker replays the first request with the following payload:

0 commit comments

Comments
 (0)