Skip to content
This repository was archived by the owner on Jul 15, 2023. It is now read-only.
This repository was archived by the owner on Jul 15, 2023. It is now read-only.

new security rule: window.open opener is not null #293

Closed
@HamletDRC

Description

@HamletDRC

https://www.jitbit.com/alexblog/256-targetblank---the-most-underestimated-vulnerability-ever/

If you use window.open then you must do this:

let newWnd = window.open();
newWnd.opener = null;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Status: BlockedOther issues, externally or internally, are preventing progress.Type: Rule SuggestionAdding a new rule that doesn't yet exist here or in TSLint core.💀 R.I.P. 💀

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions