1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-25 12:45:18 +01:00
bitwarden-server/test/Core.Test/Utilities
Rui Tomé 9d59e4dc9e
[AC-1637] Sanitize Business and Organization Names from html script injection prior to storing in db (#3302)
* [AC-1637] Added HtmlEncodingStringConverter to encode/decode special chars on JSON serialization/deserialization

* [AC-1637] Added unit tests for HtmlEncodingStringConverter

* [AC-1637] Moved expected values on unit tests to the arrange phase

* [AC-1637] Added HtmlEncodingStringConverter to properties that are for input/output of Org Name and Business name

* [AC-1637] Modified views in Admin project to decode values to display

* [AC-1637] Replaced Html.Raw with HttpUtility.HtmlDecode

* [AC-1637] Added JsonConverter to Provider DTOs

* [AC-1637] Modified HandlebarsMailService to decode organization name before sending emails

* Revert "[AC-1637] Added JsonConverter to Provider DTOs"

This reverts commit 94d507cf93.

* [AC-1637] Fixed Admin panel organization search

* [AC-1637] Sanitizing Organization name and business name on creation in Admin panel

* [AC-1637] Sanitizing organization name and business name on creation by a provider

* [AC-1637] Sanitizing provider name on creation and on viewing in admin panel

* [AC-1637] Added sanitization to more places where Org name is used

* [AC-1637] Swapped using HttpUtility for WebUtility since the later is part of the dotnet framework

* [AC-1637] Updated error messages

* [AC-1637] Decoding on Admin panel add existing organization

* [AC-1637] Fix HTML decoding issues

* [AC-1637] Refactor HTML decoding in View and Model classes on Admin panel

* [AC-1637] Refactor provider name and business name usages to use methods that output decoded values

* [AC-1637] Fixed typo

* [AC-1637] Renamed Provider methods to retrieve Decoded Name and BusinessName

* [AC-1637] Renamed Organization methods to retrieve Decoded Name and BusinessName

* [AC-1637] Update the display name method in the `ProviderOrganizationOrganizationDetails` class to `DisplayName()`
2024-03-05 10:56:48 +00:00
..
data SqlServer split manage collection permission (#1594) 2021-10-05 11:12:05 -05:00
BulkAuthorizationHandlerTests.cs [AC-1373] Flexible Collections (#3245) 2023-11-01 09:30:52 +00:00
ClaimsExtensionsTests.cs Run formatting (#2230) 2022-08-29 16:06:55 -04:00
CoreHelpersTests.cs [PM-3561] Clean the return url of any whitespace (#3696) 2024-02-06 13:30:37 -05:00
CustomRedisProcessingStrategyTests.cs Remove moq (#3166) 2023-08-10 17:03:42 +02:00
EncryptedStringAttributeTests.cs Improve Speed of EncryptedStringAttribute (#3785) 2024-02-20 13:07:54 -05:00
HtmlEncodingStringConverterTests.cs [AC-1637] Sanitize Business and Organization Names from html script injection prior to storing in db (#3302) 2024-03-05 10:56:48 +00:00
JsonHelpersTests.cs Run formatting (#2230) 2022-08-29 16:06:55 -04:00
PermissiveStringConverterTests.cs Run formatting (#2230) 2022-08-29 16:06:55 -04:00
RequireFeatureAttributeTests.cs Establish IFeatureService as scoped (#3679) 2024-01-18 09:47:34 -05:00
SelfHostedAttributeTests.cs Run formatting (#2230) 2022-08-29 16:06:55 -04:00
SpanExtensionsTests.cs [PM-5052] Upgrade to .NET 8 (#3461) 2024-02-05 13:03:42 -05:00
StaticStoreTests.cs [AC-1708] Teams Starter Plan (#3386) 2023-11-03 22:26:47 +00:00
StrictEmailAddressAttributeTests.cs Run formatting (#2230) 2022-08-29 16:06:55 -04:00
StrictEmailAddressListAttributeTests.cs Run formatting (#2230) 2022-08-29 16:06:55 -04:00