Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Src/ReleaseHistory.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*

Expand Down
1 change: 0 additions & 1 deletion Src/Strings.Interop/Strings.Interop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<Import Project="$(MSBuildThisFileDirectory)..\..\Targets\build.lib.props" />
<Import Project="$(MSBuildThisFileDirectory)..\..\Targets\build.product.props" />

<PropertyGroup Label="AssemblyAttributes">
<AssemblyTitle>String8 Library</AssemblyTitle>
<Description>Specialized types for seamless handling of UTF8 and UTF16 strings.</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PropertyGroup Label="AssemblyAttributes">
<RootNamespace>Microsoft.Strings.Interop</RootNamespace>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Strings.Interop\Strings.Interop.csproj" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Src/sarif-sdk
Submodule sarif-sdk updated 199 files
2 changes: 1 addition & 1 deletion Targets/build.test.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0-preview-20220707-01" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
</ItemGroup>
Expand Down