Skip to content

Commit

Permalink
Merge branch 'release/4.5.3' into support/4
Browse files Browse the repository at this point in the history
  • Loading branch information
wisskid committed May 28, 2024
2 parents 76881c8 + 09e211c commit 9fc96a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.5.3] - 2024-05-28
- Fixed a code injection vulnerability in extends-tag. This addresses CVE-2024-35226.


## [4.5.2] - 2024-04-06
- Fixed argument must be passed by reference error introduced in v4.5.1 [#964](https://github.com/smarty-php/smarty/issues/964)

Expand Down
1 change: 0 additions & 1 deletion changelog/GHSA-4rmg-292m-wg3w.md

This file was deleted.

2 changes: 1 addition & 1 deletion libs/Smarty.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class Smarty extends Smarty_Internal_TemplateBase
/**
* smarty version
*/
const SMARTY_VERSION = '4.5.2';
const SMARTY_VERSION = '4.5.3';
/**
* define variable scopes
*/
Expand Down

0 comments on commit 9fc96a1

Please sign in to comment.