mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
package/luajit: ignore multiple CVEs
This patch ignores the following CVEs that are already fixed in the current version. - CVE-2020-15890 For more information, see: - https://nvd.nist.gov/vuln/detail/CVE-2020-15890 -53f82e6e2e- CVE-2020-24372 For more information, see: - https://nvd.nist.gov/vuln/detail/CVE-2020-24372 -e296f56b82- CVE-2024-25176 For more information, see: - https://nvd.nist.gov/vuln/detail/CVE-2024-25176 -343ce0edaf- CVE-2024-25177 For more information, see: - https://nvd.nist.gov/vuln/detail/CVE-2024-25177 -85b4fed0b0- CVE-2024-25178 For more information, see: - https://nvd.nist.gov/vuln/detail/CVE-2024-25178 -defe61a567Signed-off-by: Thomas Perale <thomas.perale@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit98f0d8ad01) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
@@ -12,6 +12,21 @@ LUAJIT_CPE_ID_VENDOR = luajit
|
||||
LUAJIT_CPE_ID_VERSION = 2.1.0
|
||||
LUAJIT_CPE_ID_UPDATE = beta3
|
||||
|
||||
# Fixed in 53f82e6e2e858a0a62fd1a2ff47e9866693382e6
|
||||
LUAJIT_IGNORE_CVES += CVE-2020-15890
|
||||
|
||||
# Fixed in e296f56b825c688c3530a981dc6b495d972f3d01
|
||||
LUAJIT_IGNORE_CVES += CVE-2020-24372
|
||||
|
||||
# Fixed in 343ce0edaf3906a62022936175b2f5410024cbfc
|
||||
LUAJIT_IGNORE_CVES += CVE-2024-25176
|
||||
|
||||
# Fixed in 85b4fed0b0353dd78c8c875c2f562d522a2b310f
|
||||
LUAJIT_IGNORE_CVES += CVE-2024-25177
|
||||
|
||||
# Fixed in defe61a56751a0db5f00ff3ab7b8f45436ba74c8
|
||||
LUAJIT_IGNORE_CVES += CVE-2024-25178
|
||||
|
||||
LUAJIT_INSTALL_STAGING = YES
|
||||
|
||||
LUAJIT_PROVIDES = luainterpreter
|
||||
|
||||
Reference in New Issue
Block a user