From 1c98a69c6671fa0358d141d8f906638e5daaaffd Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 1 Jun 2026 06:31:07 -0700 Subject: [PATCH] Move security policy from README to .github/SECURITY.md --- .github/SECURITY.md | 8 ++++++++ README.md | 9 --------- 2 files changed, 8 insertions(+), 9 deletions(-) create mode 100644 .github/SECURITY.md diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 00000000..1b6fba6b --- /dev/null +++ b/.github/SECURITY.md @@ -0,0 +1,8 @@ +# Security Policy + +To report a security issue, please disclose it at [security +advisory](https://github.com/fmtlib/fmt/security/advisories/new). + +This project is maintained by a team of volunteers on a +reasonable-effort basis. As such, please give us at least 90 days to +work on a fix before public disclosure. diff --git a/README.md b/README.md index 6a6d586c..6f7f249e 100644 --- a/README.md +++ b/README.md @@ -407,12 +407,3 @@ people. See [Releases](https://github.com/fmtlib/fmt/releases) for some of the names. Let us know if your contribution is not listed or mentioned incorrectly and we\'ll make it right. - -# Security Policy - -To report a security issue, please disclose it at [security -advisory](https://github.com/fmtlib/fmt/security/advisories/new). - -This project is maintained by a team of volunteers on a -reasonable-effort basis. As such, please give us at least *90* days to -work on a fix before public exposure.