[WIP] [#329] Strengthen apm audit with content scanning#339
Closed
Copilot wants to merge 2 commits intofeat/audit-unpack-sariffrom
Closed
[WIP] [#329] Strengthen apm audit with content scanning#339Copilot wants to merge 2 commits intofeat/audit-unpack-sariffrom
apm audit with content scanning#339Copilot wants to merge 2 commits intofeat/audit-unpack-sariffrom
Conversation
Co-authored-by: danielmeppiel <51440732+danielmeppiel@users.noreply.github.com>
Copilot stopped work on behalf of
danielmeppiel due to an error
March 17, 2026 09:21
danielmeppiel
added a commit
that referenced
this pull request
Mar 17, 2026
danielmeppiel
added a commit
that referenced
this pull request
Mar 17, 2026
* Initial plan * fix: preserve GHE custom domain host in lockfile download refs When build_download_ref() constructed the locked download ref string, it used only dep_ref.repo_url (e.g. "org/repo") without including the host. When re-parsed by DependencyReference.parse(), this defaulted to github.com, causing clone failures for GitHub Enterprise custom domain dependencies. Now includes dep_ref.host in the base ref when present, producing e.g. "github.example.com/org/repo#commitsha" which correctly resolves back to the enterprise host. Fixes #339 Co-authored-by: danielmeppiel <51440732+danielmeppiel@users.noreply.github.com> * test: remove redundant assertion in GHE test Co-authored-by: danielmeppiel <51440732+danielmeppiel@users.noreply.github.com> * fix: correct CHANGELOG — one entry per PR, add missing #332, fix #339→#338 Collapse five #330 entries into one, add missing #332 auth-asymmetry entry, and correct PR reference #339→#338. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: danielmeppiel <51440732+danielmeppiel@users.noreply.github.com> Co-authored-by: danielmeppiel <dmeppiel@microsoft.com> 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.
Thanks for the feedback on #330. I've created this new PR, which merges into #330, to address your comment. I will work on the changes and keep this PR's description up to date as I make progress.
Original PR: #330
Triggering comment (#330 (comment)):
📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.