Skip to content

Commit

Permalink
Revert "NEX-55514 Add missing Privileges to role.rb"
Browse files Browse the repository at this point in the history
  • Loading branch information
cfleming-R7 authored Feb 29, 2024
1 parent a42a81b commit a865a84
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
9 changes: 0 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# Changelog

## [v7.3.2](https://github.com/rapid7/nexpose-client/tree/v7.3.2) (2023-12-27)

[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v7.3.1...v7.3.2)

**Merged pull requests:**
- Missing Global Privileges (ViewVulnInvestigations, ManageVulnInvestigations)

**Fixed bugs:**

## [v7.3.0](https://github.com/rapid7/nexpose-client/tree/v7.3.0) (2021-04-02)

[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v7.2.1...v7.3.0)
Expand Down
2 changes: 0 additions & 2 deletions lib/nexpose/role.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ module Global
SUBMIT_VULN_EXCEPTIONS = 'SubmitVulnExceptions'
APPROVE_VULN_EXCEPTIONS = 'ApproveVulnExceptions'
DELETE_VULN_EXCEPTIONS = 'DeleteVulnExceptions'
VIEW_VULN_INVESTIGATIONS = 'ViewVulnInvestigations'
MANAGE_VULN_INVESTIGATIONS = 'ManageVulnInvestigations'
CREATE_TICKETS = 'CreateTickets'
CLOSE_TICKETS = 'CloseTickets'
TICKET_ASSIGNEE = 'TicketAssignee'
Expand Down
2 changes: 1 addition & 1 deletion lib/nexpose/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Nexpose
# The latest version of the Nexpose gem
VERSION = '7.3.2'.freeze
VERSION = '7.3.1'.freeze
end

0 comments on commit a865a84

Please sign in to comment.