diff options
author | s-tokumoto <s-tokumoto@fujitsu.com> | 2024-09-26 19:49:09 +0900 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-09-26 06:58:28 -0700 |
commit | a223dd3557cd565596e231106c260ea33234e3f6 (patch) | |
tree | 990431d718cb07bcc5da32a11e674c1f0334253e | |
parent | 624544ac41934949054a5d2a58acbb45266f2105 (diff) | |
download | meta-openembedded-a223dd3557cd565596e231106c260ea33234e3f6.tar.gz |
fuse: Add "fuse:fuse" to CVE_PRODUCT
Since there are vulnerabilities that cannot be detected by the existing
CVE_PRODUCT, add "fuse:fuse" to CVE_PRODUCT.
https://nvd.nist.gov/vuln/detail/CVE-2010-0789
https://nvd.nist.gov/vuln/detail/CVE-2005-1858
Signed-off-by: Shunsuke Tokumoto <s-tokumoto@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-filesystems/recipes-support/fuse/fuse_2.9.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-filesystems/recipes-support/fuse/fuse_2.9.9.bb b/meta-filesystems/recipes-support/fuse/fuse_2.9.9.bb index 6f613e9cd1..fca7d42b39 100644 --- a/meta-filesystems/recipes-support/fuse/fuse_2.9.9.bb +++ b/meta-filesystems/recipes-support/fuse/fuse_2.9.9.bb | |||
@@ -23,7 +23,7 @@ SRC_URI[sha256sum] = "d0e69d5d608cc22ff4843791ad097f554dd32540ddc9bed7638cc6fea7 | |||
23 | UPSTREAM_CHECK_URI = "https://github.com/libfuse/libfuse/releases" | 23 | UPSTREAM_CHECK_URI = "https://github.com/libfuse/libfuse/releases" |
24 | UPSTREAM_CHECK_REGEX = "fuse\-(?P<pver>2(\.\d+)+).tar.gz" | 24 | UPSTREAM_CHECK_REGEX = "fuse\-(?P<pver>2(\.\d+)+).tar.gz" |
25 | 25 | ||
26 | CVE_PRODUCT = "fuse_project:fuse" | 26 | CVE_PRODUCT = "fuse_project:fuse fuse:fuse" |
27 | 27 | ||
28 | inherit autotools pkgconfig update-rc.d systemd | 28 | inherit autotools pkgconfig update-rc.d systemd |
29 | 29 | ||