Skip to content

Commit

Permalink
Add missing Investigation privs
Browse files Browse the repository at this point in the history
  • Loading branch information
cdoherty-r7 committed Dec 27, 2023
1 parent 7cb6a1d commit db44df5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# 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) (https://github.com/rapid7/nexpose-client/pull/337)

**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: 2 additions & 0 deletions lib/nexpose/role.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ 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.1'.freeze
VERSION = '7.3.2'.freeze
end

0 comments on commit db44df5

Please sign in to comment.