-
Notifications
You must be signed in to change notification settings - Fork 3
fix: add code signing requirements to xpc connections #206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ethanndickson
wants to merge
1
commit into
ethan/networking-in-launchdaemon
Choose a base branch
from
ethan/xpc-validation
base: ethan/networking-in-launchdaemon
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
fix: add code signing requirements to xpc connections #206
ethanndickson
wants to merge
1
commit into
ethan/networking-in-launchdaemon
from
ethan/xpc-validation
+132
−124
Conversation
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
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Jul 24, 2025
c7dbde8
to
ef8832a
Compare
ea87f52
to
5bf788f
Compare
5bf788f
to
547fd97
Compare
ef8832a
to
e32d7de
Compare
deansheather
approved these changes
Jul 30, 2025
547fd97
to
6687411
Compare
eebf562
to
291e5a1
Compare
6687411
to
ef370db
Compare
291e5a1
to
b0c196f
Compare
ef370db
to
55319f4
Compare
b0c196f
to
b81afc9
Compare
55319f4
to
8670f11
Compare
b81afc9
to
e96075e
Compare
be347a8
to
e6a3578
Compare
a4b58e5
to
bd905ae
Compare
e6a3578
to
a1864f6
Compare
bd905ae
to
33931d6
Compare
a1864f6
to
8b4c8cd
Compare
8b4c8cd
to
78fd6c0
Compare
33931d6
to
0999089
Compare
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.
Continues to address #201.
I've manually tested that this change prevents binaries not signed by the Coder Apple development team from connecting to the Helper over XPC.
Most of the PR diff is me moving the validator out of
Download.swift
and intoValidate.swift