diff options
| author | Simon Wisselink <wisskid@users.noreply.github.com> | 2021-02-21 22:03:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-21 22:03:44 +0100 |
| commit | e2485fa45e53816037e25c2977fbc064ee358972 (patch) | |
| tree | ffb4fde5a6e8440ff2e87b6d8adea7d86cd5ef8c /SECURITY.md | |
| parent | e27da524f7bcd7361e3ea5cdfa99c4378a7b5419 (diff) | |
| download | smarty-e2485fa45e53816037e25c2977fbc064ee358972.tar.gz smarty-e2485fa45e53816037e25c2977fbc064ee358972.tar.bz2 smarty-e2485fa45e53816037e25c2977fbc064ee358972.zip | |
Create SECURITY.md
Diffstat (limited to 'SECURITY.md')
| -rw-r--r-- | SECURITY.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..d98ea018 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,19 @@ +# Security Policy + +## Supported Versions + +Smarty currently supports the latest minor version of Smarty 3 and Smarty 4. (Smarty 4 has not been released yet.) + +| Version | Supported | +| ------- | ------------------ | +| 4.0.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 PLEASE do not file an Issue. + +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. |
