We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c4be1 commit 28b8dd5Copy full SHA for 28b8dd5
captchaservice-backend/src/main/java/de/muenchen/captchaservice/service/captcha/MetricsService.java
@@ -77,7 +77,6 @@ public void initializeInvalidatedPayloadsGauge() {
77
78
/**
79
* Sanitizes user input for logging to prevent log injection.
80
- * Removes newlines and carriage returns.
81
*/
82
private static String sanitizeForLog(String input) {
83
if (input == null) return null;
0 commit comments