python313Packages.flask-cors: 5.0.1 -> 6.0.0
https://github.com/corydolphin/flask-cors/releases/tag/6.0.0 Fixes: CVE-2024-6839, CVE-2024-6844, CVE-2024-6866
This commit is contained in:
committed by
Robert Schütz
parent
1281d26886
commit
afe387e98a
@@ -14,14 +14,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "flask-cors";
|
||||
version = "5.0.1";
|
||||
version = "6.0.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "corydolphin";
|
||||
repo = "flask-cors";
|
||||
tag = version;
|
||||
hash = "sha256-UVMZGdUpEKx5w85sSe8wSzjNYjsKPdbyBX7/QHJ3cyQ=";
|
||||
hash = "sha256-J9OTWVS0GXxfSedfHeifaJ0LR8xFKksf0RGsKSc581E=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
||||
Reference in New Issue
Block a user