public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Provide a SECURITY.md for glibc.
@ 2023-02-22 17:19 Carlos O'Donell
  2023-02-23 11:44 ` Florian Weimer
  0 siblings, 1 reply; 5+ messages in thread
From: Carlos O'Donell @ 2023-02-22 17:19 UTC (permalink / raw)
  To: libc-alpha, fweimer; +Cc: Carlos O'Donell

Upstrem scanners will look for a SECURITY.md to determine if the
project has a security process. In 2014 glibc adopted a public
security process that we document on the wiki here:
https://sourceware.org/glibc/wiki/Security%20Process

This creates a SECURITY.md file that points directly at the security
process in the wiki and indicates that glibc has a policy.
---
 SECURITY.md | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 SECURITY.md

diff --git a/SECURITY.md b/SECURITY.md
new file mode 100644
index 0000000000..579df63a7b
--- /dev/null
+++ b/SECURITY.md
@@ -0,0 +1,4 @@
+# Security Process
+
+For the GNU C Library please use the following documented security process:
+[Security Process](https://sourceware.org/glibc/wiki/Security%20Process).
-- 
2.39.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-04-05 19:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-22 17:19 [PATCH] Provide a SECURITY.md for glibc Carlos O'Donell
2023-02-23 11:44 ` Florian Weimer
2023-02-23 19:15   ` Carlos O'Donell
2023-03-27 13:18     ` Siddhesh Poyarekar
2023-04-05 19:24       ` Siddhesh Poyarekar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).