Is there any JS library provided by Oracle to sanitize XSS vulnerabilities in input?
Something similar to DOMPurify.sanitize ?
We do allow tags <, > however need to clean / sanitize string within input
eg <script src="http://malicious-site.com/malicious.js"></script>