Merge pull request #57964 from andir/rssh

rssh: mark as insecure
This commit is contained in:
Andreas Rammhold 2019-03-22 13:19:06 +01:00 committed by GitHub
commit e85525245c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,6 +84,11 @@ stdenv.mkDerivation rec {
license = licenses.bsd2;
platforms = platforms.linux;
maintainers = with maintainers; [ arobyn ];
knownVulnerabilities = [
"CVE-2019-1000018"
"CVE-2019-3463"
"CVE-2019-3464"
];
};
passthru = {