The log (Special:Log/abusefilterprivatedetails) will contain data analogous to the Special:CheckUserLog or Special:Log/suppress. Looking at maintain-views.yaml it's not clear to me if it is totally excluded or not. If it has been not, please do so. Thanks.
Description
Details
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
maintain-views: Explicitly exclude 'abusefilterprivatedetails' | operations/puppet | production | +4 -3 |
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | Jalexander | T160357 Allow those with CheckUser right to access AbuseLog private information on WMF projects | |||
Invalid | None | T187455 Totally exclude 'abusefilterprivatedetails' from 'logging' in public replicas |
Event Timeline
Based on AbuseFilter's extension.json, abusefilterprivatedetails is a distinct log type. The views related to the logging table in the Wiki Replicas are built using an explicit list of allowed log types. This list does not contain abusefilterprivatedetails therefore any rows marked as abusefilterprivatedetails will not be queryable from the Wiki Replicas.
Change 410992 had a related patch set uploaded (by MarcoAurelio; owner: MarcoAurelio):
[operations/puppet@production] maintain-views: Explicitly exclude 'abusefilterprivatedetails'
Sorry to edit-conflict. Added a patch to mark the table explicitly excluded in the script as it's done with other sensitive logs.
Also, this won't be avalaible via data dumps, etc? Sorry to be paranoid, but better to be safe.
Change 410992 merged by Andrew Bogott:
[operations/puppet@production] maintain-views: Explicitly exclude 'abusefilterprivatedetails'