Skip to content

Commit d12f3d2

Browse files
Merge pull request #242 from garethgreenaway/docs_3001.8
docs_3001.8
2 parents 96a89c5 + 2e86278 commit d12f3d2

20 files changed

+367
-2981
lines changed

CHANGELOG.md

Lines changed: 17 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 3001.8 (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 3001.7 (2021-03-10)
1128
========================
1229

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" "3001.7" "Salt"
3+
.TH "SALT-API" "1" "Aug 20, 2021" "3001.8" "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" "3001.7" "Salt"
3+
.TH "SALT-CALL" "1" "Aug 20, 2021" "3001.8" "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" "3001.7" "Salt"
3+
.TH "SALT-CLOUD" "1" "Aug 20, 2021" "3001.8" "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" "3001.7" "Salt"
3+
.TH "SALT-CP" "1" "Aug 20, 2021" "3001.8" "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" "3001.7" "Salt"
3+
.TH "SALT-KEY" "1" "Aug 20, 2021" "3001.8" "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" "3001.7" "Salt"
3+
.TH "SALT-MASTER" "1" "Aug 20, 2021" "3001.8" "Salt"
44
.SH NAME
55
salt-master \- salt-master Documentation
66
.

0 commit comments

Comments
 (0)