Skip to content

Add CVEs for uninitialized memory #20

Add CVEs for uninitialized memory

Add CVEs for uninitialized memory #20

Workflow file for this run

---
name: Codespell
on:
pull_request:
push:
permissions:
contents: read
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@master
with:
skip: ./attachments,./ws,./opensc-projects.org
ignore_words_file: .github/codespell_ignore_words.txt