[PM-37648] Fix double HTML encoding in emergency access emails - #7652
Merged
addisonbeck merged 4 commits intoJul 13, 2026
Merged
Annotations
14 warnings
|
Test Bitwarden solution:
bitwarden_license/test/Scim.IntegrationTest/Factories/ScimApplicationFactory.cs#L128
The behavior of 'int?.ToString()' could vary based on the current user's locale settings. Replace this call in 'ScimApplicationFactory.UsersGetListAsync(Guid, string, int?, int?)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
Test Bitwarden solution:
bitwarden_license/test/Scim.IntegrationTest/Factories/ScimApplicationFactory.cs#L123
The behavior of 'int?.ToString()' could vary based on the current user's locale settings. Replace this call in 'ScimApplicationFactory.UsersGetListAsync(Guid, string, int?, int?)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
Test Bitwarden solution:
bitwarden_license/test/Scim.IntegrationTest/Factories/ScimApplicationFactory.cs#L81
The behavior of 'int?.ToString()' could vary based on the current user's locale settings. Replace this call in 'ScimApplicationFactory.GroupsGetListAsync(Guid, string, int?, int?)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
Test Bitwarden solution:
bitwarden_license/test/Scim.IntegrationTest/Factories/ScimApplicationFactory.cs#L76
The behavior of 'int?.ToString()' could vary based on the current user's locale settings. Replace this call in 'ScimApplicationFactory.GroupsGetListAsync(Guid, string, int?, int?)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
Test OSS solution:
src/Core/Auth/Models/Api/Response/UserDecryptionOptions.cs#L7
'ResponseModel' is obsolete: 'Use Bit.HttpExtensions.ResponseModel instead.'
|
|
Test OSS solution:
src/Core/Auth/Models/Api/Response/ProtectedDeviceResponseModel.cs#L10
'ResponseModel' is obsolete: 'Use Bit.HttpExtensions.ResponseModel instead.'
|
|
Test OSS solution:
src/Core/Auth/Models/Api/Response/DeviceAuthRequestResponseModel.cs#L11
'ResponseModel' is obsolete: 'Use Bit.HttpExtensions.ResponseModel instead.'
|
|
Test OSS solution:
src/Core/Auth/Models/Api/Response/Accounts/WebAuthnLoginAssertionOptionsResponseModel.cs#L11
'ResponseModel' is obsolete: 'Use Bit.HttpExtensions.ResponseModel instead.'
|
|
Test OSS solution:
src/Core/KeyManagement/Models/Api/Response/SignatureKeyPairResponseModel.cs#L8
'ResponseModel' is obsolete: 'Use Bit.HttpExtensions.ResponseModel instead.'
|
|
Test OSS solution:
src/Core/KeyManagement/Models/Api/Response/PublicKeysResponseModel.cs#L11
'ResponseModel' is obsolete: 'Use Bit.HttpExtensions.ResponseModel instead.'
|
|
Test OSS solution:
src/Core/KeyManagement/Models/Api/Response/PublicKeyEncryptionKeyPairResponseModel.cs#L8
'ResponseModel' is obsolete: 'Use Bit.HttpExtensions.ResponseModel instead.'
|
|
Test OSS solution:
src/Core/KeyManagement/Models/Api/Response/PrivateKeysResponseModel.cs#L15
'ResponseModel' is obsolete: 'Use Bit.HttpExtensions.ResponseModel instead.'
|
|
Test OSS solution:
util/Server/Startup.cs#L102
The behavior of 'DateTime.ToString()' could vary based on the current user's locale settings. Replace this call in 'Startup.Configure(IApplicationBuilder, IConfiguration, ILogger<Startup>)' with a call to 'DateTime.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
Test OSS solution:
util/Server/Startup.cs#L43
The behavior of 'DateTime.ToString()' could vary based on the current user's locale settings. Replace this call in 'Startup.Configure(IApplicationBuilder, IConfiguration, ILogger<Startup>)' with a call to 'DateTime.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
background
wait
wait-all
cancel
parallel
Loading