| Message ID | 20260806123038.48655-1-vanusuri@mvista.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-oe,scarthgap] libssh: Remove duplicate CVE_STATUS entry for CVE-2025-14821 | expand |
diff --git a/meta-oe/recipes-support/libssh/libssh_0.10.6.bb b/meta-oe/recipes-support/libssh/libssh_0.10.6.bb index 1f64920a50..1e1b5fb0a5 100644 --- a/meta-oe/recipes-support/libssh/libssh_0.10.6.bb +++ b/meta-oe/recipes-support/libssh/libssh_0.10.6.bb @@ -46,8 +46,6 @@ PACKAGECONFIG[tests] = "-DUNIT_TESTING=1, -DUNIT_TESTING=0, cmocka" ARM_INSTRUCTION_SET:armv5 = "arm" -CVE_STATUS[CVE-2025-14821] = "not-applicable-platform: The vulnerability is Windows specific" - EXTRA_OECMAKE = " \ -DWITH_PCAP=1 \ -DWITH_SFTP=1 \
The CVE_STATUS entry for CVE-2025-14821 was added twice in the recipe. Remove the duplicate entry to keep the recipe clean Signed-off-by: Vijay Anusuri <vanusuri@mvista.com> --- meta-oe/recipes-support/libssh/libssh_0.10.6.bb | 2 -- 1 file changed, 2 deletions(-)