mirror of
https://github.com/caddyserver/caddy.git
synced 2026-05-13 09:06:41 +00:00
Typo fix in security policy
This commit is contained in:
parent
41aee97386
commit
cf42f61566
1 changed files with 3 additions and 1 deletions
4
.github/SECURITY.md
vendored
4
.github/SECURITY.md
vendored
|
|
@ -8,7 +8,7 @@ The Caddy project would like to make sure that it stays on top of all relevant a
|
||||||
| Version | Supported |
|
| Version | Supported |
|
||||||
| ----------- | ----------|
|
| ----------- | ----------|
|
||||||
| 2.latest | ✔️ |
|
| 2.latest | ✔️ |
|
||||||
| <= 2.latest | :x: |
|
| < 2.latest | :x: |
|
||||||
|
|
||||||
|
|
||||||
## Acceptable Scope
|
## 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.
|
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.
|
We accept security reports and patches, but do not assign CVEs, for code that has not been released with a non-prerelease tag.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue