All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dracut: add CVE-2010-4176 to allowlist
@ 2021-06-15  5:36 hayashi.satoshi
  2021-06-15  7:36 ` [oe] " Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: hayashi.satoshi @ 2021-06-15  5:36 UTC (permalink / raw)
  To: Openembedded-devel

CVE-2010-4176 affects only using plymouth-pretrigger.sh script on Fedora.

Signed-off-by: Satoshi Hayashi <hayashi.satoshi@fujitsu.com>
---
 meta-initramfs/recipes-devtools/dracut/dracut_git.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-initramfs/recipes-devtools/dracut/dracut_git.bb b/meta-initramfs/recipes-devtools/dracut/dracut_git.bb
index ce975f5a1..4d702dc56 100644
--- a/meta-initramfs/recipes-devtools/dracut/dracut_git.bb
+++ b/meta-initramfs/recipes-devtools/dracut/dracut_git.bb
@@ -66,3 +66,6 @@ RRECOMMENDS_${PN} = " \
                      busybox \
                      coreutils \
                     "
+
+# CVE-2010-4176 affects only Fedora
+CVE_CHECK_WHITELIST += "CVE-2010-4176"
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [oe] [PATCH] dracut: add CVE-2010-4176 to allowlist
  2021-06-15  5:36 [PATCH] dracut: add CVE-2010-4176 to allowlist hayashi.satoshi
@ 2021-06-15  7:36 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2021-06-15  7:36 UTC (permalink / raw)
  To: hayashi.satoshi; +Cc: openembeded-devel

you also want to add release name in subject e.g. [dunfell] etc. so it
hits appropriate release maintainer's queue

On Mon, Jun 14, 2021 at 10:36 PM hayashi.satoshi@fujitsu.com
<hayashi.satoshi@fujitsu.com> wrote:
>
> CVE-2010-4176 affects only using plymouth-pretrigger.sh script on Fedora.
>
> Signed-off-by: Satoshi Hayashi <hayashi.satoshi@fujitsu.com>
> ---
>  meta-initramfs/recipes-devtools/dracut/dracut_git.bb | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/meta-initramfs/recipes-devtools/dracut/dracut_git.bb b/meta-initramfs/recipes-devtools/dracut/dracut_git.bb
> index ce975f5a1..4d702dc56 100644
> --- a/meta-initramfs/recipes-devtools/dracut/dracut_git.bb
> +++ b/meta-initramfs/recipes-devtools/dracut/dracut_git.bb
> @@ -66,3 +66,6 @@ RRECOMMENDS_${PN} = " \
>                       busybox \
>                       coreutils \
>                      "
> +
> +# CVE-2010-4176 affects only Fedora
> +CVE_CHECK_WHITELIST += "CVE-2010-4176"
> --
> 2.25.1
>
>
> 
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-15  7:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-15  5:36 [PATCH] dracut: add CVE-2010-4176 to allowlist hayashi.satoshi
2021-06-15  7:36 ` [oe] " Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.