Skip to content

Commit

Permalink
Add cdhash, teamID, signingID to the bundle events
Browse files Browse the repository at this point in the history
  • Loading branch information
np5 committed May 17, 2024
1 parent 9b184ed commit 3dd2a1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/santabundleservice/SNTBundleService.m
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,9 @@ - (NSDictionary *)generateEventsFromBinaries:(NSArray *)fis

MOLCodesignChecker *cs = [fi codesignCheckerWithError:NULL];
se.signingChain = cs.certificates;
se.teamID = cs.teamID;
se.signingID = cs.signingID;
se.cdhash = cs.cdhash;

dispatch_sync(dispatch_get_main_queue(), ^{
relatedEvents[se.fileSHA256] = se;
Expand Down

0 comments on commit 3dd2a1e

Please sign in to comment.