Skip to content

Commit

Permalink
Merge pull request #261091 from LeSuisse/squid-tag-known-vuln
Browse files Browse the repository at this point in the history
squid: mark with known vulnerabilities
  • Loading branch information
risicle authored Oct 16, 2023
2 parents afc33ef + 761d125 commit 954b40c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/servers/squid/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ raskin ];
knownVulnerabilities = [ "Squid has multiple unresolved security vulnerabilities, for more information see https://megamansec.github.io/Squid-Security-Audit/" ];
};
}

0 comments on commit 954b40c

Please sign in to comment.