Skip to content

Add or modify rule for no target="_blank" to include form elements #1143

@jmarthernandez

Description

@jmarthernandez
      <form
        method="POST"
        action={url}
        target="_blank"
      >
          <formStuff />
      </form>

I could be wrong but isn't a form post open to the same vulnerabilities as a with target="_blank". The current implementation doesn't flag this.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions