Skip to content

Commit 6bd19e4

Browse files
authored
Update 0xa3-excessive-data-exposure.md
1 parent 8afe526 commit 6bd19e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

2019/en/src/0xa3-excessive-data-exposure.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ object.
2727

2828
An IOT-based surveillance system allows administrators to create users with different permissions.
2929
An admin created a user for a new security guard that should have access only to specific buildings in the site.
30-
Once the security guard uses his IPAD, an API call is triggered to:
30+
Once the security guard uses his mobile app, an API call is triggered to:
3131
`"/api/sites/111/cameras"` in order to receive data about the available cameras and show them on the dashboard.
32-
The response contains a list with details cameras in the following format:
32+
The response contains a list with details about cameras in the following format:
3333
`{"id":"xxx","live_access_token":"xxxx-bbbbb","building_id":"yyy"}`
34-
While the client GUI shows only cameras the security guard should have access to, the actual API response contains a full list of all the cameras in the site.
34+
While the client GUI shows only cameras which the security guard should have access to, the actual API response contains a full list of all the cameras in the site.
3535

3636
## How To Prevent
3737

0 commit comments

Comments
 (0)