Skip to content

Commit

Permalink
chore: note that latest 5.15 LTS kernels also fix dirty pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
kaniini committed Nov 5, 2024
1 parent fcd3deb commit c6b998b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dirtypipe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ impl TestResult for DirtyPipeResult {
}

format!(
"kernel '{}' vulnerable to dirty pipe (CVE-2022-0847), upgrade to kernel >= 5.17",
"kernel '{}' vulnerable to dirty pipe (CVE-2022-0847), upgrade to kernel >= 5.17 (or latest 5.15 LTS)",
self.kernel_version
)
}
Expand Down

0 comments on commit c6b998b

Please sign in to comment.