flatpressblog / flatpress

FlatPress is a lightweight, easy-to-set-up flat-file blogging engine.
https://flatpress.org
GNU General Public License v2.0
185 stars 57 forks source link

Perform a Smarty update to [4.3.1] - 2023-03-28 #227

Closed Fraenkiman closed 1 year ago

Fraenkiman commented 1 year ago

Security Fixed Cross site scripting vulnerability in Javascript escaping. This addresses CVE-2023-28447.

Fixed $smarty->muteUndefinedOrNullWarnings() now also mutes PHP7 notices for undefined array indexes #736 $smarty->muteUndefinedOrNullWarnings() now treats undefined vars and array access of a null or false variables equivalent across all supported PHP versions $smarty->muteUndefinedOrNullWarnings() now allows dereferencing of non-objects across all supported PHP versions #831 PHP 8.1 deprecation warnings on null strings in modifiers #834

With best regards Frank

Fraenkiman commented 1 year ago

wait until 4.3.1 is released officially

Fraenkiman commented 1 year ago

Smarty 4.3.1 has now been officell released. Therefore opened again