Update app to utilize updated phone validation methods

This commit is contained in:
Ryan Ahearn
2023-01-04 16:35:18 -05:00
parent 767e10b52e
commit abc7b09d0d
8 changed files with 211 additions and 209 deletions

View File

@@ -29,11 +29,11 @@ No db data is PII, but each job has a csv file in s3 containing phone numbers an
* to
* _personalization<sup>2</sup>
* phone_prefix (?)
* phone_prefix<sup>3</sup>
#### notification_history
* phone_prefix (?)
* phone_prefix<sup>3</sup>
#### inbound_sms
@@ -42,7 +42,7 @@ No db data is PII, but each job has a csv file in s3 containing phone numbers an
#### events
* data (contains user IP addresses)
* data (contains user IP addresses)<sup>1</sup>
### Notes
@@ -56,6 +56,11 @@ Field-level encryption is used on these fields.
Details on encryption schemes and algorithms can be found in [SC-28(1)](https://github.com/GSA/us-notify-compliance/blob/main/dist/system-security-plans/lato/sc-28.1.md)
#### Note 3.
Probably not PII, this is the country code of the phone.
Data Retention Policy
---------------------