Merge pull request #230553 from afh/libgcrypt-cve

libgcrypt: Correct known vulnerability
This commit is contained in:
Peder Bergebakken Sundt 2024-01-10 20:27:12 +01:00 committed by GitHub
commit 5e2375d73e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
];
};
}