apache-airflow: mark insecure

This commit is contained in:
Robert Schütz 2024-02-06 16:45:13 -08:00
parent 761ad75122
commit 618c163729
1 changed files with 4 additions and 0 deletions

View File

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