diff options
author | s-tokumoto <s-tokumoto@fujitsu.com> | 2024-09-26 19:49:09 +0900 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-11-19 13:13:23 -0800 |
commit | d2d705ed2fdaec8362f1fd886d4c27ca58929f5c (patch) | |
tree | b2fab25530c600e0edda13f46e1aa259a16d67f9 | |
parent | 1ac598ee8f1a6c1ea82c812e8dbb30adcae8827a (diff) | |
download | meta-openembedded-d2d705ed2fdaec8362f1fd886d4c27ca58929f5c.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>
Signed-off-by: Armin Kuster <akuster808@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 | ||