Skip to content

Commit

Permalink
CodeQL suppressions (#10845)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpar authored Sep 5, 2024
1 parent dde7fe8 commit fdda4bb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public override void VisitDocument(DocumentIntermediateNode node)
}
else
{
// CodeQL [SM02196] This is supported by the underlying Roslyn APIs and as consumers we must also support it.
string?[] supportedAlgorithms = [HashAlgorithmName.SHA1.Name, HashAlgorithmName.SHA256.Name];

var message = Resources.FormatUnsupportedChecksumAlgorithm(
Expand Down

0 comments on commit fdda4bb

Please # to comment.