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.

+1
+1
pkgs/servers/squid/default.nix
··· 55 license = licenses.gpl2Plus; 56 platforms = platforms.linux; 57 maintainers = with maintainers; [ raskin ]; 58 }; 59 }
··· 55 license = licenses.gpl2Plus; 56 platforms = platforms.linux; 57 maintainers = with maintainers; [ raskin ]; 58 + knownVulnerabilities = [ "Squid has multiple unresolved security vulnerabilities, for more information see https://megamansec.github.io/Squid-Security-Audit/" ]; 59 }; 60 }