Skip to content

Commit

Permalink
Fix issue with CDHash in SNTPolicyProcessor.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarkowsky committed Mar 10, 2024
1 parent 7ead088 commit 5372a7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/santad/SNTPolicyProcessor.mm
Expand Up @@ -162,6 +162,7 @@ - (nonnull SNTCachedDecision *)decisionForFileInfo:(nonnull SNTFileInfo *)fileIn

// Allocate a new cached decision for the execution.
SNTCachedDecision *cd = [[SNTCachedDecision alloc] init];
cd.cdhash = cdhash;
cd.sha256 = fileHash;
cd.teamID = teamID;
cd.signingID = signingID;
Expand Down

0 comments on commit 5372a7b

Please sign in to comment.