From 8f8ebef0108fbeea7c6e292b3adbe9d58b5e9698 Mon Sep 17 00:00:00 2001 From: Krzysztof Kozlowski Date: Mon, 4 May 2026 10:18:27 +0200 Subject: [PATCH 1/2] README: Document reporting bugs via GitHub Signed-off-by: Krzysztof Kozlowski --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index b8419c3..aca7476 100644 --- a/README +++ b/README @@ -60,6 +60,8 @@ Bugs and contributing Please send bug reports to mailing list: oe-linux-nfc@lists.linux.dev +or via issues on GitHub: + https://github.com/linux-nfc/neard/issues The project development happens on GitHub: https://github.com/linux-nfc/neard From 87084973bda3c1fe3ce18abae4bc9eef1f25c242 Mon Sep 17 00:00:00 2001 From: Krzysztof Kozlowski Date: Mon, 4 May 2026 10:18:40 +0200 Subject: [PATCH 2/2] SECURITY: Add security policy describing way to submit reports Not much here honestly, project does not have a dedicated channel to handle security vulnerabilities. GitHub gives something, so let's use that. Signed-off-by: Krzysztof Kozlowski --- SECURITY.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..5489b36 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,13 @@ +# Security Policy + +## Reporting a Vulnerability + +If you would like to report a public issue, please send a bug report to the +mailing list: + oe-linux-nfc@lists.linux.dev +or submit new issue on GitHub: + https://github.com/linux-nfc/neard/issues + +If you are dealing with a not-yet released or urgent issue, please submit +private vulnerability report via GitHub "Security and quality" tab: + https://github.com/linux-nfc/neard/security