Skip to content

Commit c773ff0

Browse files
Merge pull request #244 from garethgreenaway/docs_3002.7
docs_3002.7
2 parents 0a2d02f + 4d240c7 commit c773ff0

21 files changed

+467
-3281
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ Versions are `MAJOR.PATCH`.
77

88
# Changelog
99

10+
Salt 3002.7 (2021-08-20)
11+
========================
12+
13+
Fixed
14+
-----
15+
16+
- Verify the owner of an existing config before trusting it during install. If the owner cannot be verified, back it up and use defaults. (CVE-2021-22004)
17+
18+
19+
Security
20+
--------
21+
22+
- Fix the CVE-2021-31607 vulnerability
23+
Additionally, an audit and a tool was put in place, ``bandit``, to address similar issues througout the code base, and prevent them. (CVE-2021-31607)
24+
- Ensure that sourced file is cached using its hash name (cve-2021-21996)
25+
26+
1027
Salt 3002.6 (2021-03-10)
1128
========================
1229

@@ -337,6 +354,22 @@ Added
337354
This flag will be deprecated in the Phosphorus release when this functionality
338355
becomes the default. (#58652)
339356

357+
Salt 3001.8 (2021-08-20)
358+
========================
359+
360+
Fixed
361+
-----
362+
363+
- Verify the owner of an existing config before trusting it during install. If the owner cannot be verified, back it up and use defaults. (CVE-2021-22004)
364+
365+
366+
Security
367+
--------
368+
369+
- Fix the CVE-2021-31607 vulnerability
370+
Additionally, an audit and a tool was put in place, ``bandit``, to address similar issues througout the code base, and prevent them. (CVE-2021-31607)
371+
- Ensure that sourced file is cached using its hash name (cve-2021-21996)
372+
340373
Salt 3001.7 (2021-03-10)
341374
========================
342375

changelog/CVE-2021-22004.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/CVE-2021-31607.security

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog/cve-2021-21996.security

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/man/salt-api.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH "SALT-API" "1" "Mar 10, 2021" "3002.6" "Salt"
3+
.TH "SALT-API" "1" "Aug 20, 2021" "3002.7" "Salt"
44
.SH NAME
55
salt-api \- salt-api Command
66
.

doc/man/salt-call.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH "SALT-CALL" "1" "Mar 10, 2021" "3002.6" "Salt"
3+
.TH "SALT-CALL" "1" "Aug 20, 2021" "3002.7" "Salt"
44
.SH NAME
55
salt-call \- salt-call Documentation
66
.

doc/man/salt-cloud.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH "SALT-CLOUD" "1" "Mar 10, 2021" "3002.6" "Salt"
3+
.TH "SALT-CLOUD" "1" "Aug 20, 2021" "3002.7" "Salt"
44
.SH NAME
55
salt-cloud \- Salt Cloud Command
66
.

doc/man/salt-cp.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH "SALT-CP" "1" "Mar 10, 2021" "3002.6" "Salt"
3+
.TH "SALT-CP" "1" "Aug 20, 2021" "3002.7" "Salt"
44
.SH NAME
55
salt-cp \- salt-cp Documentation
66
.

doc/man/salt-key.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH "SALT-KEY" "1" "Mar 10, 2021" "3002.6" "Salt"
3+
.TH "SALT-KEY" "1" "Aug 20, 2021" "3002.7" "Salt"
44
.SH NAME
55
salt-key \- salt-key Documentation
66
.

doc/man/salt-master.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH "SALT-MASTER" "1" "Mar 10, 2021" "3002.6" "Salt"
3+
.TH "SALT-MASTER" "1" "Aug 20, 2021" "3002.7" "Salt"
44
.SH NAME
55
salt-master \- salt-master Documentation
66
.

0 commit comments

Comments
 (0)