From 91078dddccb64b8e68fa3d528b1a3ea52cf38c1f Mon Sep 17 00:00:00 2001 From: Peter van Doorn <71013416+two-trick-pony-NL@users.noreply.github.com> Date: Wed, 11 Oct 2023 15:10:59 +0200 Subject: [PATCH 1/2] Update urls.py --- src/homepage/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/homepage/urls.py b/src/homepage/urls.py index c339e2c6..55a7eeb7 100644 --- a/src/homepage/urls.py +++ b/src/homepage/urls.py @@ -28,5 +28,5 @@ path("product/workshop", views.product_workshop, name="homepage"), path("emaillist", views.sign_up_marketing_email, name="sign up for marketing"), path("blog", views.blog, name="Blog"), - path("contact", views.contact, name="contact"), + #path("contact", views.contact, name="contact"), ] From f2e2307e68fb1603b0729df5df949e70c77a68d6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 21 Jan 2024 18:02:16 +0000 Subject: [PATCH 2/2] fix: Infrastructure/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6182918 --- Infrastructure/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Infrastructure/requirements.txt b/Infrastructure/requirements.txt index f8312a0c..c4e99e05 100644 --- a/Infrastructure/requirements.txt +++ b/Infrastructure/requirements.txt @@ -28,4 +28,4 @@ fakeredis mock redis -pillow>=10.0.1 # not directly required, pinned by Snyk to avoid a vulnerability +pillow>=10.2.0 # not directly required, pinned by Snyk to avoid a vulnerability