[GH-ISSUE #224] Avoid target='_blank' attribute without rel='noopener noreferrer' #146

Open
opened 2026-03-03 11:13:23 +03:00 by kerem · 0 comments
Owner

Originally created by @akhil-naidu on GitHub (Jun 9, 2025).
Original GitHub issue: https://github.com/dflow-sh/dflow/issues/224

Originally assigned to: @charanm927 on GitHub.

Description

When creating a JSX element with a tag, it is often desired to have the link open in a new tab using the target=_blank; attribute. Using this attribute unaccompanied by rel=noreferrer, however, is a severe security vulnerability.

@pavanbhaskardev, ensure the same to be in dflow marketing website too.

Originally created by @akhil-naidu on GitHub (Jun 9, 2025). Original GitHub issue: https://github.com/dflow-sh/dflow/issues/224 Originally assigned to: @charanm927 on GitHub. ## Description When creating a JSX element with a tag, it is often desired to have the link open in a new tab using the `target=_blank;` attribute. Using this attribute unaccompanied by `rel=noreferrer`, however, is a severe security vulnerability. @pavanbhaskardev, ensure the same to be in dflow marketing website too.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dflow#146
No description provided.