HCL app scanner tool unable to access our web application
We are hosting two web applications on Azure Cloud and utilizing Kubernetes for orchestration. Both applications are deployed using Docker containers and are performing security scans with HCL AppScan. However, we’ve encountered an issue where Application 2 seems to be penetrable during the scan, whereas Application 1 does not
Here are the details for both applications:
- Application 1:
- Frontend: React (with NPM)
- Backend: Python (Flask)
- Database: MySQL
- Deployment: Docker container orchestrated with Kubernetes
- Application 2:
- Frontend: Angular (with NPM)
- Backend: Java (possibly Spring Boot)
- Database: PostgreSQL
- Deployment: Docker container orchestrated with Kubernetes
- Database: PostgreSQL
- Backend: Java (possibly Spring Boot)
- Frontend: Angular (with NPM)
- Database: MySQL
- Backend: Python (Flask)
- Frontend: React (with NPM)
AS of now , we do not have firewall enabled , we use NSGs and have whitelisted the port numbers of the VAPT vendor .
The HCL app scanner can scrawl thru the application 2 but not applicaiton 1. We are doing VAPT tests for our application ,hence would need help on this .
Please guide.