What's wrong with this entry?
New setting to allow Go programs to verify TLS certificates via trustd agent.
Configure in sandbox settings:
{
"enableWeakerNetworkIsolation": true
}- Required for Go programs (gh, gcloud, terraform, kubectl) using MITM proxies with custom CAs
- Enables access to
com.apple.trustd.agentmach service - Security trade-off: Opens potential data exfiltration vector through trustd
Trustd agent setting (search for "Enable weaker network isolation", "com.apple.trustd.agent")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.