Skip to content

Commit

Permalink
Merge pull request #1456 from shadowsocks/disable_code_signing_inject…
Browse files Browse the repository at this point in the history
…_base_entitlements_for_release

Disable CODE_SIGNING_INJECT_BASE_ENTITLEMENTS for release build, to resolve CVE-2023-27574
  • Loading branch information
lkebin committed Mar 10, 2023
2 parents b8eb26c + 1e5efb4 commit e42131e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ShadowsocksX-NG.xcodeproj/project.pbxproj
Expand Up @@ -1022,6 +1022,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "-";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2;
Expand Down Expand Up @@ -1060,6 +1061,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "-";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2;
Expand Down

0 comments on commit e42131e

Please sign in to comment.