Skip to content
Closed
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
b5e804b
fix: plugins/techdocs/package.json to reduce vulnerabilities
snyk-io[bot] Jul 18, 2025
9f2ff36
fix: plugins/techdocs/package.json to reduce vulnerabilities
snyk-io[bot] Jan 30, 2026
339bfd3
fix: plugins/techdocs/package.json to reduce vulnerabilities
snyk-io[bot] Jan 30, 2026
661253f
fix: plugins/techdocs/package.json to reduce vulnerabilities
snyk-io[bot] Jan 31, 2026
104c50f
fix: plugins/techdocs/package.json to reduce vulnerabilities
snyk-io[bot] Feb 1, 2026
2ad77e2
fix: plugins/techdocs/package.json to reduce vulnerabilities
snyk-io[bot] Feb 2, 2026
d19a7f4
fix: plugins/techdocs/package.json to reduce vulnerabilities
snyk-io[bot] Feb 4, 2026
9bcf04f
fix: plugins/techdocs/package.json to reduce vulnerabilities
snyk-io[bot] Feb 4, 2026
0fca39c
fix: plugins/techdocs/package.json to reduce vulnerabilities
snyk-io[bot] Feb 6, 2026
5ccd788
fix: plugins/techdocs/package.json to reduce vulnerabilities
snyk-io[bot] Feb 7, 2026
694de81
fix: plugins/techdocs/package.json to reduce vulnerabilities
snyk-io[bot] Feb 8, 2026
4e3e9bd
fix: plugins/techdocs/package.json to reduce vulnerabilities
snyk-io[bot] Feb 10, 2026
c94a718
fix: plugins/techdocs/package.json to reduce vulnerabilities
snyk-io[bot] Feb 12, 2026
749b48c
fix: plugins/techdocs/package.json to reduce vulnerabilities
snyk-io[bot] Feb 13, 2026
9dc845f
fix: plugins/techdocs/package.json to reduce vulnerabilities
snyk-io[bot] Feb 13, 2026
2662273
fix: plugins/techdocs/package.json to reduce vulnerabilities
snyk-io[bot] Feb 14, 2026
a25bbb3
fix: plugins/techdocs/package.json to reduce vulnerabilities
snyk-io[bot] Feb 15, 2026
650192e
fix: plugins/techdocs/package.json to reduce vulnerabilities
snyk-io[bot] Feb 16, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/techdocs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@material-ui/lab": "4.0.0-alpha.61",
"@material-ui/styles": "^4.10.0",
"@types/react": "^16.13.1 || ^17.0.0",
"dompurify": "^2.2.9",
"dompurify": "^2.5.4",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Security: DOMPurify version 2.2.9 contains critical security vulnerabilities (CVE-2024-45801) that allow XSS attacks to bypass sanitization through deeply nested HTML structures and prototype pollution

"event-source-polyfill": "1.0.25",
"git-url-parse": "^13.0.0",
"jss": "~10.10.0",
Expand Down
Loading