Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid direct assignment of innerHTML for Advanced Marker-based cluster pins #729

Closed
wangela opened this issue Aug 15, 2023 · 1 comment
Closed
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@wangela
Copy link
Member

wangela commented Aug 15, 2023

renderer.ts uses innerHTML to define a pin element based on an inline SVG. This may trigger warnings about XSS vulnerabilities.

Recommended remedies:

@wangela wangela added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. triage me I really want to be triaged. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. priority: p2 Moderately-important priority. Fix may not be included in next release. and removed triage me I really want to be triaged. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. labels Aug 15, 2023
@usefulthink
Copy link
Contributor

fixed in #744

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

2 participants