9
edits
| Line 62: | Line 62: | ||
** The request is not performed, and the interaction stops here | ** The request is not performed, and the interaction stops here | ||
Stored Data: location data | *Stored Data: location data | ||
**Data In: location data, callback functions | |||
Data In: location data, callback functions | **Data Out: lat/long from location data | ||
Data Out: lat/long from location data | |||
| Line 73: | Line 72: | ||
** 3rd party API should be from a trusted source to ensure that IF we are actually using the user's location data, then it is not compromised | ** 3rd party API should be from a trusted source to ensure that IF we are actually using the user's location data, then it is not compromised | ||
Stored Data: possibly lat/long of the location data | *Stored Data: possibly lat/long of the location data | ||
**Data In: lat/long of location data | |||
Data In: lat/long of location data | **Data Out: civic address of location | ||
Data Out: civic address of location | |||
| Line 83: | Line 81: | ||
* We then recieve the civic address back from the platform API, the address is then passed back to the page holding the request from a success callback | * We then recieve the civic address back from the platform API, the address is then passed back to the page holding the request from a success callback | ||
Stored Data: reverse geocoded address of the location's lat/long data given to the platform reverse geocoding API | *Stored Data: reverse geocoded address of the location's lat/long data given to the platform reverse geocoding API | ||
**Data In: civic address of location | |||
Data In: civic address of location | **Data Out: civic address of location | ||
Data Out: civic address of location | |||
| Line 93: | Line 90: | ||
** The page then does whatever it intended to do with the address | ** The page then does whatever it intended to do with the address | ||
*Stored Data: the same reverse geocoded address of the location's lat/long data | |||
**Data In: civic address of location | |||
Stored Data: the same reverse geocoded address of the location's lat/long data | |||
= User Data Risk Minimization = | = User Data Risk Minimization = | ||
edits