From 327ee8e5c3fc2631f395974e8c217eca29a159a0 Mon Sep 17 00:00:00 2001 From: aaronkaplan Date: Thu, 26 Aug 2021 14:29:23 +0000 Subject: [PATCH] Fix github's security alert: fix * CVE-2021-28676 * CVE-2021-25287 * CVE-2021-28675 * CVE-2021-28678 * CVE-2021-25288 * CVE-2021-28677 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 4057e4f..a54bdf3 100644 --- a/Pipfile +++ b/Pipfile @@ -33,7 +33,7 @@ blockchain = "*" reportlab = "*" pyintel471 = { editable = true, git = "https://github.com/MISP/PyIntel471.git" } shodan = "*" -Pillow = "*" +Pillow ">=8.2.0" Wand = "*" SPARQLWrapper = "*" domaintools_api = "*"