Commit c41af662 authored by 06kellyjac's avatar 06kellyjac
Browse files

octant{,-desktop}: mark as vulnerable

parent 4e82d9f9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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" ];
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -69,6 +69,7 @@ let
    license = licenses.asl20;
    maintainers = with maintainers; [ jk ];
    platforms = [ "x86_64-linux" "x86_64-darwin" ];
    knownVulnerabilities = [ "CVE-2023-5217" ];
  };

in