bug-tracker: Remove unnecessary clearing of knownVulnerabilities field in Redmine package

This commit is contained in:
OatmealDome
2025-08-23 16:54:34 +00:00
parent d01fbc6862
commit 84383bfb39

View File

@@ -20,9 +20,6 @@ let
patchedRubyEnv
patchedRubyEnv.wrappedRuby
];
# As of redmine 5.1.5, these are CVE-2024-54133 and GHSA-r95h-9x8f-r3f7.
meta.knownVulnerabilities = [];
});
in {
options.my.roles.bug-tracker.enable = lib.mkEnableOption "bugs.dolphin-emu.org tracker";