fix: validate algorithm parameter in PKI methods

This commit is contained in:
Username
2025-12-25 00:26:23 +01:00
parent 79b12cc3b3
commit d1df8c4f76
2 changed files with 9 additions and 1 deletions

View File

@@ -12,11 +12,11 @@ Unstructured intake buffer for ideas, issues, and observations. Items here are r
- Webhook notifications for paste events
- Certificate renewal reminder in CLI
- Admin endpoint for CA key rotation
- Shell completions (bash, zsh, fish)
- Clipboard integration (pbcopy/xclip)
## Observations
- Shell completions already implemented (`fpaste completion --shell bash/zsh/fish`)
- Mypy type errors fixed: now enforced in CI (was informational)
- CI enhanced: security-tests job, SBOM generation (CycloneDX), memory leak checks
- Comprehensive pentest plan completed (PENTEST_PLAN.md) - all remediations implemented