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

bugfix/email-toAllAuthorized - use proper variable to set toAllAuthorized for Email class #255

Merged

Conversation

zyoutz-r7
Copy link
Contributor

Description

While leveraging the gem, identified a bug in the Email class where the assignment for toAllAuthorized uses an uninitialized variable instead of the properly defined @to_all_authorized varaible.

Motivation and Context

Currently it is not possible to create or update a report which has the setting enabled to send to all authorized users. With this change, this functionality will begin to work as intended.

How Has This Been Tested?

Limited testing against a local Nexpose 6.4.7 environment. Tested the creation of new reports with setting enabled, along with the updating of current reports.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • I have updated the documentation accordingly (if changes are required).
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@zyoutz-r7 zyoutz-r7 added the Bug label Nov 21, 2016
@gschneider-r7 gschneider-r7 merged commit fff736a into rapid7:master Dec 8, 2016
@zyoutz-r7 zyoutz-r7 deleted the bugfix/email-toAllAuthorized branch December 8, 2016 14:06
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

2 participants