trilemma-dev / SecureXPC

A simple and secure XPC framework for Swift
MIT License
73 stars 15 forks source link

Added a new XPCServer.ClientRequirement for hardened runtime. #120

Closed vincent-le-normand closed 1 year ago

vincent-le-normand commented 1 year ago

The goal of this PR is to validate that the client of a XPCServer has hardened runtime enabled. This is in order to prevent some code injection security issues that existed prior to hardened runtime.

vincent-le-normand commented 1 year ago

Thanks for this awesome project :)

And for the comments. I am too used to rely on linters :)

jakaplan commented 1 year ago

Thanks for contributing!