Update README.md

sudo<1.8.28 is vunerable  : https://ubuntu.com/security/CVE-2019-14287
This commit is contained in:
roberto-miopalmo 2025-10-02 15:41:16 +02:00 committed by GitHub
parent 3b40ab6ab7
commit 432252d95b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,7 +83,7 @@ You can check if the sudo version is vulnerable using this grep.
sudo -V | grep "Sudo ver" | grep "1\.[01234567]\.[0-9]\+\|1\.8\.1[0-9]\*\|1\.8\.2[01234567]"
```
#### sudo < v1.28
#### sudo < v1.8.28
From @sickrov