Skip to content

Commit

Permalink
Adding bugfix #1887 and feature #1880 to releasehistory file
Browse files Browse the repository at this point in the history
  • Loading branch information
eddynaka committed May 31, 2020
1 parent 8444b9c commit ff0acaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ReleaseHistory.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ff0acaa

Please sign in to comment.