Branch: refs/heads/stable-18.4.x Home: https://github.com/xwiki/xwiki-commons Commit: 98975992ebc38e83b8af5ae721c1326613717430 https://github.com/xwiki/xwiki-commons/commit/98975992ebc38e83b8af5ae721c132... Author: Michael Hamann <[email protected]> Date: 2026-06-29 (Mon, 29 Jun 2026) Changed paths: M xwiki-commons-core/xwiki-commons-xml/src/main/java/org/xwiki/xml/internal/html/HTMLDefinitions.java M xwiki-commons-core/xwiki-commons-xml/src/main/java/org/xwiki/xml/internal/html/HTMLElementSanitizerConfiguration.java M xwiki-commons-core/xwiki-commons-xml/src/main/java/org/xwiki/xml/internal/html/SecureHTMLElementSanitizer.java M xwiki-commons-core/xwiki-commons-xml/src/test/java/org/xwiki/xml/internal/html/DefaultHTMLCleanerTest.java A xwiki-commons-core/xwiki-commons-xml/src/test/java/org/xwiki/xml/internal/html/HTMLElementSanitizerConfigurationTest.java M xwiki-commons-core/xwiki-commons-xml/src/test/java/org/xwiki/xml/internal/html/SecureHTMLElementSanitizerTest.java Log Message: ----------- XCOMMONS-3654: The name attribute should be disallowed on most elements * Allow the name attribute by default on the "a" and "map" element. * Implement a configuration for allowing some attributes only on certain elements. * Add unit tests. (cherry picked from commit 596bb50328c10f55b349c58f82e2f1274e99262d) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications