Skip to content

Commit

Permalink
Merge pull request #1 from I-RzR-I/feature/UpgradeReferencePackages
Browse files Browse the repository at this point in the history
Update reference package version, fixing CVE
  • Loading branch information
I-RzR-I authored Oct 10, 2024
2 parents effd90b + 77ae7e7 commit ba2513e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022-2023 RzR
Copyright (c) 2022-2024 RzR

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 2 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### **v1.0.1.7797**
-> Update reference package version, fixing CVE (`CVE-2024-43485`).
6 changes: 3 additions & 3 deletions src/MLogHelperDotNet/MLogHelperDotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="AggregatedGenericResultMessage" Version="1.3.1.6141" />
<PackageReference Include="DomainCommonExtensions" Version="1.0.12.1447" />
<PackageReference Include="EntityMaxLengthTrim" Version="1.0.8.2220" />
<PackageReference Include="AggregatedGenericResultMessage" Version="1.3.4.6865" />
<PackageReference Include="DomainCommonExtensions" Version="1.3.0" />
<PackageReference Include="EntityMaxLengthTrim" Version="1.0.10.3531" />
<PackageReference Include="System.Runtime" Version="4.3.1" />
<PackageReference Include="System.ServiceModel.Duplex" Version="4.4.*" />
<PackageReference Include="System.ServiceModel.Http" Version="4.4.*" />
Expand Down
8 changes: 4 additions & 4 deletions src/shared/GeneralAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

[assembly: AssemblyCompany("RzR ®")]
[assembly: AssemblyProduct("e-GOV MD MLogHelperDotNet")]
[assembly: AssemblyCopyright("Copyright © 2022-2023 RzR All rights reserved.")]
[assembly: AssemblyCopyright("Copyright © 2022-2024 RzR All rights reserved.")]
[assembly: AssemblyTrademark("® RzR™")]
[assembly: AssemblyDescription("A wrapper for governmental logging service for a quick way to implement it with a few configuration settings. Service is provided by an e-governance agency (https://egov.md/), named `MLog`, available in the Republic of Moldova.")]

Expand All @@ -41,6 +41,6 @@

[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.MainAssembly)]

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyInformationalVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.1.7797")]
[assembly: AssemblyFileVersion("1.0.1.7797")]
[assembly: AssemblyInformationalVersion("1.0.1.7797")]

0 comments on commit ba2513e

Please sign in to comment.