Page MenuHomePhabricator

Don't store IP addresses in content sources
ClosedPublic

Authored by epriestley on Oct 21 2015, 7:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Feb 29, 12:51 AM
Unknown Object (File)
Feb 21 2024, 4:03 PM
Unknown Object (File)
Feb 16 2024, 5:19 AM
Unknown Object (File)
Feb 15 2024, 11:06 AM
Unknown Object (File)
Feb 3 2024, 6:54 AM
Unknown Object (File)
Jan 25 2024, 10:59 AM
Unknown Object (File)
Dec 27 2023, 7:15 AM
Unknown Object (File)
Dec 27 2023, 7:15 AM
Subscribers
None

Details

Reviewers
chad
Commits
Restricted Diffusion Commit
rP4afeebe83489: Don't store IP addresses in content sources
Summary

We don't use these for anything, we're inconsistent about recording them, and there's some mild interaction with privacy concerns and data retention. Every other log we store any kind of information in can be given a custom retention policy after recent GC changes.

If we did put this back eventually it would probably be better to store a session identifier anyway, since that's more granular and more detailed.

You can fetch this info out of access logs anyway, too.

Test Plan

Left a couple of comments.

Diff Detail

Repository
rP Phabricator
Branch
noip
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 8368
Build 9604: Run Core Tests
Build 9603: arc lint + arc unit

Event Timeline

epriestley retitled this revision from to Don't store IP addresses in content sources.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Oct 21 2015, 7:37 PM
This revision was automatically updated to reflect the committed changes.