This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-2 in repository https://gitbox.apache.org/repos/asf/hamilton.git
commit 131ca8ad696342af65d870ade85ce2b33108f5b9 Author: PJ Fanning <[email protected]> AuthorDate: Mon May 19 18:25:59 2025 +0100 Update SECURITY.md --- SECURITY.md | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 199db8ac..7f687c0e 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,14 +1,33 @@ +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> # Security Policy -The security surface area of Hamilton should be pretty small in comparison to other projects. But to get a better mark on Github, we're including this policy file for completeness. +The security surface area of Apache Hamilton should be pretty small in comparison to other projects. But to get a better mark on Github, we're including this policy file for completeness. ## Supported Versions -We currently only support the latest version of Hamilton that's been released. +We currently only support the latest version of Apache Hamilton that's been released. | Version | Supported | | ------- | ------------------ | | Latest | :white_check_mark: | + +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 -To report a vulnerability, use github's vulnerability reporting feature to private flag an issue to contributors. +To report a new vulnerability you have discovered please follow the [ASF vulnerability reporting process](https://apache.org/security/#reporting-a-vulnerability).
