Closed Cipherwraith closed 7 years ago
This security patch removes unnecessary debug modes and group permission levels that can be used by an attacker for privilege escalation.
The patch breaks this:
https://github.com/vichan-devel/vichan/blob/master/inc/config.php#L1573
And other lines that have "DISABLED". The constant isn't defined, as it's being defined from the array.
This security patch removes unnecessary debug modes and group permission levels that can be used by an attacker for privilege escalation.