From 08daf9eee0e33358f99411c2f5b690f44f84a175 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Wed, 14 Mar 2012 16:45:22 -0700 Subject: [PATCH] cloudstack 3.0 UI - XSS - detailView in Edit mode - fix it to show original value instead of HTML-encoding value. --- ui/scripts/ui/utils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/scripts/ui/utils.js b/ui/scripts/ui/utils.js index f64eef6e6e4..fb266733051 100644 --- a/ui/scripts/ui/utils.js +++ b/ui/scripts/ui/utils.js @@ -108,5 +108,4 @@ return reversedValue; }; - })(jQuery, cloudStack);