Skip to content

Commit d621419

Browse files
author
Erwin Dondorp
committed
WIP
1 parent 4131979 commit d621419

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

saltgui/static/scripts/panels/Minions.js

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,9 @@ export class MinionsPanel extends Panel {
576576
["CVE-2024-38825", MASTER + MINION, ["3006", "1[0-1]"]],
577577
["CVE-2024-38825", MASTER + MINION, ["3007", "[0-3]"]],
578578

579+
["CVE-2025-6965", MASTER + MINION, ["3006", "[0-9]"]],
580+
["CVE-2025-6965", MASTER + MINION, ["3006", "1[0-4]"]],
581+
579582
["CVE-2025-22236", MINION, ["3006", "[0-9]"]],
580583
["CVE-2025-22236", MINION, ["3006", "1[0-1]"]],
581584
["CVE-2025-22236", MINION, ["3007", "[0-3]"]],
@@ -599,9 +602,19 @@ export class MinionsPanel extends Panel {
599602
["CVE-2025-22241", MASTER + MINION, ["3006", "[0-9]"]],
600603
["CVE-2025-22241", MASTER + MINION, ["3006", "1[0-1]"]],
601604
["CVE-2025-22241", MASTER + MINION, ["3007", "[0-3]"]],
605+
606+
["CVE-2025-62348", MASTER + MINION, ["3006", "[0-9]"]],
607+
["CVE-2025-62348", MASTER + MINION, ["3006", "1[0-6]"]],
608+
609+
["CVE-2025-62349", MASTER + MINION, ["3006", "[0-9]"]],
610+
["CVE-2025-62349", MASTER + MINION, ["3006", "1[0-6]"]],
611+
602612
];
603613

604-
// the above table is up-to-date until (including) 3006.13 and 3007.5
614+
// ADD_RELEASE
615+
// the above table is up-to-date until (including) 3006.17 and 3007.5
616+
// please file an issue for SaltGUI when a saltstack version newer than that exists
617+
// https://github.com/erwindon/SaltGUI/issues/new?title=Add%20CVE-20xx-xxxxx
605618
}
606619

607620
static _getCveBugs (pVersion, pNodeType) {

0 commit comments

Comments
 (0)