What is the problem?
Privacy policy states that we keep User IP for 3 months. It will be updated to be 4 years to be compliant with GDPR
The reality is that Citizen OS has User IP stored for more than 4 years as we don't have any automation to remove them:
- In Activities table inside
actor object.
- In database backups older than 4 years.
Why is this a problem?
It goes against Citizen OS privacy policy - https://citizenos.com/legal/privacy/
Possible solution.
Related issues
What is the problem?
Privacy policy states that we keep User IP for 3 months. It will be updated to be 4 years to be compliant with GDPR
The reality is that Citizen OS has User IP stored for more than 4 years as we don't have any automation to remove them:
actorobject.Why is this a problem?
It goes against Citizen OS privacy policy - https://citizenos.com/legal/privacy/
Possible solution.
actorobject in the Activities table for activities older than 4 years. We MAY want to use obfuscation to connect different activites from same IP while NOT actually connecting to a person.Related issues