From 2041932ad256fa4a5f52a8a9001f798db44a8ac4 Mon Sep 17 00:00:00 2001 From: Michael Ducy Date: Mon, 16 Dec 2019 20:34:46 -0500 Subject: [PATCH] move audit doc Signed-off-by: Michael Ducy --- README.md | 2 +- .../SECURITY_AUDIT_2019_07.pdf | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename SECURITY_AUDIT.pdf => audits/SECURITY_AUDIT_2019_07.pdf (100%) diff --git a/README.md b/README.md index 1d7e6078..7620573f 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Security ### Security Audit -A third party security audit was performed by Cure53, you can see the full report [here](./SECURITY_AUDIT.pdf). +A third party security audit was performed by Cure53, you can see the full report [here](./audits/SECURITY_AUDIT_2019_07.pdf). ### Reporting security vulnerabilities Please report security vulnerabilities following the community process documented [here](https://github.com/falcosecurity/.github/blob/master/SECURITY.md). diff --git a/SECURITY_AUDIT.pdf b/audits/SECURITY_AUDIT_2019_07.pdf similarity index 100% rename from SECURITY_AUDIT.pdf rename to audits/SECURITY_AUDIT_2019_07.pdf