I have an angular application with multiple sub apps, which were built in angular too. I host the main application and it has tabs in it. The sub applications get loaded inside the iframe of the main app.
When the security team tested it, they are saying the app is venerable to DOM injection. But as per Angular documentation, DOM injection is by default handled.
I am looking to see if there is anything else additional that needs to be done in order to prevent DOM injection.