Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

audit: Silence idna vulnerability #2844

Merged
merged 1 commit into from
May 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ jobs:
# PYSEC-2022-43012, PYSEC-2022-43017 and PYSEC-2023-228 are only at build time
# Will go away once setuptools, wheel and pip is bumped
# GHSA-wj6h-64fc-37mp is only for P-256 curve which isn't used in bitcoin
# GHSA-jjg7-2v4v-x38h is a minor issue that will be fixed on idna bump (>=3.7)
ignore-vulns: |
PYSEC-2022-43012
PYSEC-2022-43017
PYSEC-2023-228
GHSA-wj6h-64fc-37mp
GHSA-jjg7-2v4v-x38h