Skip to content

Commit 09e211c

Browse files
committed
version bump
1 parent 76881c8 commit 09e211c

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [4.5.3] - 2024-05-28
10+
- Fixed a code injection vulnerability in extends-tag. This addresses CVE-2024-35226.
11+
12+
913
## [4.5.2] - 2024-04-06
1014
- Fixed argument must be passed by reference error introduced in v4.5.1 [#964](https://github.com/smarty-php/smarty/issues/964)
1115

changelog/GHSA-4rmg-292m-wg3w.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

libs/Smarty.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class Smarty extends Smarty_Internal_TemplateBase
107107
/**
108108
* smarty version
109109
*/
110-
const SMARTY_VERSION = '4.5.2';
110+
const SMARTY_VERSION = '4.5.3';
111111
/**
112112
* define variable scopes
113113
*/

0 commit comments

Comments
 (0)