Merge pull request #318299 from NixOS/backport-318281-to-release-24.05

[Backport release-24.05] yandex-browser: mark knownVulnerabilities
This commit is contained in:
Weijia Wang 2024-06-08 23:05:01 +02:00 committed by GitHub
commit 68c7fb491a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -165,5 +165,12 @@ in stdenv.mkDerivation rec {
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
maintainers = with maintainers; [ dan4ik605743 ionutnechita ];
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.
''
];
};
}