mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
[24.05] qbittorrent: add knownVulnerabilities (#352501)
This commit is contained in:
commit
35bf791dac
@ -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"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user