Skip to content

Commit

Permalink
[Update] dependencies to resolve transitive dep vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
samatstariongroup committed Aug 15, 2024
1 parent 7d61937 commit 8a0bf9f
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 74 deletions.
6 changes: 5 additions & 1 deletion COMET.Web.Common.Test/COMET.Web.Common.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,14 @@

<ItemGroup>
<PackageReference Include="bunit.web" Version="1.26.64" />
<PackageReference Include="DevExpress.Blazor" Version="23.2.7" />
<PackageReference Include="DevExpress.Blazor" Version="23.2.8" />
<PackageReference Include="Moq" Version="4.20.70" />
</ItemGroup>

<ItemGroup Label="override transitive vulnerable dependency">
<PackageReference Include="System.Text.Json" Version="8.0.4" />
</ItemGroup>

<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="\" />
<None Include="..\cdp4-icon.png" Pack="true" PackagePath="\" />
Expand Down
4 changes: 4 additions & 0 deletions COMET.Web.Common.Tests/COMET.Web.Common.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
<PackageReference Include="RichardSzalay.MockHttp" Version="7.0.0" />
</ItemGroup>

<ItemGroup Label="override transitive vulnerable dependency">
<PackageReference Include="System.Text.Json" Version="8.0.4" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\COMET.Web.Common.Test\COMET.Web.Common.Test.csproj" />
<ProjectReference Include="..\COMET.Web.Common\COMET.Web.Common.csproj" />
Expand Down
151 changes: 78 additions & 73 deletions COMET.Web.Common/COMET.Web.Common.csproj
Original file line number Diff line number Diff line change
@@ -1,76 +1,81 @@
<?xml version="1.0" encoding="utf-8"?>

<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>Latest</LangVersion>
<Version>5.0.1</Version>
<AssemblyVersion>5.0.1</AssemblyVersion>
<FileVersion>5.0.1</FileVersion>
<Title>CDP4 WEB Common</Title>
<Description>A Common Library for any Blazor based application related to ECSS-E-TM-10-25</Description>
<Company>Starion Group S.A.</Company>
<Copyright>Copyright 2023-2024 Starion Group S.A.</Copyright>
<PackageId>CDP4.WEB.Common</PackageId>
<AssemblyTitle>COMET.WEB.Common</AssemblyTitle>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<Authors>Sam, Alex, Alexander, Antoine, Jaime, Nabil</Authors>
<RepositoryType>Git</RepositoryType>
<RepositoryUrl>https://github.com/STARIONGROUP/COMET-WEB-Community-Edition.git</RepositoryUrl>
<ImplicitUsings>enable</ImplicitUsings>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>cdp4-icon.png</PackageIcon>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReleaseNotes>
[Update] all common view-viewmodels
[Update] business logic
[Update] to Starion Group S.A.
</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AsyncEnumerator" Version="4.0.2" />
<PackageReference Include="Blazored.FluentValidation" Version="2.2.0" />
<PackageReference Include="CDP4ServicesDal-CE" Version="27.2.3" />
<PackageReference Include="CDP4Web-CE" Version="27.2.3" />
<PackageReference Include="DevExpress.Blazor" Version="23.2.7" />
<PackageReference Include="FluentResults" Version="3.16.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="8.0.8" />
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="8.0.8" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" />
<PackageReference Include="ReactiveUI" Version="20.1.1" />
<PackageReference Include="System.Drawing.Common" Version="8.0.8" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
</ItemGroup>
<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="\" />
<None Include="..\cdp4-icon.png" Pack="true" PackagePath="\" />
</ItemGroup>
<ItemGroup>
<InternalsVisibleTo Include="COMET.Web.Common.Tests" />
<InternalsVisibleTo Include="DynamicProxyGenAssembly2" />
</ItemGroup>
<ItemGroup>
<Content Update="Components\BookEditor\InputEditor.razor">
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
</Content>
<Content Update="wwwroot\DefaultTextConfiguration.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="wwwroot\server_configuration.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<UpToDateCheckInput Remove="Components\SingleThingApplicationTemplate.razor" />
</ItemGroup>
<ItemGroup>
<_ContentIncludedByDefault Remove="Components\Applications\ApplicationTemplate.razor" />
<_ContentIncludedByDefault Remove="Components\SingleThingApplicationTemplate.razor" />
</ItemGroup>
<ItemGroup>
<UpToDateCheckInput Remove="Components\Applications\ApplicationTemplate.razor" />
</ItemGroup>
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>Latest</LangVersion>
<Version>5.0.1</Version>
<AssemblyVersion>5.0.1</AssemblyVersion>
<FileVersion>5.0.1</FileVersion>
<Title>CDP4 WEB Common</Title>
<Description>A Common Library for any Blazor based application related to ECSS-E-TM-10-25</Description>
<Company>Starion Group S.A.</Company>
<Copyright>Copyright 2023-2024 Starion Group S.A.</Copyright>
<PackageId>CDP4.WEB.Common</PackageId>
<AssemblyTitle>COMET.WEB.Common</AssemblyTitle>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<Authors>Sam, Alex, Alexander, Antoine, Jaime, Nabil</Authors>
<RepositoryType>Git</RepositoryType>
<RepositoryUrl>https://github.com/STARIONGROUP/COMET-WEB-Community-Edition.git</RepositoryUrl>
<ImplicitUsings>enable</ImplicitUsings>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>cdp4-icon.png</PackageIcon>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReleaseNotes>
[Update] to CDP4-SDK 27.2.3
[Update] to DevExpress.Blazor 23.2.8
</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AsyncEnumerator" Version="4.0.2" />
<PackageReference Include="Blazored.FluentValidation" Version="2.2.0" />
<PackageReference Include="CDP4ServicesDal-CE" Version="27.2.3" />
<PackageReference Include="CDP4Web-CE" Version="27.2.3" />
<PackageReference Include="DevExpress.Blazor" Version="23.2.8" />
<PackageReference Include="FluentResults" Version="3.16.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="8.0.8" />
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="8.0.8" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" />
<PackageReference Include="ReactiveUI" Version="20.1.1" />
<PackageReference Include="System.Drawing.Common" Version="8.0.8" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
</ItemGroup>

<ItemGroup Label="override transitive vulnerable dependency">
<PackageReference Include="System.Formats.Asn1" Version="8.0.1" />
</ItemGroup>

<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="\" />
<None Include="..\cdp4-icon.png" Pack="true" PackagePath="\" />
</ItemGroup>
<ItemGroup>
<InternalsVisibleTo Include="COMET.Web.Common.Tests" />
<InternalsVisibleTo Include="DynamicProxyGenAssembly2" />
</ItemGroup>
<ItemGroup>
<Content Update="Components\BookEditor\InputEditor.razor">
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
</Content>
<Content Update="wwwroot\DefaultTextConfiguration.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="wwwroot\server_configuration.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<UpToDateCheckInput Remove="Components\SingleThingApplicationTemplate.razor" />
</ItemGroup>
<ItemGroup>
<_ContentIncludedByDefault Remove="Components\Applications\ApplicationTemplate.razor" />
<_ContentIncludedByDefault Remove="Components\SingleThingApplicationTemplate.razor" />
</ItemGroup>
<ItemGroup>
<UpToDateCheckInput Remove="Components\Applications\ApplicationTemplate.razor" />
</ItemGroup>
</Project>

0 comments on commit 8a0bf9f

Please sign in to comment.