rapid7 / nexpose-client

DEPRECATED: Rapid7 Nexpose API client library written in Ruby
https://www.rapid7.com/
BSD 3-Clause "New" or "Revised" License
150 stars 103 forks source link

Allow setting of invulnerable storage #333

Closed cfleming-R7 closed 1 year ago

cfleming-R7 commented 1 year ago

Description

Allows reading and setting the InvulnerableStorage scan template option

Motivation and Context

The InvulnerableStorage option is being changed to default off in Nexpose. Controlling this value is important for certain workflows.

How Has This Been Tested?

Imported this version of nexpose-client to Nexpose, enabled InvulnerableStorage, ran tests to show invulnerable results were being stored and reported

Types of changes