DOMjudge / domjudge

DOMjudge programming contest jury system
https://www.domjudge.org
GNU General Public License v2.0
719 stars 254 forks source link

Only interpret the log record as printf-style if context is a list #2470

Closed eldering closed 5 months ago

eldering commented 5 months ago

This fixes an error where Symfony internal code would send a URL in the message that contains a % and context as an associative array. Note that array_is_list is available since PHP >= 8.1, which is our minimum supported version.

Closes #2395