From 97e60ad7ec1efad4d1415e481eeb93ae29962af7 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Mon, 15 Sep 2025 08:07:48 +0200 Subject: [PATCH] Add security vuln reporting guide Signed-off-by: Toni Uhlig --- SECURITY.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 000000000..04c2399ec --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,18 @@ +# Security Policy + +I encourage you to submit a pull request if you have a solution or fix for anything even security vulnerabilities. +Your contributions help advance and enhance safety for all users :star:. + +## Reporting a Bug :bug: :bug: + +Simply use GitHub issues to report a bug with related information to debug the issue :pencil:. + +## Reporting a Vulnerability :closed_lock_with_key: :eyes: + +For sensitive security issues, please email including the following information: + +- Description of the vulnerability +- Steps to reproduce the issue +- Affected versions i.e. release tags, git commit hashes or git branch +- If applicable, a data sample (preferably `pcap/pcapng`) to reproduce +- If known, any mitigations or fixes for the issue