Skip to content

Commit 4f2d6f6

Browse files
SoumyaWindakuster
authored andcommitted
openvpn: ignore CVE-2023-7235
This CVE is related to OpenVPN 2.x GUI on Windows. References: https://community.openvpn.net/openvpn/wiki/CVE-2023-7235 https://security-tracker.debian.org/tracker/CVE-2023-7235 Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
1 parent fda737e commit 4f2d6f6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

meta-networking/recipes-support/openvpn/openvpn_2.5.6.bb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ SRC_URI[sha256sum] = "333a7ef3d5b317968aca2c77bdc29aa7c6d6bb3316eb3f79743b59c532
1919
# CVE-2020-7224 and CVE-2020-27569 are for Aviatrix OpenVPN client, not for openvpn.
2020
CVE_CHECK_IGNORE += "CVE-2020-7224 CVE-2020-27569"
2121

22+
# CVE-2023-7235 is specific to Windows platform
23+
CVE_CHECK_IGNORE += "CVE-2023-7235"
24+
2225
SYSTEMD_SERVICE:${PN} += "openvpn@loopback-server.service openvpn@loopback-client.service"
2326
SYSTEMD_AUTO_ENABLE = "disable"
2427

0 commit comments

Comments
 (0)