From afc344db738c0da56816f5adabd006e8af74f519 Mon Sep 17 00:00:00 2001 From: Jan Wichelmann Date: Sat, 21 May 2022 00:55:46 +0200 Subject: [PATCH] Remove fingerprint in SARIF reports The custom fingerprint syntax leads to a warning, and the GitHub docs state that the fingerprint is generated by the SARIF upload-action, if none is present. --- Tools/CiReportGenerator/CallStackData.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Tools/CiReportGenerator/CallStackData.cs b/Tools/CiReportGenerator/CallStackData.cs index b43e3d4..c85fbb6 100644 --- a/Tools/CiReportGenerator/CallStackData.cs +++ b/Tools/CiReportGenerator/CallStackData.cs @@ -248,7 +248,6 @@ public IEnumerable ProduceSarifReportEntries(string formatted }, PartialFingerprints = new Dictionary { - ["primaryLocationLineHash"] = $"{CallStackId}-{leakageEntry.ImageName}-{leakageEntry.Offset:x}" // TODO This syntax seems to be invalid }, CodeFlows = new List {