Merge pull request #110775 from dotlambda/opentsdb-insecure

opentsdb: mark as insecure
This commit is contained in:
Sandro 2021-01-25 18:55:10 +01:00 committed by GitHub
commit b7097b6b29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,5 +32,8 @@ stdenv.mkDerivation rec {
license = licenses.lgpl21Plus;
platforms = lib.platforms.linux;
maintainers = [ ];
knownVulnerabilities = [
"CVE-2020-35476" # https://github.com/OpenTSDB/opentsdb/issues/2051
];
};
}