From 8889e5fb11a798c29346f67e39048459bd7d9b03 Mon Sep 17 00:00:00 2001 From: Petro Tiurin <93913847+ptiurin@users.noreply.github.com> Date: Thu, 7 Apr 2022 13:48:49 +0100 Subject: [PATCH 1/6] ci: Fix fossa PR decoration --- .fossa.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.fossa.yml b/.fossa.yml index 2368780f310..b091390f729 100644 --- a/.fossa.yml +++ b/.fossa.yml @@ -1,9 +1,5 @@ version: 3 -project: - id: git+github.com/firebolt-db/firebolt-python-sdk - name: firebolt-python-sdk - targets: only: - type: pipenv From 1d611e5cc8308ea1b3fc4873c6cec1cb142780f7 Mon Sep 17 00:00:00 2001 From: Petro Tiurin <93913847+ptiurin@users.noreply.github.com> Date: Thu, 7 Apr 2022 15:11:21 +0100 Subject: [PATCH 2/6] Test vulnerable change --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index fa0578993a2..d717caf94a8 100755 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ install_requires = appdirs>=1.4.4 appdirs-stubs>=0.1.0 async-property==0.2.1 - cryptography>=3.4.0 + cryptography==0.0.1 httpx[http2]==0.21.3 pydantic[dotenv]==1.8.2 readerwriterlock==1.0.9 From f6d2227d4cedd81c5822c399939382fe8f7e2ee8 Mon Sep 17 00:00:00 2001 From: Petro Tiurin <93913847+ptiurin@users.noreply.github.com> Date: Thu, 7 Apr 2022 15:13:10 +0100 Subject: [PATCH 3/6] Use real version --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d717caf94a8..dff09c3467c 100755 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ install_requires = appdirs>=1.4.4 appdirs-stubs>=0.1.0 async-property==0.2.1 - cryptography==0.0.1 + cryptography==0.1 httpx[http2]==0.21.3 pydantic[dotenv]==1.8.2 readerwriterlock==1.0.9 From f89d592e090b87d9bbf72a5ca258d5cacdf43a1f Mon Sep 17 00:00:00 2001 From: Petro Tiurin <93913847+ptiurin@users.noreply.github.com> Date: Thu, 7 Apr 2022 15:14:44 +0100 Subject: [PATCH 4/6] Up the version --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index dff09c3467c..890c382c3a3 100755 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ install_requires = appdirs>=1.4.4 appdirs-stubs>=0.1.0 async-property==0.2.1 - cryptography==0.1 + cryptography==0.2.8 httpx[http2]==0.21.3 pydantic[dotenv]==1.8.2 readerwriterlock==1.0.9 From e75f85fd4970588b125318fc68416c030de55f7e Mon Sep 17 00:00:00 2001 From: Petro Tiurin <93913847+ptiurin@users.noreply.github.com> Date: Thu, 7 Apr 2022 15:16:59 +0100 Subject: [PATCH 5/6] ugh --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 890c382c3a3..f454c558f15 100755 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ install_requires = appdirs>=1.4.4 appdirs-stubs>=0.1.0 async-property==0.2.1 - cryptography==0.2.8 + cryptography==2.8.0 httpx[http2]==0.21.3 pydantic[dotenv]==1.8.2 readerwriterlock==1.0.9 From 04bbbc3c83c88946595894a373d035a7fd2955c2 Mon Sep 17 00:00:00 2001 From: Petro Tiurin <93913847+ptiurin@users.noreply.github.com> Date: Thu, 7 Apr 2022 15:36:43 +0100 Subject: [PATCH 6/6] Revert crypto test change --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f454c558f15..fa0578993a2 100755 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ install_requires = appdirs>=1.4.4 appdirs-stubs>=0.1.0 async-property==0.2.1 - cryptography==2.8.0 + cryptography>=3.4.0 httpx[http2]==0.21.3 pydantic[dotenv]==1.8.2 readerwriterlock==1.0.9