release: v1.0.8 — security audit closure (#3, #4, #5)#10
Merged
Conversation
v1.0.7 was already published to PyPI (the AGPL relicense from Apr 28), so the audit-fix release rolls forward to v1.0.8. Bump - pyproject.toml: 1.0.7 -> 1.0.8 - All inline source-code references to v1.0.7 in security/* and tests/ rewritten to v1.0.8 (caught with grep + sed). - SECURITY.md "Mitigation in v1.0.7" -> "v1.0.8". Changelog - New [1.0.8] section authored above [1.0.7], cross-references issues #3, #4, #5 + the website security-review page, calls out the awk removal, the secrets redactor, the prompt sanitizer, the purge-history CLI command, the +158 test count delta, and the test-fixture rename (AWS published examples -> synthetic strings). - Honest about scope: chat_history file is prompt_toolkit-owned and remains outside the redactor's write path. Verified - pytest tests/ -> 1255 passed - ruff check + ruff format --check -> clean Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v1.0.7 was already published to PyPI (the AGPL relicense from Apr 28). Audit-fix release rolls forward to v1.0.8.
Changes:
pyproject.toml: 1.0.7 → 1.0.8[1.0.8]section in CHANGELOG.md cross-referencing issues [Security · v1.0.7] Redact secrets in chat_history / audit.log / palace before disk write #3 / [Security · v1.0.7] Tighten awk regex — ban system(), getline, exec patterns #4 / [Security · v1.0.7] Pre-paste prompt-injection sanitizer + explicit doc warning #5 + the website security-review pageVerification:
pytest tests/→ 1255 passedruff check + format→ cleanAfter this merges, you can: tag
v1.0.8, GitHub Release with the changelog excerpt,poetry build && poetry publishto PyPI.🤖 Generated with Claude Code