Skip to content

Fix Dependabot vulnerabilities and document DCO sign-off requirement - #65

Merged
kmn merged 1 commit into
mainfrom
fix/dependabot-vulnerabilities-and-dco-docs
Jul 22, 2026
Merged

Fix Dependabot vulnerabilities and document DCO sign-off requirement#65
kmn merged 1 commit into
mainfrom
fix/dependabot-vulnerabilities-and-dco-docs

Conversation

@kmn

@kmn kmn commented Jul 22, 2026

Copy link
Copy Markdown
Member

Summary

  • Update dependency constraints in pyproject.toml and regenerate poetry.lock to resolve 27 open Dependabot alerts (cryptography, PyJWT, urllib3, requests, black, pytest, setuptools, and others).
  • Document that all commits must include a DCO sign-off (Signed-off-by) in the README Developer Setup section.
  • Install the commit-msg pre-commit hook via make pre-commit-refresh so sign-off is enforced locally.

Test plan

  • poetry lock succeeds with Python 3.12
  • poetry install --extras dev succeeds
  • pytest tests/ -k "not gen_keys" — 11 passed
  • Verify Dependabot alerts are closed after merge

Made with Cursor

Update dependency constraints and regenerate poetry.lock to resolve 27 open
Dependabot alerts. Document that commits must include a DCO sign-off and
install the commit-msg pre-commit hook via make pre-commit-refresh.

Signed-off-by: Shohei Kamon <cameong@stir.network>
Co-authored-by: Cursor <cursoragent@cursor.com>
@kmn
kmn merged commit 089b317 into main Jul 22, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant