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' |
||
|---|---|---|
| .. | ||
| ui | ||
| ui-custom | ||
| accounts.js | ||
| cloud.core.callbacks.js | ||
| cloudStack.js | ||
| configuration.js | ||
| dashboard.js | ||
| domains.js | ||
| events.js | ||
| globalSettings.js | ||
| installWizard.js | ||
| instances.js | ||
| lbStickyPolicy.js | ||
| network.js | ||
| projects.js | ||
| sharedFunctions.js | ||
| storage.js | ||
| system.js | ||
| templates.js | ||
| zoneWizard.js | ||