From 8b2d6fb2185de38b1f2610effae731cfb4ec0683 Mon Sep 17 00:00:00 2001 From: alexhultman-2fa <58995996+alexhultman-2fa@users.noreply.github.com> Date: Tue, 1 Dec 2020 02:44:35 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index adb0fa7..8ee3d3f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ### :closed_lock_with_key: Optimized security Being meticulously optimized for speed and memory footprint, µWebSockets is fast enough to do encrypted TLS 1.3 messaging quicker than most alternative servers can do even unencrypted, cleartext messaging[3]. -Furthermore, we partake in Google's OSS-Fuzz with a ~95% daily fuzzing coverage with no sanitizer issues. LGTM scores us flawless A+ from having zero CodeQL alerts. +Furthermore, we partake in Google's OSS-Fuzz with a ~95% daily fuzzing coverage with no sanitizer issues. LGTM scores us flawless A+ from having zero CodeQL alerts and we compile on -Wextra without any warnings. ### :arrow_forward: Rapid scripting