]> source.dussan.org Git - sonarqube.git/blob
9cc936f73c77a76acb86a8efed3ffad05f18a8e6
[sonarqube.git] /
1 <p>This code constructs an HTTP Cookie using an untrusted HTTP parameter. If this cookie is added to an HTTP response, it will allow a HTTP response splitting
2 vulnerability. See <a href="http://en.wikipedia.org/wiki/HTTP_response_splitting">http://en.wikipedia.org/wiki/HTTP_response_splitting</a>
3 for more information.</p>
4 <p>FindBugs looks only for the most blatant, obvious cases of HTTP response splitting.
5 If FindBugs found <em>any</em>, you <em>almost certainly</em> have more 
6 vulnerabilities that FindBugs doesn't report. If you are concerned about HTTP response splitting, you should seriously 
7 consider using a commercial static analysis or pen-testing tool.
8 </p>