Reflected XSS – The current HTTP request send the malicious script.
Stored XSS, the website’s database sends the malicious script.
DOM-based XSS, Situation where the vulnerability does not exist in the server-side code but exists in client-side code.
Preventing the XSS attacks by Cyborg ERP
With the fusion of the following measure XSS vulnerabilities is effectively prevented by Cyborg ERP.
We also take care of XSS attacks by filtering all inputs, encoding all the data during output, Response head appropriate use, content security policy.