Skip to content

Commit 8afe526

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ object.
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.
3030
Once the security guard uses his IPAD, an API call is triggered to:
31-
"/api/sites/111/cameras" in order to receive data about the available cameras and show them on the dashboard.
31+
`"/api/sites/111/cameras"` in order to receive data about the available cameras and show them on the dashboard.
3232
The response contains a list with details cameras in the following format:
33-
{"id":"xxx","live_access_token":"xxxx-bbbbb","building_id":"yyy"}
33+
`{"id":"xxx","live_access_token":"xxxx-bbbbb","building_id":"yyy"}`
3434
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.
3535

3636
## How To Prevent

0 commit comments

Comments
 (0)