Skip to content

Commit 64ec7f6

Browse files
author
Erwin Dondorp
committed
updated CVE information
1 parent e2babea commit 64ec7f6

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

saltgui/static/scripts/panels/Minions.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,11 +542,16 @@ export class MinionsPanel extends Panel {
542542

543543
// unclear for which older saltstack versions also
544544
["CVE-2024-26130", MASTER + MINION, ["3006", "7"]],
545+
545546
["CVE-2024-27306", MASTER + MINION, ["3006", "7"]],
547+
548+
["CVE-2024-34064", MASTER + MINION, ["3006", "[0-8]"]],
546549
["CVE-2024-34064", MASTER + MINION, ["3007", "0"]],
550+
551+
["CVE-2024-37088", MASTER + MINION, ["3006", "[0-8]"]],
547552
];
548553

549-
// the above table is up-to-date until (including) 3006.8 and 3007.1
554+
// the above table is up-to-date until (including) 3006.11 and 3007.3
550555
}
551556

552557
static _getCveBugs (pVersion, pNodeType) {

0 commit comments

Comments
 (0)