python3Packages.tornado_5: add patch for CVE-2023-28370

This commit is contained in:
Robert Scott
2023-08-14 18:01:11 +01:00
parent cd6106c497
commit 0809ce01f0
@@ -2,6 +2,7 @@
, unittestCheckHook
, buildPythonPackage
, fetchPypi
, fetchpatch
, isPy27
, pythonAtLeast
}:
@@ -16,6 +17,14 @@ buildPythonPackage rec {
sha256 = "4e5158d97583502a7e2739951553cbd88a72076f152b4b11b64b9a10c4c49409";
};
patches = [
(fetchpatch {
name = "CVE-2023-28370.patch";
url = "https://github.com/tornadoweb/tornado/commit/32ad07c54e607839273b4e1819c347f5c8976b2f.patch";
hash = "sha256-2dpPHkNThOaZD8T2g1vb/I5WYZ/vy/t690539uprJyc=";
})
];
nativeCheckInputs = [ unittestCheckHook ];
# We specify the name of the test files to prevent