Skip to content

CHIA-1344 Release the GIL when calling validate_clvm_and_signature in the python binding #1636

CHIA-1344 Release the GIL when calling validate_clvm_and_signature in the python binding

CHIA-1344 Release the GIL when calling validate_clvm_and_signature in the python binding #1636

Workflow file for this run

name: Security audit
on:
pull_request:
branches:
- "**"
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: cargo audit
run: cargo audit --ignore RUSTSEC-2023-0071