fix: 27 bugs corregidos en auditoria f1+f2
CRITICAL: - JWT Secret vacio -> fallback seguro en Program.cs - QuestPDF License -> inicializada como Community - Transbank SPs en MySQL (no PostgreSQL) + MySqlConnector package - GrabarVoucher: 15 parametros (estaban 8) ALTO: - JwtMiddleware registrado en pipeline - AuthController.Perfil con [Authorize] - LeadRepository.IngresarAsync: ExecuteReader -> Execute - Casts directos en LeadQueryRepository -> double cast IDictionary - EmailService: try-finally con DisconnectAsync - DteController ruta: parametro codigo no usado -> corregido MEDIO: - Schema prefix faltante en Buscar_LeadDiarios - appsettings secretos movidos a env vars - http template eliminado - Fono string en vez de int en EmpresaController - model validation faltante
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
<PackageReference Include="Dapper" Version="2.1.79" />
|
||||
<PackageReference Include="MailKit" Version="4.17.0" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.2" />
|
||||
<PackageReference Include="MySqlConnector" Version="2.6.1" />
|
||||
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
|
||||
<PackageReference Include="Npgsql" Version="10.0.3" />
|
||||
</ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user