From d5e97d466103749675bc06814d3e6937fe5140fb Mon Sep 17 00:00:00 2001 From: Claudia Murialdo Date: Mon, 15 Jan 2024 18:15:47 -0300 Subject: [PATCH 1/2] Update references to Microsoft.IdentityModel and System.IdentityModel to address vulnerability issues. Bump System.IdentityModel.Tokens.Jwt from 6.8.0 to 6.34.0 Bump Microsoft.IdentityModel.JsonWebTokens from 6.8.0 to 6.34.0 --- dotnet/src/dotnetcommon/GxEncrypt/GxEncrypt.csproj | 2 +- dotnet/src/dotnetcore/GxClasses/GxClasses.csproj | 4 ++-- dotnet/src/dotnetframework/GxClasses/GxClasses.csproj | 4 ++-- .../dotnetcore/GeneXusJWTNetCore/GeneXusJWTNetCore.csproj | 8 ++++---- .../dotnet/dotnetframework/GeneXusJWT/GeneXusJWT.csproj | 8 ++++---- .../DotNetCoreChunkedTest/DotNetCoreChunkedTest.csproj | 2 +- .../DotNetCoreOpenTelemetryTest.csproj | 2 +- dotnet/test/DotNetCoreUnitTest/DotNetCoreUnitTest.csproj | 2 +- .../DotNetCoreWebUnitTest/DotNetCoreWebUnitTest.csproj | 2 +- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/dotnet/src/dotnetcommon/GxEncrypt/GxEncrypt.csproj b/dotnet/src/dotnetcommon/GxEncrypt/GxEncrypt.csproj index 5f7d6885f..3bcbe9ee0 100644 --- a/dotnet/src/dotnetcommon/GxEncrypt/GxEncrypt.csproj +++ b/dotnet/src/dotnetcommon/GxEncrypt/GxEncrypt.csproj @@ -7,7 +7,7 @@ GeneXus.Encrypt - + diff --git a/dotnet/src/dotnetcore/GxClasses/GxClasses.csproj b/dotnet/src/dotnetcore/GxClasses/GxClasses.csproj index 1805e02db..7efd344ff 100644 --- a/dotnet/src/dotnetcore/GxClasses/GxClasses.csproj +++ b/dotnet/src/dotnetcore/GxClasses/GxClasses.csproj @@ -173,9 +173,9 @@ - + - + diff --git a/dotnet/src/dotnetframework/GxClasses/GxClasses.csproj b/dotnet/src/dotnetframework/GxClasses/GxClasses.csproj index edf352ed3..3d89f45e6 100644 --- a/dotnet/src/dotnetframework/GxClasses/GxClasses.csproj +++ b/dotnet/src/dotnetframework/GxClasses/GxClasses.csproj @@ -13,11 +13,11 @@ - + - + diff --git a/dotnet/src/extensions/SecurityAPI/dotnet/dotnetcore/GeneXusJWTNetCore/GeneXusJWTNetCore.csproj b/dotnet/src/extensions/SecurityAPI/dotnet/dotnetcore/GeneXusJWTNetCore/GeneXusJWTNetCore.csproj index 3ffbb4bec..8cebbad16 100644 --- a/dotnet/src/extensions/SecurityAPI/dotnet/dotnetcore/GeneXusJWTNetCore/GeneXusJWTNetCore.csproj +++ b/dotnet/src/extensions/SecurityAPI/dotnet/dotnetcore/GeneXusJWTNetCore/GeneXusJWTNetCore.csproj @@ -33,12 +33,12 @@ - - - + + + - + diff --git a/dotnet/src/extensions/SecurityAPI/dotnet/dotnetframework/GeneXusJWT/GeneXusJWT.csproj b/dotnet/src/extensions/SecurityAPI/dotnet/dotnetframework/GeneXusJWT/GeneXusJWT.csproj index 598e1ce0f..8d481a451 100644 --- a/dotnet/src/extensions/SecurityAPI/dotnet/dotnetframework/GeneXusJWT/GeneXusJWT.csproj +++ b/dotnet/src/extensions/SecurityAPI/dotnet/dotnetframework/GeneXusJWT/GeneXusJWT.csproj @@ -17,11 +17,11 @@ - - - + + + - + diff --git a/dotnet/test/DotNetCoreChunkedTest/DotNetCoreChunkedTest.csproj b/dotnet/test/DotNetCoreChunkedTest/DotNetCoreChunkedTest.csproj index 2ff695e87..6340919c6 100644 --- a/dotnet/test/DotNetCoreChunkedTest/DotNetCoreChunkedTest.csproj +++ b/dotnet/test/DotNetCoreChunkedTest/DotNetCoreChunkedTest.csproj @@ -19,7 +19,7 @@ - + diff --git a/dotnet/test/DotNetCoreOpenTelemetryTest/DotNetCoreOpenTelemetryTest.csproj b/dotnet/test/DotNetCoreOpenTelemetryTest/DotNetCoreOpenTelemetryTest.csproj index c38eb7844..d14b29d86 100644 --- a/dotnet/test/DotNetCoreOpenTelemetryTest/DotNetCoreOpenTelemetryTest.csproj +++ b/dotnet/test/DotNetCoreOpenTelemetryTest/DotNetCoreOpenTelemetryTest.csproj @@ -17,7 +17,7 @@ - + diff --git a/dotnet/test/DotNetCoreUnitTest/DotNetCoreUnitTest.csproj b/dotnet/test/DotNetCoreUnitTest/DotNetCoreUnitTest.csproj index 4b671a244..29f1c66a3 100644 --- a/dotnet/test/DotNetCoreUnitTest/DotNetCoreUnitTest.csproj +++ b/dotnet/test/DotNetCoreUnitTest/DotNetCoreUnitTest.csproj @@ -60,7 +60,7 @@ - + diff --git a/dotnet/test/DotNetCoreWebUnitTest/DotNetCoreWebUnitTest.csproj b/dotnet/test/DotNetCoreWebUnitTest/DotNetCoreWebUnitTest.csproj index 266ef7208..47a5713c7 100644 --- a/dotnet/test/DotNetCoreWebUnitTest/DotNetCoreWebUnitTest.csproj +++ b/dotnet/test/DotNetCoreWebUnitTest/DotNetCoreWebUnitTest.csproj @@ -19,7 +19,7 @@ - + From 5025397c421b6f1597066bd34e5e60d24bc8a037 Mon Sep 17 00:00:00 2001 From: Claudia Murialdo Date: Tue, 16 Jan 2024 09:17:43 -0300 Subject: [PATCH 2/2] Upgrade Microsoft.IdentityModel.Tokens from 6.5.1 to 6.34.0 for .NET Framework. --- dotnet/src/dotnetcommon/GxEncrypt/GxEncrypt.csproj | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dotnet/src/dotnetcommon/GxEncrypt/GxEncrypt.csproj b/dotnet/src/dotnetcommon/GxEncrypt/GxEncrypt.csproj index 3bcbe9ee0..f4518c1e4 100644 --- a/dotnet/src/dotnetcommon/GxEncrypt/GxEncrypt.csproj +++ b/dotnet/src/dotnetcommon/GxEncrypt/GxEncrypt.csproj @@ -6,11 +6,7 @@ Encrypt64 Decrypt64 GeneXus.Encrypt - + - - - - \ No newline at end of file