Project

General

Profile

Bug #85773

Updated by Oliver Hader over 5 years ago

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()@ @spritf()@ is invoked with too many arguments, username information is out of bounds 
 * introduced in https://review.typo3.org/#/c/57313/ 

Back