From 086d6b6f65096d9e46afaf034a304dc1bff1f28a Mon Sep 17 00:00:00 2001 From: Iceman Date: Sat, 10 Dec 2022 03:45:32 +0100 Subject: [PATCH] Create SECURITY.md Signed-off-by: Iceman --- SECURITY.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 000000000..93cabb3fb --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,15 @@ +# Security Policy + +This is an open source project driven by volunteering devs contributing their time for free. + +This is a bleeding edge repository. +The maintainers actively is working out of this repository and will be periodically re-structuring the code to make it easier to comprehend, navigate, build, test, and contribute to, so DO expect significant changes to code layout on a regular basis. + + +## Reporting a Vulnerability + +if you find a vulnerability feel free to make a pull request with your fix and we will deal with it. + + +👉 Remember! +If you intend to contribute to the code, please read the coding style notes first. We usually merge your contributions fast since we do like the idea of getting a functionality in the Proxmark3 and weed out the bugs afterwards.