Key Information Vulnerability ID: CVE-2015-10719 Fix Commit: 20d7295 Commit Authors: DavideD and gsmet Commit Date: October 19, 2015 Related Files: - - Main Changes 1. Code Modifications: - In , the method was modified to handle cloning of child nodes. - Previously, it used for iteration; after the change, it uses and clones each node individually. 2. Test Case Updates: - In , several XSS-related test cases were removed, including: - - - - - - 3. Security Issue Description: - This commit fixes a security issue related to the annotation, potentially involving risks of Cross-Site Scripting (XSS). Summary This commit primarily addresses a security vulnerability associated with the annotation by improving code logic and removing redundant test cases, thereby enhancing overall security.