rspec/rules/S6839/how-to-fix-it.adoc
2023-11-22 10:45:39 +01:00

5 lines
386 B
Plaintext

== How to fix it
As a best practice, applications that construct response headers using user-provided data should always implement rigorous validation or sanitation of this data.
Also, note that most high-level and modern web development frameworks integrate a built-in protection measure and are thus immune to response splitting attacks. Using such a framework should be considered.