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

@@ -12,6 +12,7 @@ public class PatternDto {
private Long id;
private String name;
private String regex;
private String excludeRegex; // 제외 정규식
private String severity;
private Integer contextLines;
private String description;