save progress
This commit is contained in:
@@ -271,10 +271,10 @@ public static partial class ChangelogParser
|
||||
[GeneratedRegex(@"^\* (.+) - (.+)")]
|
||||
private static partial Regex RpmHeaderRegex();
|
||||
|
||||
[GeneratedRegex(@" ([\d\.\-]+):")]
|
||||
[GeneratedRegex(@"^\s{2}([0-9A-Za-z\.\-_+]+):")]
|
||||
private static partial Regex AlpineVersionRegex();
|
||||
|
||||
[GeneratedRegex(@"CVE-\d{4}-\d{4,}")]
|
||||
[GeneratedRegex(@"CVE-\d{4}-[0-9A-Za-z]{4,}")]
|
||||
private static partial Regex CvePatternRegex();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user