botan: mark as vulnerable to CVE-2021-40529

(cherry picked from commit 785fa836a105d64e9a0dd93b20240005b473b1fb)
This commit is contained in:
Robert Scott 2021-09-08 01:00:46 +01:00 committed by github-actions[bot]
parent e8fe5c4eb4
commit 2addd4e3ca
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ callPackage ./generic.nix (args // {
sed -e 's@lang_flags "@&--std=c++11 @' -i src/build-data/cc/{gcc,clang}.txt sed -e 's@lang_flags "@&--std=c++11 @' -i src/build-data/cc/{gcc,clang}.txt
''; '';
knownVulnerabilities = [ knownVulnerabilities = [
"CVE-2021-40529"
# https://botan.randombit.net/security.html#id1 # https://botan.randombit.net/security.html#id1
"2020-03-24: Side channel during CBC padding" "2020-03-24: Side channel during CBC padding"
]; ];