Skip to content

Commit

Permalink
chore(deps): fix security audit (update cryptography) (#3813)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell authored Apr 22, 2024
1 parent 2b040eb commit 7451032
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 38 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/api-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
with:
python-version: '3.11'

# Ignore CVE-2023-6129 as per https://github.com/pyca/pyopenssl/issues/1300
- name: Run Audit
run: |
make install
poetry self add poetry-audit-plugin==0.4.0
poetry audit
poetry audit --ignore-code=CVE-2023-6129
74 changes: 37 additions & 37 deletions api/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7451032

Please sign in to comment.