1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-18 02:11:22 +01:00
bitwarden-server/test/Core.Test/OrganizationFeatures/OrganizationDomains
Rui Tomé 21219262a2
[PM-3779] idor allow the attacker to delete the victim domain (#3308)
* [PM-3779] Added IOrganizationDomainRepository.GetDomainByIdAndOrganizationIdAsync and SQL stored procedure

* [PM-3779] Changed GetOrganizationDomainByIdQuery to also take OrgId as a parameter. Updated existing unit tests and added new. Updated controller to match command changes

* [PM-3779] Removed type from url routes

* [PM-3779] Renamed IGetOrganizationDomainByIdAndOrganizationIdQuery to IGetOrganizationDomainByIdOrganizationIdQuery

* [PM-3779] Renamed GetOrganizationDomainByIdOrganizationIdQueryTests file and added more tests
2023-10-18 11:57:59 +01:00
..
CreateOrganizationDomainCommandTests.cs [SG-147] Organization Domain Claiming Feature (#2704) 2023-02-15 14:26:41 -05:00
DeleteOrganizationDomainCommandTests.cs [PM-3779] idor allow the attacker to delete the victim domain (#3308) 2023-10-18 11:57:59 +01:00
GetOrganizationDomainByIdOrganizationIdQueryTests.cs [PM-3779] idor allow the attacker to delete the victim domain (#3308) 2023-10-18 11:57:59 +01:00
GetOrganizationDomainByOrganizationIdQueryTests.cs [PM-3779] idor allow the attacker to delete the victim domain (#3308) 2023-10-18 11:57:59 +01:00
VerifyOrganizationDomainCommandTests.cs [PM-3779] idor allow the attacker to delete the victim domain (#3308) 2023-10-18 11:57:59 +01:00