mirror of https://github.com/apache/cloudstack.git
For any strings that require sanitization (i.e., strip HTML/JavaScript), wrap the string around cloudStack.sanitize, or _s for short. This currently will remove embedded HTML tags, which are the main security issues present. Example: var str = '<script>Hello</script>My String'; _s(str) = '<script>Hello</script>My String' |
||
|---|---|---|
| .. | ||
| css | ||
| images | ||
| lib | ||
| old | ||
| scripts | ||
| .classpath | ||
| .project | ||
| index.jsp | ||