KRYSTALM7 commented on PR #38:
URL:
https://github.com/apache/fineract-loan-origination/pull/38#issuecomment-4972523163
Hi @Aman-Mittal, replacing csrf.disable() with
csrf.ignoringRequestMatchers("/api/**") keeps CSRF protection
enabled at the framework level while excluding our stateless
endpoints, which should satisfy CodeQL since it no longer matches
the disable() pattern. Pushed the changes.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]