Skip to content

Commit 2308771

Browse files
committed
python3Packages.ihatemoney: fix CVE-2020-15120
1 parent c28df99 commit 2308771

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pkgs/development/python-modules/ihatemoney/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ buildPythonPackage rec {
6767
url = "https://github.com/spiral-project/ihatemoney/commit/6129191b26784b895e203fa3eafb89cee7d88b71.patch";
6868
sha256 = "0yc24gsih9x3pnh2mhj4v5i71x02dq93a9jd2r8b1limhcl4p1sw";
6969
})
70+
(fetchpatch {
71+
name = "CVE-2020-15120.patch";
72+
url = "https://github.com/spiral-project/ihatemoney/commit/8d77cf5d5646e1d2d8ded13f0660638f57e98471.patch";
73+
sha256 = "0y855sk3qsbpq7slj876k2ifa1lccc2dccag98pkyaadpz5gbabv";
74+
})
7075
];
7176

7277
postPatch = ''

0 commit comments

Comments
 (0)