Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: macOS build security review#2805

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
giacomocusinato wants to merge2 commits intomain
base:main
Choose a base branch
Loading
fromfix/macos-security-build

Conversation

@giacomocusinato
Copy link
Collaborator

@giacomocusinatogiacomocusinato commentedNov 5, 2025
edited by davegarthsimpson
Loading

Motivation

The following changes make IDE 2.x more secure.

Change description

Removed unnecessary environment variable entitlement
The entitlement com.apple.security.cs.allow-dyld-environment-variables has been disabled, as it is not required for normal IDE operation.

Hardened native binary permissions
Theia’s build system bundles native executables with overly permissive file modes (0777) by default (seesource).
To mitigate this, the file copy mechanism has been overridden to apply stricter, standard permissions (0755).

Other information

Reviewer checklist

  • PR addresses a single concern.
  • The PR has no duplicates (please search among thePull Requests before creating one)
  • PR title and description are properly filled.
  • Docs have been added / updated (for bug fixes / features)

@giacomocusinatogiacomocusinato changed the titlechore: MacOS security reviewchore: MacOS build security reviewNov 5, 2025
@giacomocusinatogiacomocusinato changed the titlechore: MacOS build security reviewchore: macOS build security reviewNov 5, 2025
@giacomocusinatogiacomocusinato marked this pull request as ready for reviewNovember 5, 2025 15:52
@giacomocusinatogiacomocusinato added os: macosSpecific to macOS operating system topic: securityRelated to the protection of user data labelsNov 6, 2025
@per1234per1234 added topic: infrastructureRelated to project infrastructure type: imperfectionPerceived defect in any part of project labelsNov 12, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

os: macosSpecific to macOS operating systemtopic: infrastructureRelated to project infrastructuretopic: securityRelated to the protection of user datatype: imperfectionPerceived defect in any part of project

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@giacomocusinato@per1234

[8]ページ先頭

©2009-2025 Movatter.jp