Support ShadowDOM #555
Open
Support ShadowDOM #555
Codacy Production / Codacy Static Code Analysis
required action
Oct 2, 2025 in 0s
2 new security issues (0 max.).
Here is an overview of what got changed by this pull request:
Issues
======
- Added 2
Complexity increasing per file
==============================
- src/lib/browser/Page.ts 3
See the complete overview on Codacy
Annotations
Check failure on line 284 in src/lib/browser/Page.ts
codacy-production / Codacy Static Code Analysis
src/lib/browser/Page.ts#L284
User controlled data in a `document.body.innerHTML` is an anti-pattern that can lead to XSS vulnerabilities
Check failure on line 284 in src/lib/browser/Page.ts
codacy-production / Codacy Static Code Analysis
src/lib/browser/Page.ts#L284
User controlled data in methods like `innerHTML`, `outerHTML` or `document.write` is an anti-pattern that can lead to XSS vulnerabilities
Loading