Skip to content

Commit

Permalink
qbittorrent: add knownVulnerabilities
Browse files Browse the repository at this point in the history
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
  • Loading branch information
Scrumplex committed Oct 31, 2024
1 parent 080166c commit fd9a9c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/applications/networking/p2p/qbittorrent/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
];
};
}

0 comments on commit fd9a9c4

Please sign in to comment.