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
1 changed files with 1 additions and 0 deletions
|
@ -55,5 +55,6 @@ stdenv.mkDerivation rec {
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ raskin ];
|
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 a new issue