mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 12:22:37 +03:00
opentsdb: mark as insecure
https://github.com/OpenTSDB/opentsdb/issues/2051 has not been addressed yet
This commit is contained in:
parent
dc8231950c
commit
570daf897f
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user