laptop and a wrench

漏洞

Inline Scalable Vector Graphics (SVG) for a button icon causes unexpected cursor behavior on the Accordion element of Text boxes on ArcGIS Enterprise Sites.

Portal for ArcGIS
漏洞 ID 编号 BUG-000168505
已提交June 21, 2024
上次修改时间May 21, 2025
适用范围Portal for ArcGIS
找到的版本10.9.1
操作系统N/A
操作系统版本N/A
状态As Designed

附加信息

Thank you for reaching out regarding the issue with inline SVG links. Starting in ArcGIS Enterprise 10.9.1 and later, SVG code is sanitized for security purposes. This sanitization process can remove or modify certain elements within the SVG, including inline links, to help prevent potential security risks.

解决办法

Remove the inline SVG tags from the code, for example:

From:

 

<button class="accordion btn btn-sm btn-link" style="color: #ffffff;" data-target="#accordion-1644425725154" aria-labelledby="accordion-1644425725154-title">

<b><svg style='fill:#ffffff'>

             <title>Menu Lateral</title>

             <use xlink:href='#ember-arcgis-hub-components-hub-icons-angle-up'></use>

           </svg>

</b></button>

 

To:

 

<button style="color: #ffffff; background-color: transparent; border: none; box-shadow: none;">         

         <b></b>

         </button>

重现步骤

漏洞 ID: BUG-000168505

软件:

  • Portal for ArcGIS

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项