Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSOE-917: Update vulnerable NuGet packages #35

Merged
merged 2 commits into from
Nov 28, 2024
Merged
Changes from 1 commit
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
Next Next commit
Updating vulnerable package
Piedone committed Nov 22, 2024

Verified

This commit was signed with the committer’s verified signature.
alvasw Alva Swanson
commit 8b982a0309f905bceaa058a2a5f872b57e78fd03
3 changes: 3 additions & 0 deletions Lombiq.AuditTrailExtensions.csproj
Original file line number Diff line number Diff line change
@@ -38,6 +38,9 @@
<PackageReference Include="OrchardCore.ContentManagement" Version="2.0.0" />
<PackageReference Include="OrchardCore.AuditTrail" Version="2.0.0" />
<PackageReference Include="OrchardCore.Contents" Version="2.0.0" />
<!-- This is only needed until the next Orchard Core upgrade because 8.0.4, referenced by OC 2.0.2, has
vulnerabilities. -->
<PackageReference Include="System.Text.Json" Version="8.0.5" />
</ItemGroup>

</Project>