This is an automated email from the ASF dual-hosted git repository. akovalenko pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ambari.git
commit e3c3e34b317009d39a1e795c1c5c01767e69bbfb Author: Aleksandr Kovalenko <[email protected]> AuthorDate: Thu Sep 13 13:36:02 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}}
