Merge pull request #1467 from roberto-miopalmo/patch-1

Correct sudo versions vulnerable to CVE-2019-14287
This commit is contained in:
SirBroccoli 2025-10-04 11:09:52 +02:00 committed by GitHub
commit d82f7645fb
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