
Comparing changes: https://github.com/smarty-php/smarty/compare/v4.3.1...v4.4.1 It is noticeable that Smarty 4.3.1 does not officially support PHP 8.3. Is only supported with 4.4.0. Remark: During tests with Smarty 4.5.1, it was noticed that the following warning occurs: Deprecated: Using the unregistered function "function_exists" in a template is deprecated and will be removed in a future version. Use Smarty::registerPlugin to explicitly register a custom modifier. As of Smarty 5.X.X, templates must be revised again. The Smarty release 5.0.2 is already officially available. However, integration into FlatPress is not entirely trivial.
21 lines
736 B
Markdown
21 lines
736 B
Markdown
# Security Policy
|
|
|
|
## Supported Versions
|
|
|
|
Smarty currently supports the latest minor version of Smarty 3 and Smarty 4.
|
|
|
|
| Version | Supported |
|
|
|---------|--------------------|
|
|
| 4.3.x | :white_check_mark: |
|
|
| 3.1.x | :white_check_mark: |
|
|
| < 3.1 | :x: |
|
|
|
|
## Reporting a Vulnerability
|
|
|
|
If you have discovered a security issue with Smarty, please contact us at mail [at] simonwisselink.nl. Do not
|
|
disclose your findings publicly and **PLEASE** do not file an Issue (because that would disclose your findings
|
|
publicly.)
|
|
|
|
We will try to confirm the vulnerability and develop a fix if appropriate. When we release the fix, we will publish
|
|
a security release. Please let us know if you want to be credited.
|