Commit a703a042 authored by Arthur Gautier's avatar Arthur Gautier
Browse files

libtpms: 0.9.5 -> 0.9.6

tpm2: Check size of buffer before accessing it (CVE-2023-1017 & CVE-2023-1018)
parent 8da88c64
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
  pname = "libtpms";
  version = "0.9.5";
  version = "0.9.6";

  src = fetchFromGitHub {
    owner = "stefanberger";
    repo = "libtpms";
    rev = "v${version}";
    sha256 = "sha256-gA3tXsrJgk0WCI2rKy81f3PrGu/Ml1WExJ0P9AzLQ+c=";
    sha256 = "sha256-I2TYuOLwgEm6ofF2onWI7j2yu9wpXxNt7lJePSpF9VM=";
  };

  nativeBuildInputs = [