From 6786f59648229e85c37fe1e1fd75d3d30b50d0a4 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 8 Oct 2025 18:40:09 -0400 Subject: [PATCH] SECURITY.md: point to container-libs The containers/common repo README has a Warning on top about the package being moved. So, the SECURITY.md link should be updated as well to point to the actively maintained repo. Signed-off-by: Lokesh Mandvekar --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 6f919afbb0..0471c73908 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,3 +1,3 @@ ## Security and Disclosure Information Policy for the Podman Project -The Podman Project follows the [Security and Disclosure Information Policy](https://github.com/containers/common/blob/main/SECURITY.md) for the Containers Projects. +The Podman Project follows the [Security and Disclosure Information Policy](https://github.com/containers/container-libs/blob/main/SECURITY.md) for the Containers Projects.