Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ProvarTesting
/
provardx-cli
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
1
Code
Issues
0
Pull requests
3
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Develop
- #145
#145
Merged
mrdailey99
merged 23 commits into
main
ProvarTesting/provardx-cli:main
from
develop
ProvarTesting/provardx-cli:develop
Copy head branch name to clipboard
May 6, 2026
Conversation
Commits
23
(23)
Checks
Files changed
Merged
Develop
#145
mrdailey99
merged 23 commits into
main
ProvarTesting/provardx-cli:main
from
develop
ProvarTesting/provardx-cli:develop
Copy head branch name to clipboard
Commits
Commits on May 5, 2026
PDX-0: fix(ci): filter internal commits from Slack release notes
Show description for 44a7259
mrdailey99
and
claude
committed
44a7259
View commit details
Copy full SHA for 44a7259
Browse repository at this point
PDX-0: fix(ci): use git describe to find previous tag for Slack release notes
Show description for 74d90e0
mrdailey99
and
claude
committed
74d90e0
View commit details
Copy full SHA for 74d90e0
Browse repository at this point
Commits on May 6, 2026
Merge remote-tracking branch 'origin/develop' into fix/mcp-tool-names-underscore
mrdailey99
committed
dd113d3
View commit details
Copy full SHA for dd113d3
Browse repository at this point
PDX-0: fix(mcp): case-insensitive path comparison for Windows drive letters
Show description for 0cbed7a
mrdailey99
and
claude
committed
0cbed7a
View commit details
Copy full SHA for 0cbed7a
Browse repository at this point
PDX-0: fix(ci): replace || "" with || true in PREV tag lookup
Show description for 5cd635f
mrdailey99
and
claude
committed
5cd635f
View commit details
Copy full SHA for 5cd635f
Browse repository at this point
PDX-0: fix(ci): quote $RANGE, fix dot.notation regex, add unit tests to CI matrix
Show description for 346d50c
mrdailey99
and
claude
committed
346d50c
View commit details
Copy full SHA for 346d50c
Browse repository at this point
PDX-0: chore: bump version to 1.5.0-beta.16
Show description for 014e86f
mrdailey99
and
claude
committed
014e86f
View commit details
Copy full SHA for 014e86f
Browse repository at this point
PDX-0: docs: document Windows case-insensitive path comparison in security model
Show description for 596abf2
mrdailey99
and
claude
committed
596abf2
View commit details
Copy full SHA for 596abf2
Browse repository at this point
PDX-0: fix(mcp): fix macOS symlink resolution and backslash path normalization
Show description for 5a43cbc
mrdailey99
and
claude
committed
5a43cbc
View commit details
Copy full SHA for 5a43cbc
Browse repository at this point
PDX-0: docs(mcp): add step-reference fallback guidance to testcase tool descriptions
Show description for 8c4e6a4
mrdailey99
and
claude
committed
8c4e6a4
View commit details
Copy full SHA for 8c4e6a4
Browse repository at this point
PDX-0: fix(ci): use npx mocha instead of node .bin/mocha for Windows compatibility
Show description for dcd27c6
mrdailey99
and
claude
committed
dcd27c6
View commit details
Copy full SHA for dcd27c6
Browse repository at this point
PDX-0: feat(mcp): add compound value generation and VAR-REF-002 detection
Show description for 9eaf4eb
mrdailey99
and
claude
committed
9eaf4eb
View commit details
Copy full SHA for 9eaf4eb
Browse repository at this point
PDX-0: docs(mcp): document VAR-REF-002 error code for embedded variable strings
Show description for 18216d8
mrdailey99
and
claude
committed
18216d8
View commit details
Copy full SHA for 18216d8
Browse repository at this point
PDX-0: feat(mcp): emit class="compound" for {VarName} tokens embedded in strings
Show description for 21891de
mrdailey99
and
claude
committed
21891de
View commit details
Copy full SHA for 21891de
Browse repository at this point
PDX-0: fix(security): address PR 143 review findings in pathPolicy, DeployManual, and testPlanTools
Show description for f43e6b6
mrdailey99
and
claude
committed
f43e6b6
View commit details
Copy full SHA for f43e6b6
Browse repository at this point
Merge pull request #143 from ProvarTesting/fix/mcp-tool-names-underscore
Show description for 14368b9
mrdailey99
authored
14368b9
View commit details
Copy full SHA for 14368b9
Browse repository at this point
PDX-0: Merge branch develop into worktree-fix+compound-value-emission
Show description for b24a214
mrdailey99
and
claude
committed
b24a214
View commit details
Copy full SHA for b24a214
Browse repository at this point
PDX-0: fix(security): catch PATH_TRAVERSAL in test_case_path before path.join normalizes '..' away
Show description for 3d71c55
mrdailey99
and
claude
committed
3d71c55
View commit details
Copy full SHA for 3d71c55
Browse repository at this point
Merge pull request #144 from ProvarTesting/worktree-fix+compound-value-emission
Show description for d2664c0
mrdailey99
authored
d2664c0
View commit details
Copy full SHA for d2664c0
Browse repository at this point
PDX-0: fix(mcp): address PR #145 review comments for security hardening
Show description for eeda921
mrdailey99
and
claude
committed
eeda921
View commit details
Copy full SHA for eeda921
Browse repository at this point
Merge branch 'develop' into fix/mcp-tool-names-underscore
mrdailey99
authored
d0cff8c
View commit details
Copy full SHA for d0cff8c
Browse repository at this point
PDX-0: fix(mcp): address PR #146 review comments for root-path and test robustness
Show description for 9b5f32d
mrdailey99
and
claude
committed
9b5f32d
View commit details
Copy full SHA for 9b5f32d
Browse repository at this point
Merge pull request #146 from ProvarTesting/fix/mcp-tool-names-underscore
Show description for be5d441
mrdailey99
authored
be5d441
View commit details
Copy full SHA for be5d441
Browse repository at this point
You can’t perform that action at this time.