Merge pull request #163674 from K900/hugops-yandex

This commit is contained in:
Martin Weinelt 2022-03-11 20:03:45 +01:00 committed by GitHub
commit fcc7311dc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -132,5 +132,12 @@ stdenv.mkDerivation rec {
license = licenses.unfree;
maintainers = with maintainers; [ dan4ik605743 ];
platforms = [ "x86_64-linux" ];
knownVulnerabilities = [
''
Trusts a Russian government issued CA certificate for some websites.
See https://habr.com/en/company/yandex/blog/655185/ (Russian) for details.
''
];
};
}