From cecf8f670b44ad563eedec04bfbe15cabf724a82 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Aug 2023 14:04:45 +0000 Subject: [PATCH] fix: resources/examples/airflow/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-APACHEAIRFLOW-5855819 - https://snyk.io/vuln/SNYK-PYTHON-APACHEAIRFLOW-5855820 - https://snyk.io/vuln/SNYK-PYTHON-APACHEAIRFLOWPROVIDERSIMAP-5855821 --- resources/examples/airflow/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/examples/airflow/requirements.txt b/resources/examples/airflow/requirements.txt index a151506529f4..c205b71b08ea 100644 --- a/resources/examples/airflow/requirements.txt +++ b/resources/examples/airflow/requirements.txt @@ -1,2 +1,4 @@ apache-airflow-providers-http -apache-airflow-providers-airbyte \ No newline at end of file +apache-airflow-providers-airbyte +apache-airflow>=2.7.0 # not directly required, pinned by Snyk to avoid a vulnerability +apache-airflow-providers-imap>=3.3.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file