Skip to content

Create .gdnsuppress for CodeSign suppressions#82

Open
lakshmipriya-gottipati wants to merge 1 commit into
masterfrom
lakshmipriya-gottipati-patch-1
Open

Create .gdnsuppress for CodeSign suppressions#82
lakshmipriya-gottipati wants to merge 1 commit into
masterfrom
lakshmipriya-gottipati-patch-1

Conversation

@lakshmipriya-gottipati
Copy link
Copy Markdown
Collaborator

Add suppressions for CodeSign tool warnings related to third-party dependencies.

Add suppressions for CodeSign tool warnings related to third-party dependencies.
Copilot AI review requested due to automatic review settings May 12, 2026 10:23
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a Guardian/CodeSign suppression configuration to silence known signing-policy warnings for specific third-party artifacts that are expected to be unsigned or signed with non-Microsoft certificates.

Changes:

  • Introduces a new .gdn/.gdnsuppress JSON file.
  • Adds CodeSign suppressions for Newtonsoft.Json.dll, Newtonsoft.Json.Schema.dll, and symbols NuGet packages.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .gdn/.gdnsuppress
Comment on lines +7 to +13
"file": "*Newtonsoft.Json.dll*",
"justification": "Third-party dependency signed with non-Microsoft certificate"
},
{
"tool": "CodeSign",
"rule": "CodeSign.MissingSigningCert",
"file": "*Newtonsoft.Json.Schema.dll*",
Comment thread .gdn/.gdnsuppress
{
"tool": "CodeSign",
"rule": "CodeSign.MissingSigningCert",
"file": "*.symbols.nupkg*",
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

Successfully merging this pull request may close these issues.

2 participants