Typo fix in security policy

This commit is contained in:
Matthew Holt 2026-04-24 09:50:06 -06:00
parent 41aee97386
commit cf42f61566
No known key found for this signature in database

4
.github/SECURITY.md vendored
View File

@ -8,7 +8,7 @@ The Caddy project would like to make sure that it stays on top of all relevant a
| Version | Supported |
| ----------- | ----------|
| 2.latest | ✔️ |
| <= 2.latest | :x: |
| < 2.latest | :x: |
## Acceptable Scope
@ -25,6 +25,8 @@ Client-side exploits are out of scope. In other words, it is not a bug in Caddy
Security bugs in code dependencies (including Go's standard library) are out of scope. Instead, if a dependency has patched a relevant security bug, please feel free to open a public issue or pull request to update that dependency in our code.
Many reports are not security bugs and can be addressed by updating the documentation.
We accept security reports and patches, but do not assign CVEs, for code that has not been released with a non-prerelease tag.