spark: mark versions <= 2.2.0 && <= 2.1.2 as insecure due to CVE-2017-12612
Details can be retrieve at [1]. [1] https://spark.apache.org/security.html
This commit is contained in:
parent
788c5195f3
commit
9213d0cfa5
@ -67,6 +67,7 @@ stdenv.mkDerivation rec {
|
|||||||
license = stdenv.lib.licenses.asl20;
|
license = stdenv.lib.licenses.asl20;
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
maintainers = with maintainers; [ thoughtpolice offline ];
|
maintainers = with maintainers; [ thoughtpolice offline ];
|
||||||
|
knownVulnerabilities = optional (!((versionAtLeast version "2.2.0") || (versionOlder version "2.2.0" && versionAtLeast version "2.1.2"))) "CVE-2017-12612";
|
||||||
repositories.git = git://git.apache.org/spark.git;
|
repositories.git = git://git.apache.org/spark.git;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user