🔒️(frontend) fix props vulnerability in Interlinking

We were not properly sanitizing props passed to the
InterlinkingLinkInlineContent component, which could
lead to XSS attacks. This commit remove most of the
props and only keep the necessary ones.
This commit is contained in:
Anthony LC
2026-01-13 13:13:51 +01:00
parent fa6f3e8b7c
commit e807237dbe
7 changed files with 126 additions and 50 deletions

View File

@@ -68,6 +68,7 @@
"react-select": "5.10.2",
"styled-components": "6.1.19",
"use-debounce": "10.0.6",
"uuid": "13.0.0",
"y-protocols": "1.0.7",
"yjs": "*",
"zustand": "5.0.9"