stable
Clone or download
Read-only
Close request #38273 smarty/smarty: 4.3.1 -> 5.2.0 Fixes CVE-2024-35226. It should not affect Tuleap though as we never use the {extends} tag in smarty templates. How to test: No functional change expected in GitPHP. Browsing a Git repository, the list of commits, the list of files, searching for a Git commit, etc. should all function the same as before. Notes: addPluginsDir() is deprecated. Smarty plugins are now autoloaded and added via registerPlugin() Change-Id: I2eea07663cf71f5f21d455f21e3b05e6c82f4499
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/composer.json | +2 | −2 | Go to diff View file |
M | plugins/git/composer.lock | +98 | −14 | Go to diff View file |
A | plugins/git/include/GitPHP/SmartyPlugins/AgeString.php | +64 | −0 | Go to diff View file |
A | plugins/git/include/GitPHP/SmartyPlugins/Highlight.php | +86 | −0 | Go to diff View file |
M | plugins/git/include/GitPHP/controller/ControllerBase.php | +13 | −8 | Go to diff View file |
D | plugins/git/include/GitPHP/smartyplugins/modifier.agestring.php | +0 | −42 | Go to diff View file |
D | plugins/git/include/GitPHP/smartyplugins/modifier.highlight.php | +0 | −72 | Go to diff View file |