Skip to content

santactl fileinfo should report incorrect signing ID for certain Xcode binaries #481

@russellhancox

Description

@russellhancox

Some binaries that are part of Xcode are identified by ES as being platform binaries, even though codesign does not report them as having a "Platform Identifier".

E.g.

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld

santactl fileinfo reports the Signing ID for this binary as 59GAB85EFG:com.apple.ld

However, an ES event generated by this binary reports:

"is_platform_binary":true,"signing_id":"com.apple.ld","team_id":null.

MOLCodesignChecker's platformBinary property returns NO for these but does report the TeamID.

Metadata

Metadata

Assignees

No one assigned

    Labels

    blockedIssue or PR is blockedbugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions