Skip to content

Commit

Permalink
add comment explaining unexpected dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rogusdev committed Jul 30, 2024
1 parent 3c7901d commit 1805131
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/DotNetEnv/DotNetEnv.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
<PackageReference Include="Microsoft.Extensions.Configuration" Version="1.1.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="1.1.2" />
<PackageReference Include="Sprache" Version="2.3.1" />
<!-- Http + RegEx versions are manually updated to address sprache having a vulnerable, out of date library -->
<!-- https://github.com/tonerdo/dotnet-env/issues/68 -->
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
</ItemGroup>
Expand Down
2 changes: 2 additions & 0 deletions test/DotNetEnv.Tests/DotNetEnv.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Sprache" Version="2.3.1" />
<!-- Http + RegEx versions are manually updated to address sprache having a vulnerable, out of date library -->
<!-- https://github.com/tonerdo/dotnet-env/issues/68 -->
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
<PackageReference Include="xunit" Version="2.6.2" />
Expand Down

0 comments on commit 1805131

Please sign in to comment.