``` <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 <a> with target="_blank". The current implementation doesn't flag this.