Skip to content

Commit

Permalink
Fix CVE-2024-21907⁠ (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
claitz authored Jul 7, 2024
2 parents b1184c6 + 21479b7 commit 2cfe14b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ jobs:
echo "- \`docker pull ghcr.io/${{ steps.repo_name.outputs.lowercase }}:latest\`" >> release_notes.txt
echo "- \`docker pull ${{ secrets.DOCKERHUB_USERNAME }}/opendaoc:${{ steps.set_version.outputs.version }}\`" >> release_notes.txt
echo "- \`docker pull ${{ secrets.DOCKERHUB_USERNAME }}/opendaoc:latest\`" >> release_notes.txt
echo "" >> release_notes.txt
echo "## 🛠 Changes" >> release_notes.txt
echo "$CHANGES" >> release_notes.txt
# echo "" >> release_notes.txt
# echo "## 🛠 Changes" >> release_notes.txt
# echo "$CHANGES" >> release_notes.txt
working-directory: ${{ github.workspace }}

- name: 🚀 Publish Release
Expand Down
1 change: 1 addition & 0 deletions GameServer/GameServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="8.0.3" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" />
<PackageReference Include="Microsoft.Diagnostics.Runtime" Version="3.1.512801" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="8.0.0" />
<ProjectReference Include="..\CoreBase\CoreBase.csproj" Name="CoreBase" />
<ProjectReference Include="..\CoreDatabase\CoreDatabase.csproj" Name="CoreDatabase" />
Expand Down
1 change: 1 addition & 0 deletions Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<ProjectReference Include="..\CoreBase\CoreBase.csproj" Name="CoreBase" />
Expand Down

0 comments on commit 2cfe14b

Please sign in to comment.