Bug #85316
closedAnonymize IP scheduler tasks does not clean up log_data field
100%
Description
When using the new scheduler task (TYPO3\CMS\Scheduler\Task\IpAnonymizationTask) for anonymizing IP addresses (by default in sys_log table) some occurrences of a IP might be still existing.
Example (for logging a BE user login):
# Before task details: User %s logged in from %s (%s) IP: 123.456.789.123 log_data: a:3:{i:0;s:8:"john.doe";i:1;s:15:"123.456.789.123";i:2;s:0:"";} # After task details: User %s logged in from %s (%s) IP: 123.456.789.0 log_data: a:3:{i:0;s:8:"john.doe";i:1;s:15:"123.456.789.123";i:2;s:0:"";}
The data used for the log module (field log_data)still contains the full IP address.
Not quite sure if there are more log item types that save the IP within the serialized data.
Updated by Felix Nagel over 6 years ago
- Related to Feature #84053: Anonymize IPs added
Updated by Georg Ringer over 6 years ago
- Related to Epic #84776: Initiative GDPR added
Updated by Gerrit Code Review over 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57313
Updated by Gerrit Code Review over 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57313
Updated by Gerrit Code Review over 6 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57313
Updated by Gerrit Code Review over 6 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57313
Updated by Gerrit Code Review over 6 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57313
Updated by Gerrit Code Review over 6 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57313
Updated by Gerrit Code Review over 6 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57313
Updated by Gerrit Code Review over 6 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57313
Updated by Georg Ringer over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset dfbd98738b4edb77502c09f1ad6951d36134dcd3.
Updated by Markus Klein over 6 years ago
- Precedes Bug #85773: Flaws in sys_log entry IP anonymization added