octant{,-desktop}: mark as vulnerable

This commit is contained in:
06kellyjac
2023-09-29 17:34:00 +01:00
parent 4e82d9f930
commit c41af66278
2 changed files with 2 additions and 0 deletions
@@ -63,5 +63,6 @@ stdenv.mkDerivation rec {
license = licenses.asl20;
maintainers = with maintainers; [ jk ];
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
knownVulnerabilities = [ "CVE-2023-5217" ];
};
}
@@ -69,6 +69,7 @@ let
license = licenses.asl20;
maintainers = with maintainers; [ jk ];
platforms = [ "x86_64-linux" "x86_64-darwin" ];
knownVulnerabilities = [ "CVE-2023-5217" ];
};
in