[24.05] qbittorrent: add knownVulnerabilities (#352501)

This commit is contained in:
Sefa Eyeoglu 2024-10-31 10:21:22 +01:00 committed by GitHub
commit 35bf791dac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -96,5 +96,8 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ Anton-Latukha kashw2 ];
knownVulnerabilities = [
"Potential Remote Code Execution https://www.openwall.com/lists/oss-security/2024/10/30/4"
];
};
}