Secure coding in Springboot underAttack:

1.CSRF (cross site request forgery):

on the behalf of the browser where user is authenticated making new request to the site from that browser

2.CROSS SITE SCRIPTING (XSS);

it allows useers to put the malicous script into the web page or website

Stored xss:

it allows to insert the script in the db

reflected xss:

Dom Xss:

3.CORS:

It allows to accepts the request from the mentioned domain

4.SQL INNJECTION:

it allows to inject the sql query to the website and manipluate the data