apache-airflow: mark insecure
This commit is contained in:
parent
761ad75122
commit
618c163729
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue