mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 22:57:42 +03:00
squid: mark with known vulnerabilities
https://megamansec.github.io/Squid-Security-Audit/ It does not look like the vulnerabilities are going to be fixed anytime soon.
This commit is contained in:
parent
493a816d1a
commit
761d125ae2
@ -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