Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .gdn/.gdnsuppress
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"version": "1.0",
"suppressions": [
{
"tool": "CodeSign",
"rule": "CodeSign.NoMatchingPolicy",
"file": "*Newtonsoft.Json.dll*",
"justification": "Third-party dependency signed with non-Microsoft certificate"
},
{
"tool": "CodeSign",
"rule": "CodeSign.MissingSigningCert",
"file": "*Newtonsoft.Json.Schema.dll*",
Comment on lines +7 to +13
"justification": "Third-party dependency not signed"
},
{
"tool": "CodeSign",
"rule": "CodeSign.MissingSigningCert",
"file": "*.symbols.nupkg*",
"justification": "Debug symbols packages are not required to be signed"
}
]
}
Loading