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
* Initial plan
* Fix PR #236 review comments: refRange validation, ClassifiedResult.file, test mocking
1. Validate refRange in sarif_diff_by_commits to reject strings starting
with '-' or containing whitespace (prevents git option injection).
2. Use matchingDiff.path for ClassifiedResult.file when a diff match exists,
falling back to normalizeUri(uri) only for unmatched results (produces
repo-relative paths instead of long file:// URI paths).
3. Replace vi.doMock with module-scope vi.mock + shared mockExecuteCLICommand
to prevent module-cache flakiness in sarif_diff_by_commits handler tests.
Agent-Logs-Url: https://github.com/advanced-security/codeql-development-mcp-server/sessions/1960960b-9658-44b5-87d8-bc29cc55a5ef
Co-authored-by: data-douser <70299490+data-douser@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: data-douser <70299490+data-douser@users.noreply.github.com>
0 commit comments