···101 license = licenses.gpl2Plus;
102 platforms = platforms.linux;
103 maintainers = with maintainers; [ raskin ];
104- knownVulnerabilities = [
105- "Squid has multiple unresolved security vulnerabilities, for more information see https://megamansec.github.io/Squid-Security-Audit/"
106- ];
00107 };
108})
···101 license = licenses.gpl2Plus;
102 platforms = platforms.linux;
103 maintainers = with maintainers; [ raskin ];
104+ # In the past, it has been brought up that Squid had many security vulnerabilities
105+ # (see https://megamansec.github.io/Squid-Security-Audit/). As of version 7.0,
106+ # all of them have been solved, as tracked in their GitHub Security page:
107+ # https://github.com/squid-cache/squid/security
108+ knownVulnerabilities = [ ];
109 };
110})