漏洞
| 漏洞 ID 编号 | BUG-000163031 |
|---|---|
| 已提交 | November 16, 2023 |
| 上次修改时间 | February 18, 2025 |
| 适用范围 | ArcGIS Pro |
| 找到的版本 | 3.1.3 |
| 操作系统 | N/A |
| 操作系统版本 | N/A |
| 状态 | Non-Reproducible |
The following code can be used to overwrite the description, which wipes out:
from arcgis.gis import GIS
gis = GIS("https://www.arcgis.com", "<username>", "<password>")
# replace with item id from url of item detail page of feature service to be updated
search_result = gis.content.search("id:id:<itemID>")
# overwrite tags/description/snippet
search_result[0].update(item_properties={'tags':'test','description':'1234','snippet':'4567'})
print('done')
漏洞 ID: BUG-000163031
软件:
获取来自 ArcGIS 专家的帮助
下载 Esri 支持应用程序