We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<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.
The text was updated successfully, but these errors were encountered:
Yes, that's a fair point.
Sorry, something went wrong.
Would it make sense to add to the current rule or add a new one? I could help out with that
I think an option added to the current rule would be great; we could default it to false for now and true in a later semver-major PR.
false
true
49e4bb6
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: