This is an automated email from the ASF dual-hosted git repository. benjobs pushed a commit to branch security in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git
commit 3ebfc1d615eed6dc295cb6443c73d26d3caf9a56 Author: benjobs <[email protected]> AuthorDate: Tue Jun 27 23:56:25 2023 +0800 SECURITY.md improve --- SECURITY.md | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 4d57a2123..5655e0231 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,20 +1,7 @@ # Security Policy -## Supported Versions - -Use this section to tell people about which versions of your project are currently being supported with security updates. - -| Version | Supported | -| ------- | ------------------ | -| 5.1.x | :white_check_mark: | -| 5.0.x | :x: | -| 4.0.x | :white_check_mark: | -| < 4.0 | :x: | +This is a project of the [Apache Software Foundation](https://apache.org) and follows the ASF [vulnerability handling process](https://apache.org/security/#vulnerability-handling). ## Reporting a Vulnerability -Use this section to tell people how to report a vulnerability. - -Tell them where to go, how often they can expect to get an update on a reported vulnerability, what to expect if the vulnerability is -accepted or declined, etc. - +To report a new vulnerability you have discovered please follow the [ASF vulnerability reporting process](https://apache.org/security/#reporting-a-vulnerability).
