This is an automated email from the ASF dual-hosted git repository. sergehuber pushed a commit to branch fix/agents-security-doc-conventions in repository https://gitbox.apache.org/repos/asf/unomi-tracker.git
commit 6b9c52fb108c4484bf9315a9e9c6905a6cc206b3 Author: Serge Huber <[email protected]> AuthorDate: Sun Jun 21 10:52:41 2026 +0200 Align AGENTS.md and SECURITY.md with repo doc conventions. Follow-up to #24: use the standard ASF license header from README.md, rename the agent guide title to Apache Unomi tracker, and link the umbrella repo in AGENTS.md. --- AGENTS.md | 22 ++++++++++++++++++---- SECURITY.md | 18 ++++++++++++++++-- 2 files changed, 34 insertions(+), 6 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 75755fd..2b97035 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,7 +1,21 @@ -<!-- SPDX-License-Identifier: Apache-2.0 - https://www.apache.org/legal/release-policy.html --> +<!-- + ~ 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. + --> -# Agent Guide for unomi-tracker +# Agent Guide for Apache Unomi tracker This file is read by automated agents (security scanners, code analyzers, AI assistants) operating on this repository. @@ -13,4 +27,4 @@ Security model: [SECURITY.md](./SECURITY.md) Agents that scan this repository should consult `SECURITY.md` and the threat model it links before reporting issues. -Apache Unomi tracker is the client-side JS tracker; the project-wide threat model lives in `apache/unomi`. +Apache Unomi tracker is the client-side JS tracker; the project-wide threat model lives in [apache/unomi](https://github.com/apache/unomi). diff --git a/SECURITY.md b/SECURITY.md index 2d0b10b..12683c7 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,5 +1,19 @@ -<!-- SPDX-License-Identifier: Apache-2.0 - https://www.apache.org/legal/release-policy.html --> +<!-- + ~ 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
