opentsdb: mark as insecure

https://github.com/OpenTSDB/opentsdb/issues/2051 has not been addressed yet
This commit is contained in:
Robert Schütz 2021-01-25 15:13:53 +01:00
parent dc8231950c
commit 570daf897f

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
];
};
}