-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Perform a Smarty update to [4.3.1] - 2023-03-28 #227
Comments
Fraenkiman
added a commit
to Fraenkiman/flatpress
that referenced
this issue
Apr 9, 2023
wait until 4.3.1 is released officially |
Smarty 4.3.1 has now been officell released. Therefore opened again |
Fraenkiman
added a commit
to Fraenkiman/flatpress
that referenced
this issue
May 9, 2023
Fixes flatpressblog#227 * Releasenotes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 #831PHP 8.1 deprecation warnings on null strings in modifiers #834
With best regards
Frank
The text was updated successfully, but these errors were encountered: