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

Add new filter and update IP address operators #224

Merged
merged 1 commit into from
May 5, 2016
Merged

Conversation

rkhalil-r7
Copy link
Contributor

To enable the user to search with a single ip address or a range of ip addresses based on an update in Nexpose 6.2.5

@@ -185,6 +185,7 @@ module Operator
IN = 'IN'
NOT_IN = 'NOT_IN'
IN_RANGE = 'IN_RANGE'
NOT_IN_RANGE = 'NOT_IN_RANGE'

Choose a reason for hiding this comment

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

Freeze mutable objects assigned to constants.

@gschneider-r7 gschneider-r7 modified the milestone: 4.0.0 May 3, 2016
@sgreen-r7 sgreen-r7 merged commit 9830c8d into master May 5, 2016
@sgreen-r7 sgreen-r7 deleted the add_new_operator branch May 5, 2016 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants