chore: update AWF_VERSION to 0.25.11#123
Closed
github-actions[bot] wants to merge 1 commit into
Closed
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Collaborator
|
Old pr. |
github-actions Bot
added a commit
that referenced
this pull request
May 23, 2026
- test_sanitize_preserves_markdown_headings: replaced three weak
contains() assertions with a single assert_eq! on the full output.
The old assertion result.contains("#123") would pass even if the
implementation incorrectly wrapped bare #123 in backticks, hiding
a regression in the bot-trigger neutralization guard.
- test_sanitize_config_removes_control_chars: rewrote to use a
distinct ANSI-sequence input (val + ESC[0m + ue → value) instead
of duplicating the exact null/bell bytes already covered by
test_remove_null_and_bell. The new input exercises ANSI sequence
stripping through the config pipeline, which the old duplicate
did not uniquely verify.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.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.
Dependency Update
Updates the pinned
AWF_VERSIONconstant insrc/compile/common.rsfrom0.25.6to0.25.11.Release
See the gh-aw-firewall release notes for details.
This PR was opened automatically by the AWF version updater workflow.