libgcrypt: Correct known vulnerability

This commit is contained in:
Alexis Hildebrandt
2023-05-07 22:57:31 +02:00
parent 3207005942
commit 072c252f92
+1 -1
View File
@@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
license = licenses.lgpl2Plus;
platforms = platforms.all;
knownVulnerabilities = [
"CVE-2018-12437" # CVE is about LibTomCrypt
"CVE-2021-40528"
];
};
}