refactor(chore): fix audit vulnerability
SonarQube reviewer guide
Summary: Upgrade @node-saml/passport-saml from v4.0.4 to v5.1.0 and update related dependencies.
Review Focus: Breaking changes in the SAML config type (SamlConfig → PassportSamlConfig) with renamed properties (cert → idpCert, added required callbackUrl). Verify all SAML authentication flows still work correctly after these interface changes.
Start review at: src/strategies/SAML/saml-strategy-factory-provider.ts. This file contains the core breaking changes to the SAML strategy factory interface that will affect how SAML authentication is configured throughout the application.
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
@piyushsinghgaur1 is this a breaking change