diff --git a/Src/ReleaseHistory.md b/Src/ReleaseHistory.md index 621c974b..61855e50 100644 --- a/Src/ReleaseHistory.md +++ b/Src/ReleaseHistory.md @@ -20,6 +20,7 @@ - BUG: Resolve `OutofMemoryException` and `NullReferenceException' failures resulting from a failure to honor file size scan limits set by `--file-size-in-kb` argument and updated Sarif.Sdk submodule to commit [ce8c5cb12d29aa407d0bf98f5fa2c764ec7fb65b](https://github.com/microsoft/sarif-sdk/commit/ce8c5cb12d29aa407d0bf98f5fa2c764ec7fb65b). [#621](https://github.com/microsoft/sarif-pattern-matcher/pull/621) - BUG: Resolve SAL Modernization Plugin capture group showing incorrect region properties in SARIF. [#626](https://github.com/microsoft/sarif-pattern-matcher/pull/626) +- Bump Sarif.Sdk from 2.4.15 to [2.4.16](https://github.com/microsoft/sarif-sdk/blob/v2.4.16/src/ReleaseHistory.md) by updating submodule to commit [698adb6365a242c6bb75adde56e3bd4be39c21d7](https://github.com/microsoft/sarif-sdk/commit/698adb6365a242c6bb75adde56e3bd4be39c21d7) in response to [Advisory: Improper Handling of Exceptional Conditions in Newtonsoft.Json](https://github.com/advisories/GHSA-5crp-9r3c-p9vr). [#627](https://github.com/microsoft/sarif-pattern-matcher/pull/627) ## *v1.10.0* diff --git a/Src/Strings.Interop/Strings.Interop.csproj b/Src/Strings.Interop/Strings.Interop.csproj index 2a4b1331..b73daf4a 100644 --- a/Src/Strings.Interop/Strings.Interop.csproj +++ b/Src/Strings.Interop/Strings.Interop.csproj @@ -2,7 +2,6 @@ - String8 Library Specialized types for seamless handling of UTF8 and UTF16 strings. diff --git a/Src/Test.UnitTests.Strings.Interop/Test.UnitTests.Strings.Interop.csproj b/Src/Test.UnitTests.Strings.Interop/Test.UnitTests.Strings.Interop.csproj index 36dfefd5..28380b07 100644 --- a/Src/Test.UnitTests.Strings.Interop/Test.UnitTests.Strings.Interop.csproj +++ b/Src/Test.UnitTests.Strings.Interop/Test.UnitTests.Strings.Interop.csproj @@ -6,7 +6,7 @@ Microsoft.Strings.Interop - + diff --git a/Src/sarif-sdk b/Src/sarif-sdk index ce8c5cb1..698adb63 160000 --- a/Src/sarif-sdk +++ b/Src/sarif-sdk @@ -1 +1 @@ -Subproject commit ce8c5cb12d29aa407d0bf98f5fa2c764ec7fb65b +Subproject commit 698adb6365a242c6bb75adde56e3bd4be39c21d7 diff --git a/Targets/build.test.props b/Targets/build.test.props index f484a000..aeeeaec0 100644 --- a/Targets/build.test.props +++ b/Targets/build.test.props @@ -1,7 +1,7 @@ - +