notify doctors work, audit work, new product advisory sprints

This commit is contained in:
master
2026-01-13 08:36:29 +02:00
parent b8868a5f13
commit 9ca7cb183e
343 changed files with 24492 additions and 3544 deletions

View File

@@ -147,7 +147,7 @@ public static partial class ChangelogParser
}
currentDate = ParseRpmDate(headerMatch.Groups[1].Value);
currentVersion = headerMatch.Groups[2].Value;
currentVersion = headerMatch.Groups[2].Value.Trim();
currentCves.Clear();
currentBugs.Clear();
currentDescription.Clear();