diff options
| -rw-r--r-- | meta-networking/recipes-protocols/frr/frr_8.2.2.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/frr/frr_8.2.2.bb b/meta-networking/recipes-protocols/frr/frr_8.2.2.bb index f8a3404e9b..a30c05b563 100644 --- a/meta-networking/recipes-protocols/frr/frr_8.2.2.bb +++ b/meta-networking/recipes-protocols/frr/frr_8.2.2.bb | |||
| @@ -42,6 +42,15 @@ SRCREV = "79188bf710e92acf42fb5b9b0a2e9593a5ee9b05" | |||
| 42 | 42 | ||
| 43 | CVE_PRODUCT = "frrouting" | 43 | CVE_PRODUCT = "frrouting" |
| 44 | 44 | ||
| 45 | # the vulnerability was introduced in v8.4.0 | ||
| 46 | CVE_CHECK_IGNORE += "CVE-2023-3748 CVE-2023-41360" | ||
| 47 | |||
| 48 | # the vulnerability did not exist until 8.5 | ||
| 49 | CVE_CHECK_IGNORE += "CVE-2023-41359" | ||
| 50 | |||
| 51 | # the vulnerability was introduced in 9.0 | ||
| 52 | CVE_CHECK_IGNORE += "CVE-2023-41361" | ||
| 53 | |||
| 45 | S = "${WORKDIR}/git" | 54 | S = "${WORKDIR}/git" |
| 46 | 55 | ||
| 47 | # Due to libyang not supported on these arches: | 56 | # Due to libyang not supported on these arches: |
