diff --git a/cvehound/cve/CVE-2022-20572.cocci b/cvehound/cve/CVE-2022-20572.cocci index 395ca8c..50a139d 100644 --- a/cvehound/cve/CVE-2022-20572.cocci +++ b/cvehound/cve/CVE-2022-20572.cocci @@ -11,7 +11,7 @@ symbol verity_target; struct target_type verity_target = { ..., - .features = DM_TARGET_IMMUTABLE, + .features = DM_TARGET_IMMUTABLE | ..., ... };