From 2f408222ee4677d15aac3d3f4ff629e814566734 Mon Sep 17 00:00:00 2001 From: Rolfe Dlugy-Hegwer Date: Thu, 23 Mar 2023 14:25:17 -0400 Subject: [PATCH] Update filename of security policy content --- SECURITY-POLICY.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ SECURITY.md | 4 ++-- 2 files changed, 47 insertions(+), 2 deletions(-) create mode 100644 SECURITY-POLICY.md diff --git a/SECURITY-POLICY.md b/SECURITY-POLICY.md new file mode 100644 index 00000000000000..7ee68405061509 --- /dev/null +++ b/SECURITY-POLICY.md @@ -0,0 +1,45 @@ + + +The canonical version of this document is hosted on the Quarkus website at [Quarkus security](https://quarkus.io/security-policy/). + +# Security policy + +The Quarkus team and community take all security bugs very seriously. +You can find our guidelines here regarding our policy and security disclosure. + +## Reporting security issues + +Please report any security issues you find in Quarkus to: + + security at quarkus.io + +Anyone can post to this list. The subscribers are only trusted individuals from the Quarkus community who will handle the resolution of any reported security issues in confidence. In your report, please note how you would like to be credited for discovering the issue and the details of any embargo you would like to impose. Currently, the security response teams for the following distributions are subscribed to this list and will respond to your report: + +* [Red Hat](https://access.redhat.com/security/team/contact/) + +### Ecosystem + +Quarkus is an ecosystem made from many extensions and many libraries (like Eclipse Vert.x, Hibernate, Apache Camel and more), most of them not under the direct responsibility of the Quarkus team. +If you find a security bug possibly rooted in one of these libraries, you can either disclose to them directly or disclose them to the Quarkus team (following this process) and we will responsibly disclose the issue to the respective extension or library maintainer. + +### Why follow this process + +Due to the sensitive nature of security bugs, the disclosure process is more constrained than a regular bug. +We appreciate you following these industry accepted guidelines, which gives time for a proper fix and limit the time window of attack. + +## Supported Versions + +The community will fix security bugs for the latest major.minor version published at . + +| Version | Supported | +| ------- | ------------------ | +| latest 2.x | :white_check_mark: | +| older 2.x | :x: | +| < 2.0 | :x: | + +We may fix the vulnerability to older versions depending on the severity of the issue and the age of the release, but we are only committing to the latest version released. + +## Handling security issues + +If you represent a Quarkus extension or a Quarkus platform, you are welcome to subscribe to the security at quarkus.io mailing list. Your subscription will only be approved if you can demonstrate that you will handle issues in confidence and properly credit reporters for discovering issues (e.g. experience with embargo process). diff --git a/SECURITY.md b/SECURITY.md index c176cea172291f..7ee68405061509 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,7 +1,7 @@ - -The canonical version of this document is hosted on the Quarkus website at [Quarkus security](https://quarkus.io/security/). +The canonical version of this document is hosted on the Quarkus website at [Quarkus security](https://quarkus.io/security-policy/). # Security policy