mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +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;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ Anton-Latukha kashw2 ];
|
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