guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/09: gnu: audiofile: Add 'lint-hidden-cve' property.


From: guix-commits
Subject: 07/09: gnu: audiofile: Add 'lint-hidden-cve' property.
Date: Mon, 26 Oct 2020 17:58:23 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit bdab33a170c57024bf8de9ab6724db0193422e92
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Oct 26 22:46:31 2020 +0100

    gnu: audiofile: Add 'lint-hidden-cve' property.
    
    * gnu/packages/audio.scm (audiofile)[properties]: New field.
---
 gnu/packages/audio.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 8a0c0fc..74bf0ab 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -874,6 +874,18 @@ tools.")
          "audiofile-division-by-zero-BlockCodec-runPull.patch"
          "audiofile-CVE-2018-13440.patch"
          "audiofile-CVE-2018-17095.patch"))))
+    (properties `((lint-hidden-cve . ("CVE-2017-6829"
+
+                                      "CVE-2017-6827" "CVE-2017-6828"
+                                      "CVE-2017-6832" "CVE-2017-6835"
+                                      "CVE-2017-6837"
+
+                                      "CVE-2017-6839"
+
+                                      "CVE-2017-6830" "CVE-2017-6834"
+                                      "CVE-2017-6836" "CVE-2017-6838"
+
+                                      "CVE-2017-6831" "CVE-2017-6833"))))
     (build-system gnu-build-system)
     (inputs
      `(("alsa-lib" ,alsa-lib)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]