From e4d0c6d6dfa4ff139e356bd18eba99d2349c858e Mon Sep 17 00:00:00 2001 From: Lukas Puehringer Date: Wed, 26 Oct 2022 16:59:57 +0200 Subject: [PATCH] Fix wrong count in security audit blog post Signed-off-by: Lukas Puehringer --- docs/_posts/2022-10-21-python-tuf-security-assessment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_posts/2022-10-21-python-tuf-security-assessment.md b/docs/_posts/2022-10-21-python-tuf-security-assessment.md index 94fa12e6..b22bbffa 100644 --- a/docs/_posts/2022-10-21-python-tuf-security-assessment.md +++ b/docs/_posts/2022-10-21-python-tuf-security-assessment.md @@ -32,7 +32,7 @@ releasing today. # Results and resolutions -The report prepared by X41 included one medium severity and four low severity +The report prepared by X41 included one medium severity and three low severity issues, we describe below how we are addressing each of those reported items. **Private Key World-Readable (TUF-CR-22-01) – Medium**