Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FB-656] Security Updates for openssh vulnerabilities #413

Merged
merged 3 commits into from Aug 13, 2019

Conversation

pasanchamikara
Copy link
Contributor

Description of your patch

This PR updates 'net-misc/openssh` to it's latest version.

Recommended Release Notes

Apply latest security updates to openssh

Estimated risk

Medium

Components involved

security updates recipe

Description of testing done

  • Booted a solo env (Ruby app) and checked (through emerge -upDN1 world ) that openssh have updates available.
  • Updated the local chef recipes(In the instance) with the changes in this PR.
  • Executed /home/ey/bin/chef-solo -j /etc/chef/dna.json -c /etc/chef/solo.rb
  • Checked openssh is updated to the latest version available (eix net-misc/openssh) .

QA Instructions

  • Test a PHP application
  • Test different environment configurations

Copy link
Contributor

@jfuechsl jfuechsl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the openssh upgrade to take effect, please add a notifies handler to restart the sshd service.
For example: notifies :restart, 'service[sshd]'. This also needs the corresponding service resource (with action :nothing).

@jfuechsl jfuechsl added the LGTM label Jul 24, 2019
@DalianisDim DalianisDim merged commit b132b7f into next-release Aug 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants