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

feat: add panel support for jira table #300

Closed
wants to merge 2 commits into from
Closed

Conversation

armagandalkiran
Copy link
Collaborator

No description provided.

Copy link

vercel bot commented Feb 10, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
gurubu ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 10, 2025 8:21am

<JiraPanel key={attrMap.title || content.slice(0, 20)} style={panelStyle}>
<div
dangerouslySetInnerHTML={{
__html: await marked(convertJiraToMarkdown(content), { renderer })

Check warning

Code scanning / Semgrep OSS

Semgrep Finding: typescript.react.security.audit.react-dangerouslysetinnerhtml.react-dangerouslysetinnerhtml Warning

Detection of dangerouslySetInnerHTML from non-constant definition. This can inadvertently expose users to cross-site scripting (XSS) attacks if this comes from user-provided input. If you have to use dangerouslySetInnerHTML, consider using a sanitization library such as DOMPurify to sanitize your HTML.
@armagandalkiran armagandalkiran deleted the jira-table-panel branch February 15, 2025 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant