swift: mark as insecure
This commit is contained in:
parent
891f607d53
commit
26cde7b2d3
@ -332,5 +332,8 @@ stdenv.mkDerivation {
|
|||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
badPlatforms = platforms.i686;
|
badPlatforms = platforms.i686;
|
||||||
broken = stdenv.isAarch64; # 2018-09-04, never built on Hydra
|
broken = stdenv.isAarch64; # 2018-09-04, never built on Hydra
|
||||||
|
knownVulnerabilities = [
|
||||||
|
"CVE-2020-9861"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user