mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 21:14:52 +00:00
Merge pull request #261091 from LeSuisse/squid-tag-known-vuln
squid: mark with known vulnerabilities
This commit is contained in:
commit
954b40cd40
@ -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/" ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user