Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

[Backport release-24.11] nexus: mark as insecure and remove inactive maintainers (#421050)

authored by Wolfgang Walther and committed by GitHub 0ac77cd1 849dbfaf

Changed files
+9 -5
pkgs
by-name
ne
nexus
+9 -5
pkgs/by-name/ne/nexus/package.nix
··· 60 60 sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 61 61 license = lib.licenses.epl10; 62 62 platforms = lib.platforms.all; 63 - maintainers = with lib.maintainers; [ 64 - aespinosa 65 - ironpinguin 66 - luftmensch-luftmensch 67 - zaninime 63 + knownVulnerabilities = [ 64 + "Nexus 3.77 + 3.78 fixed a bunch of security issues: https://help.sonatype.com/en/sonatype-nexus-repository-3-78-0-release-notes.html" 65 + "CVE-2024-47554" 66 + "CVE-2024-5764" 67 + "Sonatype-2015-0286" 68 + "Sonatype-2022-6438" 69 + "CVE-2023-6378" 70 + "CVE-2023-4218" 68 71 ]; 72 + maintainers = with lib.maintainers; [ ]; 69 73 }; 70 74 }