rspec/rules/S5145/common/fix/how-does-this-work.adoc
2023-03-02 18:07:54 +01:00

4 lines
302 B
Plaintext

=== How does this work?
Data being used for logging should be content restricted, typed, and sanitized. +
Sanitization mainly revolves around stripping carriage return (CR) and line feed (LF) characters, but further actions could be required based on the application context and the logged data usage.