apache-airflow: mark insecure

This commit is contained in:
Robert Schütz 2024-02-06 16:45:13 -08:00
parent 761ad75122
commit 618c163729

View File

@ -332,5 +332,9 @@ buildPythonPackage rec {
homepage = "https://airflow.apache.org/"; homepage = "https://airflow.apache.org/";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ bhipple gbpdt ingenieroariel ]; maintainers = with maintainers; [ bhipple gbpdt ingenieroariel ];
knownVulnerabilities = [
"CVE-2023-50943"
"CVE-2023-50944"
];
}; };
} }