Skip to content
Open
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
2 changes: 1 addition & 1 deletion IndicoV2/IndicoV2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<PackageReference Include="GraphQL.Client.Serializer.Newtonsoft" Version="3.2.3" />
<PackageReference Include="GraphQL.Client" Version="3.2.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="MimeKit" Version="2.11.0" />
<PackageReference Include="MimeKit" Version="4.15.1" />
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Security upgrade incomplete: test project still references vulnerable version

Medium Severity

The MimeKit upgrade to 4.15.1 was only applied in IndicoV2/IndicoV2.csproj, but IndicoV2.IntegrationTests/IndicoV2.IntegrationTests.csproj still explicitly references the vulnerable MimeKit version 2.11.0. Before this change, both projects referenced the same version; now they're inconsistent. While NuGet resolution may pick the higher transitive version at build time, the explicit vulnerable reference remains and Snyk will likely continue flagging it.

Fix in Cursor Fix in Web

<PackageReference Include="StrawberryShake.Transport.Http" Version="12.2.2" />
</ItemGroup>

Expand Down
Loading