diff options
author | mjingle <mjingle@users.noreply.github.com> | 2019-04-18 10:30:36 -0400 |
---|---|---|
committer | Marc A. Paradise <marc.paradise@gmail.com> | 2019-04-24 13:29:00 -0400 |
commit | 8c73301fe37560faf5fb08d0c2a47909b6b68f20 (patch) | |
tree | 580c8ce564eaaa625ffc87fd51c2e1fa981d3ece /RELEASE_NOTES.md | |
parent | a036265fff3781c0945b3411c317eca1cafd64ca (diff) | |
download | chef-8c73301fe37560faf5fb08d0c2a47909b6b68f20.tar.gz |
Apply suggestions from code review
Co-Authored-By: marcparadise <marcparadise@users.noreply.github.com>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 94caa8bab0..ef2e843bd5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -47,7 +47,7 @@ The LC_ALL property in the locale resource has been deprecated as the usage of t ### Knife Bootstrap Knife bootstrap has been updated, and Windows bootstrap has been merged into core Chef's `knife bootstrap`. This marks the deprecation of the `knife-windows` plugin's `bootstrap` behavior. -This change also addresses [CVE-2015-8559](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8559): The knife bootstrap command in chef leaks the validator.pem private RSA key to /var/log/messages. +This change also addresses [CVE-2015-8559](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8559): The `knife bootstrap` command in chef leaks the validator.pem private RSA key to /var/log/messages. *Important*: `knife bootstrap` works with all supported versions of Chef client. Older versions may continue to work as far back as 12.20 |