Skip to content

Commit

Permalink
Merge pull request #195050 from LeSuisse/22.05-libdwarf-mark-vuln-CVE…
Browse files Browse the repository at this point in the history
…-2022-39170

libdwarf: mark vulnerable to CVE-2022-39170
  • Loading branch information
Mic92 authored Oct 8, 2022
2 parents 9bacaca + 1008f95 commit 1a9935b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libdwarf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let
homepage = "https://www.prevanders.net/dwarf.html";
platforms = lib.platforms.linux;
license = lib.licenses.lgpl21Plus;
knownVulnerabilities = [ "CVE-2022-32200" ];
knownVulnerabilities = [ "CVE-2022-32200" "CVE-2022-39170" ];
};

in rec {
Expand Down

0 comments on commit 1a9935b

Please sign in to comment.