From ff0acaa819174cddd607d93942d7966947ba999b Mon Sep 17 00:00:00 2001 From: Eddy Nakamura Date: Sun, 31 May 2020 17:01:21 -0300 Subject: [PATCH] Adding bugfix #1887 and feature #1880 to releasehistory file --- src/ReleaseHistory.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ReleaseHistory.md b/src/ReleaseHistory.md index 42da7dcd3..c1c32edfa 100644 --- a/src/ReleaseHistory.md +++ b/src/ReleaseHistory.md @@ -2,6 +2,8 @@ ## **v2.2.6** [Sdk](https://www.nuget.org/packages/Sarif.Sdk/2.2.6) | [Driver](https://www.nuget.org/packages/Sarif.Driver/2.2.6) | [Converters](https://www.nuget.org/packages/Sarif.Converters/2.2.6) | [Multitool](https://www.nuget.org/packages/Sarif.Multitool/2.2.6) * BUGFIX: `ResultLogJsonWriter` now creates an empty `results` array if there are no results, rather than leaving `results` as `null`. [#1821](https://github.com/microsoft/sarif-sdk/issues/1821) +* BUGFIX: Run.Tool.Driver.Rules shotDescription now uses GetFirstSentence method [#1887](https://github.com/microsoft/sarif-sdk/issues/1887) +* FEATURE: Add validation rule SARIF1019, which will require that n every result, at least one of the properties result.ruleId and result.rule.id must be present. If both are present, they must be equal. [#1880](https://github.com/microsoft/sarif-sdk/issues/1880) ## **v2.2.5** [Sdk](https://www.nuget.org/packages/Sarif.Sdk/2.2.5) | [Driver](https://www.nuget.org/packages/Sarif.Driver/2.2.5) | [Converters](https://www.nuget.org/packages/Sarif.Converters/2.2.5) | [Multitool](https://www.nuget.org/packages/Sarif.Multitool/2.2.5) * BUGFIX: Fix SDK doubling Uris with certain escaped characters (ex: '-' and '_') on every Load/Save cycle (cause: https://github.com/dotnet/runtime/issues/36288)