Skip to content

Commit

Permalink
[24.05] qbittorrent: add knownVulnerabilities (#352501)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrumplex authored Oct 31, 2024
2 parents 9091130 + fd9a9c4 commit 35bf791
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 35bf791

Please sign in to comment.