Commit 761d125a authored by Thomas Gerbet's avatar Thomas Gerbet
Browse files

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.
parent 493a816d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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/" ];
  };
}