chore: update AWF_VERSION to 0.25.28#302
Merged
jamesadevine merged 1 commit intoApr 24, 2026
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Open
Copilot AI
added a commit
that referenced
this pull request
Apr 24, 2026
Block `{{` in name, description, and trigger fields to prevent
second-order template injection where a value like `{{ agent_content }}`
would be expanded by a later replacement pass, allowing arbitrary YAML
injection into the generated pipeline.
Closes #302
Agent-Logs-Url: https://github.com/githubnext/ado-aw/sessions/91f10480-fd27-4ac7-9105-cbea31200461
Co-authored-by: jamesadevine <4742697+jamesadevine@users.noreply.github.com>
jamesadevine
added a commit
that referenced
this pull request
Apr 24, 2026
…#315) * Initial plan * fix: reject template marker delimiters in front matter identity fields Block `{{` in name, description, and trigger fields to prevent second-order template injection where a value like `{{ agent_content }}` would be expanded by a later replacement pass, allowing arbitrary YAML injection into the generated pipeline. Closes #302 Agent-Logs-Url: https://github.com/githubnext/ado-aw/sessions/91f10480-fd27-4ac7-9105-cbea31200461 Co-authored-by: jamesadevine <4742697+jamesadevine@users.noreply.github.com> * fix: correct brace escaping in template marker error message Agent-Logs-Url: https://github.com/githubnext/ado-aw/sessions/91f10480-fd27-4ac7-9105-cbea31200461 Co-authored-by: jamesadevine <4742697+jamesadevine@users.noreply.github.com> * fix: add pipeline command check and include offending value in error messages Address rust-review feedback: - Add missing contains_pipeline_command() check to reject_pipeline_injection() to match the docstring's claim of ##vso[/##[ protection - Include Found: '{}' in template marker error for debuggability - Add test cases for pipeline command rejection Agent-Logs-Url: https://github.com/githubnext/ado-aw/sessions/6b4b1bb0-b925-4b27-a00c-d0f4e576b263 Co-authored-by: jamesadevine <4742697+jamesadevine@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jamesadevine <4742697+jamesadevine@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.26to0.25.28.Release
See the gh-aw-firewall release notes for details.
This PR was opened automatically by the dependency version updater workflow.