Skip to content

Commit

Permalink
dep: TOOLS-2945 upgrade cryptography to fix CVE-2024-2511 (#294)
Browse files Browse the repository at this point in the history
* dep: TOOLS-2945 upgrade cryptography to fix CVE-2024-2511
  • Loading branch information
Jesse S authored Jun 26, 2024
1 parent 41a553a commit a0370b1
Show file tree
Hide file tree
Showing 4 changed files with 459 additions and 446 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mac-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ jobs:
working-directory: ${{ steps.working-dir.outputs.value }}
run: |
sudo make install
asadm -e "info" || true
asadm -e "info" 2>&1 | grep "Not able to connect"
asinfo || true
asinfo 2>&1 | grep "Not able to connect"
- name: Create .tar
working-directory: ${{ steps.working-dir.outputs.value }}
Expand Down
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "pypi"

[packages]
bcrypt = "4.0.1"
cryptography = "==42.0.5"
cryptography = "==42.0.8"
pyOpenSSL = "==24.1.0"
distro = "==1.8.0"
jsonschema = "==4.20.0"
Expand All @@ -14,7 +14,7 @@ ply = "==3.11"
pyasn1 = "==0.5.0"
toml = "==0.10.2"
yappi = "==1.6.0"
setuptools = "69.1.1"
setuptools = "69.5.1"
aiohttp = "==3.9.5"
python-dateutil = "2.8.2"
msgpack = "1.0.7"
Expand All @@ -24,7 +24,7 @@ asyncssh = "*"

[dev-packages]
parameterized = "*"
pyinstaller = "==6.4.0"
pyinstaller = "==6.8.0"
black = "*"
flake8 = "*"
pytest = "*"
Expand Down
Loading

0 comments on commit a0370b1

Please sign in to comment.