Fix path traversal vulnerability and add build/lint convenience scripts#65
Merged
Malcolmnixon merged 5 commits intomainfrom Feb 11, 2026
Merged
Fix path traversal vulnerability and add build/lint convenience scripts#65Malcolmnixon merged 5 commits intomainfrom
Malcolmnixon merged 5 commits intomainfrom
Conversation
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
…re, CI/CD Pipeline) Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix issues discovered during project consistency check
Fix path traversal vulnerability and align with template standards
Feb 11, 2026
Malcolmnixon
requested changes
Feb 11, 2026
README.md
Outdated
| [View Full Changelog](https://github.com/owner/repo/compare/v1.2.0...v1.2.3) | ||
| ``` | ||
|
|
||
| ## Building from Source |
Member
There was a problem hiding this comment.
The README.md is getting too long and loaded with stuff not necessary for users. Please remove the following new sections:
- Building from Source
- Project Structure
- CI/CD Pipeline
These will be handled in separate documents.
Contributor
Author
There was a problem hiding this comment.
Removed the three sections (Building from Source, Project Structure, CI/CD Pipeline) from README.md in commit 434dbc7.
…ctions from README Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Copilot
AI
changed the title
Fix path traversal vulnerability and align with template standards
Fix path traversal vulnerability and add build/lint convenience scripts
Feb 11, 2026
Malcolmnixon
approved these changes
Feb 11, 2026
This was referenced Feb 18, 2026
Merged
21 tasks
Copilot AI
added a commit
that referenced
this pull request
Mar 30, 2026
- Rename agent files to match template naming convention (.agent.md suffix) - requirements-agent.md → requirements.agent.md - software-developer.md → software-developer.agent.md - technical-writer.md → technical-writer.agent.md - test-developer.md → test-developer.agent.md - Add tools: frontmatter field to agent files (PR #73) - code-review.agent.md: tools: [read, search, edit, execute, github, web, agent] - repo-consistency.agent.md: tools: [read, search, edit, execute, github, agent] - requirements.agent.md: tools: [read, search, edit, execute, github, web, agent] - software-developer.agent.md: tools: [read, search, edit, execute, github, agent] - technical-writer.agent.md: tools: [read, search, edit, execute, github, agent] - test-developer.agent.md: tools: [read, search, edit, execute, github, agent] - Update AGENTS.md to align with template - Rename 'Project Structure' section to 'Project Structure Template' - Update 'Continuous Compliance Requirements' section ending to match template Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Malcolmnixon
added a commit
that referenced
this pull request
Mar 30, 2026
…ements (PRs #61–#77) (#115) * Initial plan * Apply template improvements: new agents, standards, .gitattributes, AGENTS.md update Agent-Logs-Url: https://github.com/demaconsulting/BuildMark/sessions/eef5ccc5-e481-4a3a-9c1f-5be3d92eedea Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> * Fix AGENTS.md gaps vs template, update technical-documentation.md paths, fix .cspell.json pattern Agent-Logs-Url: https://github.com/demaconsulting/BuildMark/sessions/d10b0427-1ebb-4771-9ec1-223de918aa66 Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> * Apply template changes from TemplateDotNetTool PRs #61-#77 Port the following changes from the template: PR #61: Linting modernization - Convert .cspell.json to .cspell.yaml with header comments and improved ignorePaths - Convert .markdownlint-cli2.jsonc to .markdownlint-cli2.yaml with header, noBanner, noProgress - Update lint.sh to use Python venv, lint_error variable, no emojis, expanded file extensions - Update lint.bat to use Python venv, LINT_ERROR variable, expanded file extensions - Add pip-requirements.txt with yamllint==1.38.0 - Add cspell and markdownlint-cli2 to package.json devDependencies - Add .venv/ to .gitignore PR #64: Align lint YAML configs - Update .yamllint.yaml with header comments, DO NOT MODIFY policy, expanded ignore section (thirdparty, third-party, 3rd-party, .agent-logs/) and remove check-keys from truthy rule PR #75: Formalize build_notes artifact handling - Remove 'Move buildnotes.md to root' step from release.yaml - Use artifacts/buildnotes.md directly as release body file PR #77: Port markdown format requirements section - Update .github/standards/technical-documentation.md reference from .markdownlint-cli2.jsonc to .markdownlint-cli2.yaml Additional updates: - Update AGENTS.md references from .cspell.json to .cspell.yaml and .markdownlint-cli2.jsonc to .markdownlint-cli2.yaml - Update CONTRIBUTING.md spell checking section to reference .cspell.yaml and use ./lint.sh instead of individual lint commands Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> * Changes before error encountered Agent-Logs-Url: https://github.com/demaconsulting/BuildMark/sessions/a338e6d6-893c-4cbd-a64b-01abce243e9d Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> * chore: apply template consistency updates from PRs #65-#77 - Rename agent files to match template naming convention (.agent.md suffix) - requirements-agent.md → requirements.agent.md - software-developer.md → software-developer.agent.md - technical-writer.md → technical-writer.agent.md - test-developer.md → test-developer.agent.md - Add tools: frontmatter field to agent files (PR #73) - code-review.agent.md: tools: [read, search, edit, execute, github, web, agent] - repo-consistency.agent.md: tools: [read, search, edit, execute, github, agent] - requirements.agent.md: tools: [read, search, edit, execute, github, web, agent] - software-developer.agent.md: tools: [read, search, edit, execute, github, agent] - technical-writer.agent.md: tools: [read, search, edit, execute, github, agent] - test-developer.agent.md: tools: [read, search, edit, execute, github, agent] - Update AGENTS.md to align with template - Rename 'Project Structure' section to 'Project Structure Template' - Update 'Continuous Compliance Requirements' section ending to match template Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> * Remove agent files deleted from template in PR #76, update AGENTS.md Agent-Logs-Url: https://github.com/demaconsulting/BuildMark/sessions/80d99477-7c8a-469b-885d-da5c47aac27a Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> * Update THEORY-OF-OPERATIONS.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update technical-documentation.md to exactly match template Agent-Logs-Url: https://github.com/demaconsulting/BuildMark/sessions/61323e76-70ab-4b09-a70b-a97fa1132013 Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> Co-authored-by: Malcolm Nixon <Malcolm.nixon@gmail.com> Co-authored-by: Copilot <175728472+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.
Pull Request
Description
Systematic repository analysis revealed a critical path traversal vulnerability and missing convenience scripts for local development workflow.
Security Fix
PathHelpers.cs - Path traversal bypass in defense-in-depth validation:
Template Alignment
build.{sh,bat}andlint.{sh,bat}for local development workflowType of Change
Related Issues
Pre-Submission Checklist
Before submitting this pull request, ensure you have completed the following:
Build and Test
dotnet build --configuration Releasedotnet test --configuration ReleaseCode Quality
dotnet format --verify-no-changesQuality Checks
Please run the following checks before submitting:
cspell "**/*.{md,cs}"markdownlint "**/*.md"yamllint '**/*.{yml,yaml}'(requires yamllint installation)Testing
Documentation
Additional Notes
Changes identified via repo-consistency-agent and code-quality-agent. All 127 unit tests + 4 self-validation tests pass. Agent report files remain local only (excluded via .gitignore).
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.