Commit 64900d41 authored by Simon Kämpe's avatar Simon Kämpe Committed by Simon Kämpe
Browse files

snapmaker-luban: Mark as insecure (CVE-2023-5217)

parent c748544b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -93,5 +93,6 @@ stdenv.mkDerivation rec {
    license = licenses.gpl3;
    maintainers = [ maintainers.simonkampe ];
    platforms = [ "x86_64-linux" ];
    knownVulnerabilities = [ "CVE-2023-5217" ];
  };
}