This is an automated email from the ASF dual-hosted git repository. akovalenko pushed a commit to branch branch-2.7 in repository https://gitbox.apache.org/repos/asf/ambari.git
commit f8c700fc9d5a4bffc00ca173a5f61ebea841a4bc Author: Aleksandr Kovalenko <[email protected]> AuthorDate: Thu Sep 13 13:34:15 2018 +0300 AMBARI-24628. Fix possible "Phishing by Navigating Browser Tabs" vulnerability (akovalenko) --- ambari-web/app/templates/main/dashboard/widgets/hdfs_links.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ambari-web/app/templates/main/dashboard/widgets/hdfs_links.hbs b/ambari-web/app/templates/main/dashboard/widgets/hdfs_links.hbs index 7e482b0..0b4a673 100644 --- a/ambari-web/app/templates/main/dashboard/widgets/hdfs_links.hbs +++ b/ambari-web/app/templates/main/dashboard/widgets/hdfs_links.hbs @@ -109,7 +109,7 @@ {{/each}} {{else}} {{#each view.quickLinks}} - <li><a {{bindAttr href="url"}} target="_blank rel="noopener noreferrer"">{{label}}</a></li> + <li><a {{bindAttr href="url"}} target="_blank" rel="noopener noreferrer">{{label}}</a></li> {{/each}} {{/if}} {{else}}
