Skip to content

Releases: vctorr1/Generador-de-Informes

Generador-de-Informes v0.9.0

02 Apr 16:41

Choose a tag to compare

Pre-release

PrivilegedAuditSuite v0.1.0

Overview

Initial public release of PrivilegedAuditSuite, a Windows-native WPF application for privileged account auditing and identity reconciliation across CyberArk and Entra ID.

Included in this release

  • CyberArk account audit workflow with manual CSV/XLSX import or PVWA API sync
  • Filtering by CPM Disabled, platforms and safes
  • Error normalization and grouping for CPM failures
  • Stable error signatures based on codes such as winRc=, Error code:, ORA-, HRESULT, NTSTATUS
  • Export of error summaries to CSV/XLSX
  • Configurable error selection and ordering before export
  • Entra ID vs CyberArk identity reconciliation
  • Encrypted local configuration using Windows DPAPI
  • Headless runner for scheduled or unattended execution
  • Unit test coverage for core business rules

Packages

App portable

Framework-dependent WPF build for Windows.

Headless portable

Framework-dependent console runner for automation scenarios.

Notes

  • The portable packages require the appropriate .NET Desktop Runtime / .NET Runtime on the target machine.
  • A fully standalone win-x64 package can be generated with RID restore enabled if needed for a later release.
  • OneDrive Excel writeback through Microsoft Graph Workbook API is not included yet in this release.

Validation

Validated with:

  • dotnet build .\PrivilegedAuditSuite.Tests\PrivilegedAuditSuite.Tests.csproj --no-restore -m:1 -v minimal
  • dotnet test .\PrivilegedAuditSuite.Tests\PrivilegedAuditSuite.Tests.csproj --no-build --no-restore -v minimal

Result: 11/11 tests passed.