java.lang.Object
de.cuioss.http.security.monitoring.URLSecurityLogMessages.WARN
- Enclosing class:
URLSecurityLogMessages
Warning level messages for security violations that were detected and blocked.
These messages indicate potential attacks that should be monitored and may trigger alerts.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final de.cuioss.tools.logging.LogRecordKnown attack signature detected and blocked.static final de.cuioss.tools.logging.LogRecordControl character injection detected and blocked.static final de.cuioss.tools.logging.LogRecordDouble encoding attack detected and blocked.static final de.cuioss.tools.logging.LogRecordInput length exceeded maximum allowed limits.static final de.cuioss.tools.logging.LogRecordMalformed input structure detected.static final de.cuioss.tools.logging.LogRecordNull byte injection attack detected and blocked.static final de.cuioss.tools.logging.LogRecordPath traversal attack detected and blocked.static final de.cuioss.tools.logging.LogRecordRate limit exceeded for security violations.static final de.cuioss.tools.logging.LogRecordSuspicious pattern detected in input.static final de.cuioss.tools.logging.LogRecordUnicode normalization attack detected and blocked. -
Method Summary
-
Field Details
-
PATH_TRAVERSAL_DETECTED
Path traversal attack detected and blocked. Parameters: [0] = the malicious input that was detected -
DOUBLE_ENCODING_DETECTED
Double encoding attack detected and blocked. Parameters: [0] = the double-encoded input that was detected -
UNICODE_ATTACK_DETECTED
Unicode normalization attack detected and blocked. Parameters: [0] = the Unicode input, [1] = normalized form -
NULL_BYTE_DETECTED
Null byte injection attack detected and blocked. Parameters: [0] = the input containing null bytes -
CONTROL_CHARACTERS_DETECTED
Control character injection detected and blocked. Parameters: [0] = the input containing control characters -
LENGTH_LIMIT_EXCEEDED
Input length exceeded maximum allowed limits. Parameters: [0] = validation type, [1] = actual length, [2] = maximum allowed -
SUSPICIOUS_PATTERN_DETECTED
Suspicious pattern detected in input. Parameters: [0] = validation type, [1] = detected pattern, [2] = input -
ATTACK_SIGNATURE_DETECTED
Known attack signature detected and blocked. Parameters: [0] = signature type, [1] = input that matched -
MALFORMED_INPUT_DETECTED
Malformed input structure detected. Parameters: [0] = validation type, [1] = description of malformation -
RATE_LIMIT_EXCEEDED
Rate limit exceeded for security violations. Parameters: [0] = failure type, [1] = current count, [2] = time window
-