Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AdobeReaderDC.download.recipe fails because of mismatch in authority names #430

Open
undulat opened this issue Jun 20, 2022 · 1 comment

Comments

@undulat
Copy link

undulat commented Jun 20, 2022

Describe the problem
Autopkg fails to successfully run the AdobeReaderDC.download.recipe because of mismatch in authority names

Preferences contents
BE SURE TO SANITIZE ANY SENSITIVE DATA SUCH AS PASSWORDS OR ADDRESSES.
Provide or link to a gist of the output of defaults read com.github.autopkg, or the contents of your external --prefs file.

AutoPkg output

CodeSignatureVerifier: Signature is valid
CodeSignatureVerifier: Mismatch in authority names
CodeSignatureVerifier: Expected: Developer ID Installer: Adobe Inc. (JQ525L2MZD) -> Developer ID Certification Authority -> Apple Root CA
CodeSignatureVerifier: Found: Developer ID Installer: Adobe Systems, Inc. (JQ525L2MZD) -> Developer ID Certification Authority -> Apple Root CA

Expected behavior
expected_authority_names

Developer ID Installer: Adobe Inc. (JQ525L2MZD)
Developer ID Certification Authority
Apple Root CA

should be reverted to pre - 42a4c85 state with
line 59 be:
Developer ID Installer: Adobe Systems, Inc. (JQ525L2MZD)

This is the actual Developer ID that is in the pkg published by Adobe as of today's date.

Version (please complete the following information):

  • OS version: Catalina
  • AutoPkg Version: 2.4.1
@homebysix
Copy link
Member

I'm unable to reproduce this. Could you provide the verbose output of the recipe run in which code signature verification is failing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants