diff options
| author | Ankur Tyagi <ankur.tyagi85@gmail.com> | 2026-01-09 22:28:34 +1300 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-01-12 07:51:58 +0530 |
| commit | c0c54373e9edaa50d13b742c60e0eb18bca0c752 (patch) | |
| tree | f2c072d06a41ed592ebdbffa9d2c4d889588559b | |
| parent | 7e4c89a25e4ca131979ee699d2c66deeabd5d789 (diff) | |
| download | meta-openembedded-c0c54373e9edaa50d13b742c60e0eb18bca0c752.tar.gz | |
frr: ignore CVE-2024-44070
Details: https://nvd.nist.gov/vuln/detail/CVE-2024-44070
The PR[1] fixing this CVE was backported[2] to stable/9.1 and commit[3]
exists in the current version so we can ignore it.
$ git tag --contains 21cd931 | grep frr-9.1.3
frr-9.1.3
[1] https://github.com/FRRouting/frr/pull/16497
[2] https://github.com/FRRouting/frr/pull/16504
[3] https://github.com/FRRouting/frr/commit/21cd931a5f9303e12104c72ce31ca383c0c57514
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
| -rw-r--r-- | meta-networking/recipes-protocols/frr/frr_9.1.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/frr/frr_9.1.3.bb b/meta-networking/recipes-protocols/frr/frr_9.1.3.bb index c5f626a35a..f75ce20ab3 100644 --- a/meta-networking/recipes-protocols/frr/frr_9.1.3.bb +++ b/meta-networking/recipes-protocols/frr/frr_9.1.3.bb | |||
| @@ -135,3 +135,5 @@ USERADD_PARAM:${PN} = "--system --home ${localstatedir}/run/frr/ -M -g frr -G fr | |||
| 135 | FILES:${PN} += "${datadir}/yang" | 135 | FILES:${PN} += "${datadir}/yang" |
| 136 | 136 | ||
| 137 | BBCLASSEXTEND = "native" | 137 | BBCLASSEXTEND = "native" |
| 138 | |||
| 139 | CVE_STATUS[CVE-2024-44070] = "fixed-version: The current version (9.1.3) contains the fix." | ||
