From 1837c75c28fb3e181c26b07a6175bc3379e49e9b Mon Sep 17 00:00:00 2001 From: voommen-livefront Date: Wed, 1 Oct 2025 15:00:54 -0500 Subject: [PATCH] PM-20630 includeMemberItems in identify ciphers --- .../risk-insights/services/risk-insights-report.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitwarden_license/bit-common/src/dirt/reports/risk-insights/services/risk-insights-report.service.ts b/bitwarden_license/bit-common/src/dirt/reports/risk-insights/services/risk-insights-report.service.ts index c2cddc32d63..8aa674496d2 100644 --- a/bitwarden_license/bit-common/src/dirt/reports/risk-insights/services/risk-insights-report.service.ts +++ b/bitwarden_license/bit-common/src/dirt/reports/risk-insights/services/risk-insights-report.service.ts @@ -250,7 +250,7 @@ export class RiskInsightsReportService { data: ApplicationHealthReportDetail[], organizationId: OrganizationId, ): Promise { - const cipherViews = await this.cipherService.getAllFromApiForOrganization(organizationId); + const cipherViews = await this.cipherService.getAllFromApiForOrganization(organizationId, true); const dataWithCiphers = data.map( (app, index) =>