Actions
Bug #85773
closedFlaws in sys_log entry IP anonymization
Start date:
2018-06-21
Due date:
2018-06-21
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
The sys_log entry IP anonymization has several flaws which lead to a revert of the initial change in master:
- REMOTE_ADDR is anonymized, REMOTE_HOST not (probably there are more occurrences)
- PHP method
sprintf()
is invoked with too many arguments, username information is out of bounds - introduced in https://review.typo3.org/#/c/57313/
Actions