Skip to content

Release 6.1.8 - #3806

Merged
bobvandevijver merged 3 commits into
6.1from
release/6.1.8
Sep 9, 2026
Merged

Release 6.1.8#3806
bobvandevijver merged 3 commits into
6.1from
release/6.1.8

Conversation

@bobvandevijver

Copy link
Copy Markdown
Member

No description provided.

Copilot AI lite review requested due to automatic review settings September 9, 2026 18:24

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

馃煛 Changes recommended

APP_SECRET validation currently relies on empty()/truthiness and double getenv() calls, which can mis-handle valid string values and is easily fixable in the touched code path.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

Release 6.1.8 updates Bolt鈥檚 core/templates to tighten a couple of security-related behaviors and documents the release in the changelog.

Changes:

  • Hardened secret() generation to require APP_SECRET (instead of silently hashing with an empty/missing secret).
  • Escaped searchTerm when interpolating it into a translated, HTML-safe search title.
  • Added the 6.1.8 entry to CHANGELOG.md.
File summaries
File Description
src/Twig/CommonExtension.php Makes generateSecret() fail fast when APP_SECRET is missing.
public/theme/skeleton/search.twig Escapes user-controlled search input when included in translated output.
CHANGELOG.md Documents the 6.1.8 release date and highlights security/translation updates.
Review details
  • Files reviewed: 3/3 changed files
  • Comments generated: 1
  • Review effort level: Lite

馃挕 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread src/Twig/CommonExtension.php
@bobvandevijver
bobvandevijver merged commit 5d06904 into 6.1 Sep 9, 2026
38 of 39 checks passed
@bobvandevijver
bobvandevijver deleted the release/6.1.8 branch September 9, 2026 18:33
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.

2 participants