diff options
author | Jordan Zebor <j.zebor@f5.com> | 2024-12-23 08:07:01 -0800 |
---|---|---|
committer | pluknet <pluknet@nginx.com> | 2024-12-23 20:36:15 +0400 |
commit | c73fb273acc31bff7c4e469efda5f3fd66c48557 (patch) | |
tree | a105fef308bb6f241197df7faf852c61d83ea661 | |
parent | 930caed3bfc84e43bf4bd034150c17604dc5dc73 (diff) | |
download | nginx-c73fb273acc31bff7c4e469efda5f3fd66c48557.tar.gz nginx-c73fb273acc31bff7c4e469efda5f3fd66c48557.zip |
Updated security policy to clarify experimental features.
The original security policy language did not capture the scope
as intended for experimental features and availability.
-rw-r--r-- | SECURITY.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/SECURITY.md b/SECURITY.md index f5cfcd788..8e173ed16 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -69,8 +69,7 @@ limiting, or buffer size configurations, or applying changes is impractical. Availability issues excluded from the security release process: - Local file content or upstream response content resulting only in worker process termination. -- Issues with experimental features which result only in worker process -termination. +- Issues with experimental features which result only in availability impact. ## Trusted Configurations and Misconfigurations |