diff options
author | Tim Smith <tsmith84@gmail.com> | 2021-04-02 16:08:59 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-04-02 16:08:59 -0700 |
commit | 90dbd2bad492c27d86d2f6fb4375580cdb0b0482 (patch) | |
tree | 663c0ee051524886e083248cfb63c727cbc0416d /RELEASE_NOTES.md | |
parent | 864253b5cc5cbb0585883514766b7ea08db713f0 (diff) | |
download | chef-90dbd2bad492c27d86d2f6fb4375580cdb0b0482.tar.gz |
Update openSSL on macOS to 1.1.1k
This resolves several CVEs:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3449
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3450
Signed-off-by: Tim Smith <tsmith@chef.io>
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 17ae7fb321..be66aee542 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -37,7 +37,7 @@ This section serves to track things we should later document here for 17.0 - Alibaba Cloud support with node['alibaba'] showing metadata, `alibaba?` helper and node['cloud'] returning data now - https://github.com/chef/chef/pull/11004 - Removed detection of discontinued antergos and Pidora distros - https://github.com/chef/ohai/pull/1633 / https://github.com/chef/ohai/pull/1634 -## What's New in 16.12.0 +## What's New in 16.12 ### Chef InSpec |