update 22

This commit is contained in:
2026-01-07 01:14:51 +09:00
parent 57c3eea429
commit 66e8e21302
220 changed files with 2911 additions and 700 deletions

View File

@@ -23,6 +23,9 @@ public class Pattern {
@Column(nullable = false, length = 1000)
private String regex; // 정규식
@Column(length = 1000)
private String excludeRegex; // 제외 정규식 (매칭되면 에러에서 제외)
@Column(nullable = false)
private String severity; // CRITICAL, ERROR, WARN