nexpose 7.0.1 → 7.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/CHANGELOG.md +184 -13
- data/COPYING +1 -1
- data/Gemfile.lock +72 -61
- data/README.markdown +10 -1
- data/Rakefile +2 -0
- data/lib/eso.rb +23 -0
- data/lib/eso/conductor.rb +227 -0
- data/lib/eso/configuration/configuration.rb +124 -0
- data/lib/eso/configuration/configuration_manager.rb +145 -0
- data/lib/eso/filter.rb +137 -0
- data/lib/eso/integration_option.rb +88 -0
- data/lib/eso/integration_options_manager.rb +178 -0
- data/lib/eso/nexpose.rb +212 -0
- data/lib/eso/service.rb +83 -0
- data/lib/eso/step.rb +166 -0
- data/lib/eso/step_configuration.rb +73 -0
- data/lib/eso/workflow.rb +149 -0
- data/lib/nexpose/ajax.rb +1 -0
- data/lib/nexpose/connection.rb +8 -4
- data/lib/nexpose/group.rb +1 -1
- data/lib/nexpose/maint.rb +23 -2
- data/lib/nexpose/report.rb +10 -0
- data/lib/nexpose/role.rb +3 -2
- data/lib/nexpose/scan.rb +4 -2
- data/lib/nexpose/site.rb +4 -2
- data/lib/nexpose/util.rb +2 -1
- data/lib/nexpose/version.rb +1 -1
- data/lib/nexpose/vuln_exception.rb +6 -6
- metadata +20 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: bcd253e64cfd5a4ee8d5272a296501c9f77a7decacab24d09ebde617aa5faac5
|
4
|
+
data.tar.gz: 56e465549f83e5d26a9c9865af382fae45997c9381901504f278bc5365f773e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2ec970e1b75e3ee2d9acd63521afcd10a4847a7a69be94c68f125f81c1b35bc8c873e32873edd0b7bbfbd9b87aa18e80b886ec61cd7b776dc2c54e74a4392099
|
7
|
+
data.tar.gz: b7fb4ad6cb4e87af683aaf08cfa756df9f21b386ebe88f7937ab65aee72eeb999cabe325255d795f6a6d6d973e0bd3a0264e5ad69684b12d31c184bb1cf26d0e
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,98 @@
|
|
1
|
-
#
|
1
|
+
# Changelog
|
2
|
+
|
3
|
+
## [Unreleased](https://github.com/rapid7/nexpose-client/tree/HEAD)
|
4
|
+
|
5
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v7.2.1...HEAD)
|
6
|
+
|
7
|
+
**Fixed bugs:**
|
8
|
+
|
9
|
+
- Login Failed when update nexpose-client 2.0.2 to 7.2.1 [\#324](https://github.com/rapid7/nexpose-client/issues/324)
|
10
|
+
|
11
|
+
**Closed issues:**
|
12
|
+
|
13
|
+
- Stuck on maintenance mode page [\#327](https://github.com/rapid7/nexpose-client/issues/327)
|
14
|
+
- job failure in servicenow [\#323](https://github.com/rapid7/nexpose-client/issues/323)
|
15
|
+
- \[QUESTION\] How to generate Shared Secret via RESTful API? [\#322](https://github.com/rapid7/nexpose-client/issues/322)
|
16
|
+
- XML::VulnerabilityDetail/Complete API missing an instances value for vulnerabilities [\#306](https://github.com/rapid7/nexpose-client/issues/306)
|
17
|
+
|
18
|
+
**Merged pull requests:**
|
19
|
+
|
20
|
+
- Add a new privilege ManageAdvPolicies [\#330](https://github.com/rapid7/nexpose-client/pull/330) ([jinq102030](https://github.com/jinq102030))
|
21
|
+
- Fix HostOrIP for Ruby 2.6.3 [\#328](https://github.com/rapid7/nexpose-client/pull/328) ([abunn-r7](https://github.com/abunn-r7))
|
22
|
+
- Fix travis builds [\#326](https://github.com/rapid7/nexpose-client/pull/326) ([gschneider-r7](https://github.com/gschneider-r7))
|
23
|
+
- Migrate eso-client to nexpose-client / CSRF header update [\#309](https://github.com/rapid7/nexpose-client/pull/309) ([hwilson-r7](https://github.com/hwilson-r7))
|
24
|
+
|
25
|
+
## [v7.2.1](https://github.com/rapid7/nexpose-client/tree/v7.2.1) (2018-06-01)
|
26
|
+
|
27
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v7.2.0...v7.2.1)
|
28
|
+
|
29
|
+
**Closed issues:**
|
30
|
+
|
31
|
+
- api/3/assets/{id}/software returns HTTP.500 error [\#319](https://github.com/rapid7/nexpose-client/issues/319)
|
32
|
+
- Unknown SSH Handshake error [\#308](https://github.com/rapid7/nexpose-client/issues/308)
|
33
|
+
- Use rex-mime gem instead of bundled "rexlite/mime" dependency [\#253](https://github.com/rapid7/nexpose-client/issues/253)
|
34
|
+
|
35
|
+
**Merged pull requests:**
|
36
|
+
|
37
|
+
- When passed a filename, download a report in chunks [\#321](https://github.com/rapid7/nexpose-client/pull/321) ([toofishes](https://github.com/toofishes))
|
38
|
+
|
39
|
+
## [v7.2.0](https://github.com/rapid7/nexpose-client/tree/v7.2.0) (2018-01-17)
|
40
|
+
|
41
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v7.1.1...v7.2.0)
|
42
|
+
|
43
|
+
**Closed issues:**
|
44
|
+
|
45
|
+
- list\_vuln\_exceptions returns API error [\#312](https://github.com/rapid7/nexpose-client/issues/312)
|
46
|
+
- Credentials failure after using Site.copy [\#307](https://github.com/rapid7/nexpose-client/issues/307)
|
47
|
+
- XML serialization for VulnException incorrect due to extra whitespace [\#304](https://github.com/rapid7/nexpose-client/issues/304)
|
48
|
+
- Nexpose timeout does not seem to work [\#299](https://github.com/rapid7/nexpose-client/issues/299)
|
49
|
+
|
50
|
+
**Merged pull requests:**
|
51
|
+
|
52
|
+
- Update vuln exceptions to use generally available API version [\#313](https://github.com/rapid7/nexpose-client/pull/313) ([mhuffman-r7](https://github.com/mhuffman-r7))
|
53
|
+
- Add a method to add common vuln status filters to report configs [\#303](https://github.com/rapid7/nexpose-client/pull/303) ([gschneider-r7](https://github.com/gschneider-r7))
|
54
|
+
|
55
|
+
## [v7.1.1](https://github.com/rapid7/nexpose-client/tree/v7.1.1) (2017-09-28)
|
56
|
+
|
57
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v7.1.0...v7.1.1)
|
58
|
+
|
59
|
+
**Merged pull requests:**
|
60
|
+
|
61
|
+
- Some methods were not honoring custom Connection Timeouts [\#300](https://github.com/rapid7/nexpose-client/pull/300) ([sgreen-r7](https://github.com/sgreen-r7))
|
62
|
+
|
63
|
+
## [v7.1.0](https://github.com/rapid7/nexpose-client/tree/v7.1.0) (2017-09-26)
|
64
|
+
|
65
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v7.0.1...v7.1.0)
|
66
|
+
|
67
|
+
**Fixed bugs:**
|
68
|
+
|
69
|
+
- nsc.list\_vuln\_exceptions does not return site\_id as documented [\#250](https://github.com/rapid7/nexpose-client/issues/250)
|
70
|
+
|
71
|
+
**Closed issues:**
|
72
|
+
|
73
|
+
- Connection Timeout When Creating DynamicAssetGroup with large number of criteria [\#274](https://github.com/rapid7/nexpose-client/issues/274)
|
74
|
+
- Vulnerability Exception 'approve' function applies vulnerability exception but throws a ruby exception [\#271](https://github.com/rapid7/nexpose-client/issues/271)
|
75
|
+
- Add a global timeout parameter to Connection [\#269](https://github.com/rapid7/nexpose-client/issues/269)
|
76
|
+
- Update Example Scripts [\#244](https://github.com/rapid7/nexpose-client/issues/244)
|
77
|
+
- support for encryption for recovery [\#290](https://github.com/rapid7/nexpose-client/issues/290)
|
78
|
+
|
79
|
+
**Merged pull requests:**
|
80
|
+
|
81
|
+
- adding the ability to include a password when restoring a backup [\#298](https://github.com/rapid7/nexpose-client/pull/298) ([sgreen-r7](https://github.com/sgreen-r7))
|
82
|
+
|
83
|
+
## [v7.0.1](https://github.com/rapid7/nexpose-client/tree/v7.0.1) (2017-09-11)
|
84
|
+
|
85
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v7.0.0...v7.0.1)
|
86
|
+
|
87
|
+
**Merged pull requests:**
|
88
|
+
|
89
|
+
- Allow for Starting Scan during Blackout [\#297](https://github.com/rapid7/nexpose-client/pull/297) ([sgreen-r7](https://github.com/sgreen-r7))
|
90
|
+
- Only Cleanup!! v3 [\#295](https://github.com/rapid7/nexpose-client/pull/295) ([sgreen-r7](https://github.com/sgreen-r7))
|
91
|
+
- Revert "Only Cleanup!" [\#293](https://github.com/rapid7/nexpose-client/pull/293) ([sgreen-r7](https://github.com/sgreen-r7))
|
92
|
+
- Only Cleanup! [\#292](https://github.com/rapid7/nexpose-client/pull/292) ([sgreen-r7](https://github.com/sgreen-r7))
|
2
93
|
|
3
94
|
## [v7.0.0](https://github.com/rapid7/nexpose-client/tree/v7.0.0) (2017-08-31)
|
95
|
+
|
4
96
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v6.1.1...v7.0.0)
|
5
97
|
|
6
98
|
**Fixed bugs:**
|
@@ -23,9 +115,11 @@
|
|
23
115
|
- Bug fixes for adhoc scan with hostname and dynamic asset group description [\#276](https://github.com/rapid7/nexpose-client/pull/276) ([gschneider-r7](https://github.com/gschneider-r7))
|
24
116
|
|
25
117
|
## [v6.1.1](https://github.com/rapid7/nexpose-client/tree/v6.1.1) (2017-07-24)
|
118
|
+
|
26
119
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v6.1.0...v6.1.1)
|
27
120
|
|
28
121
|
## [v6.1.0](https://github.com/rapid7/nexpose-client/tree/v6.1.0) (2017-06-19)
|
122
|
+
|
29
123
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v6.0.0...v6.1.0)
|
30
124
|
|
31
125
|
**Closed issues:**
|
@@ -33,6 +127,7 @@
|
|
33
127
|
- Please make engine pool available in ScanData, ScanSummary. [\#277](https://github.com/rapid7/nexpose-client/issues/277)
|
34
128
|
|
35
129
|
## [v6.0.0](https://github.com/rapid7/nexpose-client/tree/v6.0.0) (2017-04-03)
|
130
|
+
|
36
131
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v5.3.2...v6.0.0)
|
37
132
|
|
38
133
|
**Fixed bugs:**
|
@@ -44,6 +139,7 @@
|
|
44
139
|
- adding support for listing vuln exceptions on asset groups [\#266](https://github.com/rapid7/nexpose-client/pull/266) ([sgreen-r7](https://github.com/sgreen-r7))
|
45
140
|
|
46
141
|
## [v5.3.2](https://github.com/rapid7/nexpose-client/tree/v5.3.2) (2017-03-28)
|
142
|
+
|
47
143
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v5.3.1...v5.3.2)
|
48
144
|
|
49
145
|
**Fixed bugs:**
|
@@ -55,6 +151,7 @@
|
|
55
151
|
- set blackout enabled [\#265](https://github.com/rapid7/nexpose-client/pull/265) ([dmurray-r7](https://github.com/dmurray-r7))
|
56
152
|
|
57
153
|
## [v5.3.1](https://github.com/rapid7/nexpose-client/tree/v5.3.1) (2017-03-01)
|
154
|
+
|
58
155
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v5.3.0...v5.3.1)
|
59
156
|
|
60
157
|
**Closed issues:**
|
@@ -66,6 +163,7 @@
|
|
66
163
|
- added specific test method for shared creds to use correct attrs [\#262](https://github.com/rapid7/nexpose-client/pull/262) ([sgreen-r7](https://github.com/sgreen-r7))
|
67
164
|
|
68
165
|
## [v5.3.0](https://github.com/rapid7/nexpose-client/tree/v5.3.0) (2017-02-14)
|
166
|
+
|
69
167
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v5.2.0...v5.3.0)
|
70
168
|
|
71
169
|
**Merged pull requests:**
|
@@ -74,6 +172,7 @@
|
|
74
172
|
- allow user to supply a cerificate file for trusted SSL [\#254](https://github.com/rapid7/nexpose-client/pull/254) ([jmartin-r7](https://github.com/jmartin-r7))
|
75
173
|
|
76
174
|
## [v5.2.0](https://github.com/rapid7/nexpose-client/tree/v5.2.0) (2017-01-31)
|
175
|
+
|
77
176
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v5.1.0...v5.2.0)
|
78
177
|
|
79
178
|
**Fixed bugs:**
|
@@ -97,6 +196,7 @@
|
|
97
196
|
- add Connection:update\_engine [\#227](https://github.com/rapid7/nexpose-client/pull/227) ([nbirnel](https://github.com/nbirnel))
|
98
197
|
|
99
198
|
## [v5.1.0](https://github.com/rapid7/nexpose-client/tree/v5.1.0) (2016-08-26)
|
199
|
+
|
100
200
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v5.0.0...v5.1.0)
|
101
201
|
|
102
202
|
**Fixed bugs:**
|
@@ -106,10 +206,12 @@
|
|
106
206
|
**Merged pull requests:**
|
107
207
|
|
108
208
|
- Add Unique ID support to Asset and ExternalAsset [\#241](https://github.com/rapid7/nexpose-client/pull/241) ([gschneider-r7](https://github.com/gschneider-r7))
|
209
|
+
- api delete fix [\#230](https://github.com/rapid7/nexpose-client/pull/230) ([dmurray-r7](https://github.com/dmurray-r7))
|
109
210
|
- first attempt for fix of hash failure of blackouts [\#226](https://github.com/rapid7/nexpose-client/pull/226) ([sgreen-r7](https://github.com/sgreen-r7))
|
110
211
|
- Use latest minor versions of Ruby in Travis-CI [\#218](https://github.com/rapid7/nexpose-client/pull/218) ([gschneider-r7](https://github.com/gschneider-r7))
|
111
212
|
|
112
213
|
## [v5.0.0](https://github.com/rapid7/nexpose-client/tree/v5.0.0) (2016-06-23)
|
214
|
+
|
113
215
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v4.0.5...v5.0.0)
|
114
216
|
|
115
217
|
**Fixed bugs:**
|
@@ -123,6 +225,7 @@
|
|
123
225
|
- Fix incorrect documentation for schedule time format [\#232](https://github.com/rapid7/nexpose-client/pull/232) ([dmurray-r7](https://github.com/dmurray-r7))
|
124
226
|
|
125
227
|
## [v4.0.5](https://github.com/rapid7/nexpose-client/tree/v4.0.5) (2016-06-02)
|
228
|
+
|
126
229
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v4.0.4...v4.0.5)
|
127
230
|
|
128
231
|
**Closed issues:**
|
@@ -132,12 +235,13 @@
|
|
132
235
|
**Merged pull requests:**
|
133
236
|
|
134
237
|
- \#233: Fixed parsing of completed asset response to use correct asset ID [\#234](https://github.com/rapid7/nexpose-client/pull/234) ([mhuffman-r7](https://github.com/mhuffman-r7))
|
135
|
-
- api delete fix [\#230](https://github.com/rapid7/nexpose-client/pull/230) ([dmurray-r7](https://github.com/dmurray-r7))
|
136
238
|
|
137
239
|
## [v4.0.4](https://github.com/rapid7/nexpose-client/tree/v4.0.4) (2016-05-17)
|
240
|
+
|
138
241
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v4.0.3...v4.0.4)
|
139
242
|
|
140
243
|
## [v4.0.3](https://github.com/rapid7/nexpose-client/tree/v4.0.3) (2016-05-11)
|
244
|
+
|
141
245
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v4.0.2...v4.0.3)
|
142
246
|
|
143
247
|
**Fixed bugs:**
|
@@ -145,12 +249,15 @@
|
|
145
249
|
- Increase REXML::Security.entity\_expansion\_text\_limit [\#229](https://github.com/rapid7/nexpose-client/pull/229) ([sgreen-r7](https://github.com/sgreen-r7))
|
146
250
|
|
147
251
|
## [v4.0.2](https://github.com/rapid7/nexpose-client/tree/v4.0.2) (2016-05-06)
|
252
|
+
|
148
253
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v4.0.1...v4.0.2)
|
149
254
|
|
150
255
|
## [v4.0.1](https://github.com/rapid7/nexpose-client/tree/v4.0.1) (2016-05-06)
|
256
|
+
|
151
257
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v4.0.0...v4.0.1)
|
152
258
|
|
153
259
|
## [v4.0.0](https://github.com/rapid7/nexpose-client/tree/v4.0.0) (2016-05-05)
|
260
|
+
|
154
261
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v3.3.2...v4.0.0)
|
155
262
|
|
156
263
|
**Closed issues:**
|
@@ -159,10 +266,10 @@
|
|
159
266
|
|
160
267
|
**Merged pull requests:**
|
161
268
|
|
162
|
-
- Add new filter and update IP address operators [\#224](https://github.com/rapid7/nexpose-client/pull/224) ([rkhalil-r7](https://github.com/rkhalil-r7))
|
163
269
|
- Allow import scan to return scan ID when available [\#223](https://github.com/rapid7/nexpose-client/pull/223) ([gschneider-r7](https://github.com/gschneider-r7))
|
164
270
|
|
165
271
|
## [v3.3.2](https://github.com/rapid7/nexpose-client/tree/v3.3.2) (2016-04-29)
|
272
|
+
|
166
273
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v3.3.1...v3.3.2)
|
167
274
|
|
168
275
|
**Fixed bugs:**
|
@@ -181,6 +288,7 @@
|
|
181
288
|
- Make HostOrIP\#convert more flexible on IP address range input [\#214](https://github.com/rapid7/nexpose-client/pull/214) ([gschneider-r7](https://github.com/gschneider-r7))
|
182
289
|
|
183
290
|
## [v3.3.1](https://github.com/rapid7/nexpose-client/tree/v3.3.1) (2016-04-08)
|
291
|
+
|
184
292
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v3.3.0...v3.3.1)
|
185
293
|
|
186
294
|
**Fixed bugs:**
|
@@ -190,25 +298,28 @@
|
|
190
298
|
**Closed issues:**
|
191
299
|
|
192
300
|
- Unable to retrieve proofs [\#213](https://github.com/rapid7/nexpose-client/issues/213)
|
301
|
+
- Adding criteria to tag. [\#209](https://github.com/rapid7/nexpose-client/issues/209)
|
193
302
|
|
194
303
|
**Merged pull requests:**
|
195
304
|
|
196
305
|
- Fixing variable references in the to-headers call [\#216](https://github.com/rapid7/nexpose-client/pull/216) ([mhuffman-r7](https://github.com/mhuffman-r7))
|
197
306
|
|
198
307
|
## [v3.3.0](https://github.com/rapid7/nexpose-client/tree/v3.3.0) (2016-04-06)
|
308
|
+
|
199
309
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v3.2.0...v3.3.0)
|
200
310
|
|
201
311
|
**Closed issues:**
|
202
312
|
|
203
313
|
- Return nexpose\_id via API using vulnid [\#210](https://github.com/rapid7/nexpose-client/issues/210)
|
204
|
-
- Adding criteria to tag. [\#209](https://github.com/rapid7/nexpose-client/issues/209)
|
205
314
|
|
206
315
|
**Merged pull requests:**
|
207
316
|
|
317
|
+
- Add new filter and update IP address operators [\#224](https://github.com/rapid7/nexpose-client/pull/224) ([rkhalil-r7](https://github.com/rkhalil-r7))
|
208
318
|
- Add method for returning the version information for each scan engine [\#212](https://github.com/rapid7/nexpose-client/pull/212) ([Red5d](https://github.com/Red5d))
|
209
319
|
- Scheduled Backup and Maintenance [\#211](https://github.com/rapid7/nexpose-client/pull/211) ([dmurray-r7](https://github.com/dmurray-r7))
|
210
320
|
|
211
321
|
## [v3.2.0](https://github.com/rapid7/nexpose-client/tree/v3.2.0) (2016-01-20)
|
322
|
+
|
212
323
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v3.1.0...v3.2.0)
|
213
324
|
|
214
325
|
**Merged pull requests:**
|
@@ -216,6 +327,7 @@
|
|
216
327
|
- Windows services editor option [\#207](https://github.com/rapid7/nexpose-client/pull/207) ([kprzerwa-r7](https://github.com/kprzerwa-r7))
|
217
328
|
|
218
329
|
## [v3.1.0](https://github.com/rapid7/nexpose-client/tree/v3.1.0) (2016-01-06)
|
330
|
+
|
219
331
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v3.0.1...v3.1.0)
|
220
332
|
|
221
333
|
**Merged pull requests:**
|
@@ -223,9 +335,11 @@
|
|
223
335
|
- Two factor authentication [\#206](https://github.com/rapid7/nexpose-client/pull/206) ([dsadgat-r7](https://github.com/dsadgat-r7))
|
224
336
|
|
225
337
|
## [v3.0.1](https://github.com/rapid7/nexpose-client/tree/v3.0.1) (2015-12-11)
|
338
|
+
|
226
339
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v3.0.0...v3.0.1)
|
227
340
|
|
228
341
|
## [v3.0.0](https://github.com/rapid7/nexpose-client/tree/v3.0.0) (2015-12-11)
|
342
|
+
|
229
343
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v2.3.0...v3.0.0)
|
230
344
|
|
231
345
|
**Closed issues:**
|
@@ -243,6 +357,7 @@
|
|
243
357
|
- Remove deprecated method aliases [\#184](https://github.com/rapid7/nexpose-client/pull/184) ([gschneider-r7](https://github.com/gschneider-r7))
|
244
358
|
|
245
359
|
## [v2.3.0](https://github.com/rapid7/nexpose-client/tree/v2.3.0) (2015-12-10)
|
360
|
+
|
246
361
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v2.2.0...v2.3.0)
|
247
362
|
|
248
363
|
**Merged pull requests:**
|
@@ -250,6 +365,7 @@
|
|
250
365
|
- Add support for modifying the asset linking global preference [\#202](https://github.com/rapid7/nexpose-client/pull/202) ([erran-r7](https://github.com/erran-r7))
|
251
366
|
|
252
367
|
## [v2.2.0](https://github.com/rapid7/nexpose-client/tree/v2.2.0) (2015-12-01)
|
368
|
+
|
253
369
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v2.1.3...v2.2.0)
|
254
370
|
|
255
371
|
**Merged pull requests:**
|
@@ -257,6 +373,7 @@
|
|
257
373
|
- Add methods to enable debug/enhanced logging in the scan template. [\#197](https://github.com/rapid7/nexpose-client/pull/197) ([xliu-r7](https://github.com/xliu-r7))
|
258
374
|
|
259
375
|
## [v2.1.3](https://github.com/rapid7/nexpose-client/tree/v2.1.3) (2015-11-23)
|
376
|
+
|
260
377
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v2.1.2...v2.1.3)
|
261
378
|
|
262
379
|
**Merged pull requests:**
|
@@ -265,6 +382,7 @@
|
|
265
382
|
- Update documentation for list\_device\_vulns [\#194](https://github.com/rapid7/nexpose-client/pull/194) ([rchen-r7](https://github.com/rchen-r7))
|
266
383
|
|
267
384
|
## [v2.1.2](https://github.com/rapid7/nexpose-client/tree/v2.1.2) (2015-11-04)
|
385
|
+
|
268
386
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v2.1.1...v2.1.2)
|
269
387
|
|
270
388
|
**Closed issues:**
|
@@ -277,6 +395,7 @@
|
|
277
395
|
- Use a block with file.new to auto-close file ref [\#191](https://github.com/rapid7/nexpose-client/pull/191) ([gschneider-r7](https://github.com/gschneider-r7))
|
278
396
|
|
279
397
|
## [v2.1.1](https://github.com/rapid7/nexpose-client/tree/v2.1.1) (2015-10-21)
|
398
|
+
|
280
399
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v2.1.0...v2.1.1)
|
281
400
|
|
282
401
|
**Merged pull requests:**
|
@@ -284,6 +403,7 @@
|
|
284
403
|
- Update URLs for NSC config [\#189](https://github.com/rapid7/nexpose-client/pull/189) ([gschneider-r7](https://github.com/gschneider-r7))
|
285
404
|
|
286
405
|
## [v2.1.0](https://github.com/rapid7/nexpose-client/tree/v2.1.0) (2015-10-07)
|
406
|
+
|
287
407
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v2.0.2...v2.1.0)
|
288
408
|
|
289
409
|
**Fixed bugs:**
|
@@ -305,9 +425,11 @@
|
|
305
425
|
- Add methods for changing and querying a scan template's ACES logging level [\#187](https://github.com/rapid7/nexpose-client/pull/187) ([tomhart-r7](https://github.com/tomhart-r7))
|
306
426
|
|
307
427
|
## [v2.0.2](https://github.com/rapid7/nexpose-client/tree/v2.0.2) (2015-08-13)
|
428
|
+
|
308
429
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v2.0.1...v2.0.2)
|
309
430
|
|
310
431
|
## [v2.0.1](https://github.com/rapid7/nexpose-client/tree/v2.0.1) (2015-08-07)
|
432
|
+
|
311
433
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v2.0.0...v2.0.1)
|
312
434
|
|
313
435
|
**Merged pull requests:**
|
@@ -316,6 +438,7 @@
|
|
316
438
|
- Updated endpoints for txml removals [\#181](https://github.com/rapid7/nexpose-client/pull/181) ([btrujillo-r7](https://github.com/btrujillo-r7))
|
317
439
|
|
318
440
|
## [v2.0.0](https://github.com/rapid7/nexpose-client/tree/v2.0.0) (2015-07-16)
|
441
|
+
|
319
442
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v1.3.0...v2.0.0)
|
320
443
|
|
321
444
|
**Fixed bugs:**
|
@@ -328,6 +451,7 @@
|
|
328
451
|
- Password policy expiration [\#180](https://github.com/rapid7/nexpose-client/pull/180) ([dmurray-r7](https://github.com/dmurray-r7))
|
329
452
|
|
330
453
|
## [v1.3.0](https://github.com/rapid7/nexpose-client/tree/v1.3.0) (2015-07-07)
|
454
|
+
|
331
455
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v1.2.0...v1.3.0)
|
332
456
|
|
333
457
|
**Fixed bugs:**
|
@@ -339,6 +463,7 @@
|
|
339
463
|
- Update FilteredAsset to support site\_id in Nexpose 5.13 and later [\#179](https://github.com/rapid7/nexpose-client/pull/179) ([gschneider-r7](https://github.com/gschneider-r7))
|
340
464
|
|
341
465
|
## [v1.2.0](https://github.com/rapid7/nexpose-client/tree/v1.2.0) (2015-06-24)
|
466
|
+
|
342
467
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v1.1.0...v1.2.0)
|
343
468
|
|
344
469
|
**Merged pull requests:**
|
@@ -346,6 +471,7 @@
|
|
346
471
|
- Add new syslog constants [\#177](https://github.com/rapid7/nexpose-client/pull/177) ([erran-r7](https://github.com/erran-r7))
|
347
472
|
|
348
473
|
## [v1.1.0](https://github.com/rapid7/nexpose-client/tree/v1.1.0) (2015-05-29)
|
474
|
+
|
349
475
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v1.0.0...v1.1.0)
|
350
476
|
|
351
477
|
**Fixed bugs:**
|
@@ -369,6 +495,7 @@
|
|
369
495
|
- Add DHCP Protocol/Type constants to the DiscoveryConnection class [\#164](https://github.com/rapid7/nexpose-client/pull/164) ([erran-r7](https://github.com/erran-r7))
|
370
496
|
|
371
497
|
## [v1.0.0](https://github.com/rapid7/nexpose-client/tree/v1.0.0) (2015-04-08)
|
498
|
+
|
372
499
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.9.8...v1.0.0)
|
373
500
|
|
374
501
|
**Closed issues:**
|
@@ -393,16 +520,18 @@
|
|
393
520
|
- site-api/site: collapse include\_asset methods and add deprecrated methods [\#138](https://github.com/rapid7/nexpose-client/pull/138) ([gschneider-r7](https://github.com/gschneider-r7))
|
394
521
|
- site-api/alert: address some of hound's comments [\#137](https://github.com/rapid7/nexpose-client/pull/137) ([gschneider-r7](https://github.com/gschneider-r7))
|
395
522
|
- Site api [\#135](https://github.com/rapid7/nexpose-client/pull/135) ([gperez-r7](https://github.com/gperez-r7))
|
523
|
+
- Remove Ruby 1.9.3 support, require Ruby 2.1.5 [\#134](https://github.com/rapid7/nexpose-client/pull/134) ([gschneider-r7](https://github.com/gschneider-r7))
|
396
524
|
|
397
525
|
## [v0.9.8](https://github.com/rapid7/nexpose-client/tree/v0.9.8) (2015-03-17)
|
526
|
+
|
398
527
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.9.7...v0.9.8)
|
399
528
|
|
400
529
|
**Merged pull requests:**
|
401
530
|
|
402
531
|
- Update Nexpose::ScanTemplate methods for device and service discovery [\#136](https://github.com/rapid7/nexpose-client/pull/136) ([jhart-r7](https://github.com/jhart-r7))
|
403
|
-
- Remove Ruby 1.9.3 support, require Ruby 2.1.5 [\#134](https://github.com/rapid7/nexpose-client/pull/134) ([gschneider-r7](https://github.com/gschneider-r7))
|
404
532
|
|
405
533
|
## [v0.9.7](https://github.com/rapid7/nexpose-client/tree/v0.9.7) (2015-03-17)
|
534
|
+
|
406
535
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.9.6...v0.9.7)
|
407
536
|
|
408
537
|
**Merged pull requests:**
|
@@ -410,6 +539,7 @@
|
|
410
539
|
- Allow control of device discovery and other template options [\#133](https://github.com/rapid7/nexpose-client/pull/133) ([jhart-r7](https://github.com/jhart-r7))
|
411
540
|
|
412
541
|
## [v0.9.6](https://github.com/rapid7/nexpose-client/tree/v0.9.6) (2015-03-05)
|
542
|
+
|
413
543
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.9.5...v0.9.6)
|
414
544
|
|
415
545
|
**Fixed bugs:**
|
@@ -435,6 +565,7 @@
|
|
435
565
|
- Exclude assets by IP, hostname, or IP ranges from site [\#109](https://github.com/rapid7/nexpose-client/pull/109) ([gschneider-r7](https://github.com/gschneider-r7))
|
436
566
|
|
437
567
|
## [v0.9.5](https://github.com/rapid7/nexpose-client/tree/v0.9.5) (2015-02-09)
|
568
|
+
|
438
569
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.9.4...v0.9.5)
|
439
570
|
|
440
571
|
**Merged pull requests:**
|
@@ -443,6 +574,7 @@
|
|
443
574
|
- Add gschneider to gem authors [\#105](https://github.com/rapid7/nexpose-client/pull/105) ([gschneider-r7](https://github.com/gschneider-r7))
|
444
575
|
|
445
576
|
## [v0.9.4](https://github.com/rapid7/nexpose-client/tree/v0.9.4) (2015-01-28)
|
577
|
+
|
446
578
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.9.3...v0.9.4)
|
447
579
|
|
448
580
|
**Merged pull requests:**
|
@@ -451,6 +583,7 @@
|
|
451
583
|
- fix shared credentials xml element to correctly grab service type [\#102](https://github.com/rapid7/nexpose-client/pull/102) ([sgreen-r7](https://github.com/sgreen-r7))
|
452
584
|
|
453
585
|
## [v0.9.3](https://github.com/rapid7/nexpose-client/tree/v0.9.3) (2015-01-05)
|
586
|
+
|
454
587
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.9.2...v0.9.3)
|
455
588
|
|
456
589
|
**Merged pull requests:**
|
@@ -458,6 +591,7 @@
|
|
458
591
|
- Ajax clean up [\#101](https://github.com/rapid7/nexpose-client/pull/101) ([mdaines-r7](https://github.com/mdaines-r7))
|
459
592
|
|
460
593
|
## [v0.9.2](https://github.com/rapid7/nexpose-client/tree/v0.9.2) (2015-01-05)
|
594
|
+
|
461
595
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.9.1...v0.9.2)
|
462
596
|
|
463
597
|
**Closed issues:**
|
@@ -465,9 +599,11 @@
|
|
465
599
|
- Extract Common Credential Module [\#96](https://github.com/rapid7/nexpose-client/issues/96)
|
466
600
|
|
467
601
|
## [v0.9.1](https://github.com/rapid7/nexpose-client/tree/v0.9.1) (2015-01-02)
|
602
|
+
|
468
603
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.9.0...v0.9.1)
|
469
604
|
|
470
605
|
## [v0.9.0](https://github.com/rapid7/nexpose-client/tree/v0.9.0) (2014-12-31)
|
606
|
+
|
471
607
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.8.18...v0.9.0)
|
472
608
|
|
473
609
|
**Closed issues:**
|
@@ -479,22 +615,26 @@
|
|
479
615
|
**Merged pull requests:**
|
480
616
|
|
481
617
|
- Update to the new username attr for xml [\#100](https://github.com/rapid7/nexpose-client/pull/100) ([sgreen-r7](https://github.com/sgreen-r7))
|
482
|
-
- Refactor/Extract Common Credential Module [\#98](https://github.com/rapid7/nexpose-client/pull/98) ([sgreen-r7](https://github.com/sgreen-r7))
|
483
618
|
|
484
619
|
## [v0.8.18](https://github.com/rapid7/nexpose-client/tree/v0.8.18) (2014-12-15)
|
620
|
+
|
485
621
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.8.17...v0.8.18)
|
486
622
|
|
487
623
|
## [v0.8.17](https://github.com/rapid7/nexpose-client/tree/v0.8.17) (2014-12-11)
|
624
|
+
|
488
625
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.8.16...v0.8.17)
|
489
626
|
|
490
627
|
## [v0.8.16](https://github.com/rapid7/nexpose-client/tree/v0.8.16) (2014-12-10)
|
628
|
+
|
491
629
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.8.15...v0.8.16)
|
492
630
|
|
493
631
|
**Merged pull requests:**
|
494
632
|
|
633
|
+
- Refactor/Extract Common Credential Module [\#98](https://github.com/rapid7/nexpose-client/pull/98) ([sgreen-r7](https://github.com/sgreen-r7))
|
495
634
|
- Add incomplete\_assets method [\#93](https://github.com/rapid7/nexpose-client/pull/93) ([gschneider-r7](https://github.com/gschneider-r7))
|
496
635
|
|
497
636
|
## [v0.8.15](https://github.com/rapid7/nexpose-client/tree/v0.8.15) (2014-11-12)
|
637
|
+
|
498
638
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.8.14...v0.8.15)
|
499
639
|
|
500
640
|
**Closed issues:**
|
@@ -506,9 +646,11 @@
|
|
506
646
|
- allow creating vuln exception with site scope [\#91](https://github.com/rapid7/nexpose-client/pull/91) ([gschneider-r7](https://github.com/gschneider-r7))
|
507
647
|
|
508
648
|
## [v0.8.14](https://github.com/rapid7/nexpose-client/tree/v0.8.14) (2014-11-11)
|
649
|
+
|
509
650
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.8.13...v0.8.14)
|
510
651
|
|
511
652
|
## [v0.8.13](https://github.com/rapid7/nexpose-client/tree/v0.8.13) (2014-11-05)
|
653
|
+
|
512
654
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.8.12...v0.8.13)
|
513
655
|
|
514
656
|
**Merged pull requests:**
|
@@ -516,6 +658,7 @@
|
|
516
658
|
- Expose scan template level control scanning options [\#88](https://github.com/rapid7/nexpose-client/pull/88) ([erran](https://github.com/erran))
|
517
659
|
|
518
660
|
## [v0.8.12](https://github.com/rapid7/nexpose-client/tree/v0.8.12) (2014-11-05)
|
661
|
+
|
519
662
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.8.11...v0.8.12)
|
520
663
|
|
521
664
|
**Merged pull requests:**
|
@@ -524,6 +667,7 @@
|
|
524
667
|
- Use attr\_accessor instead of a custom setter in GlobalSettings [\#89](https://github.com/rapid7/nexpose-client/pull/89) ([erran](https://github.com/erran))
|
525
668
|
|
526
669
|
## [v0.8.11](https://github.com/rapid7/nexpose-client/tree/v0.8.11) (2014-11-04)
|
670
|
+
|
527
671
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.8.10...v0.8.11)
|
528
672
|
|
529
673
|
**Merged pull requests:**
|
@@ -532,6 +676,7 @@
|
|
532
676
|
- Use bundler for gem tasks [\#86](https://github.com/rapid7/nexpose-client/pull/86) ([erran](https://github.com/erran))
|
533
677
|
|
534
678
|
## [v0.8.10](https://github.com/rapid7/nexpose-client/tree/v0.8.10) (2014-10-29)
|
679
|
+
|
535
680
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.8.9...v0.8.10)
|
536
681
|
|
537
682
|
**Closed issues:**
|
@@ -543,12 +688,15 @@
|
|
543
688
|
- Support mobile dynamic connections [\#85](https://github.com/rapid7/nexpose-client/pull/85) ([rtaylor-r7](https://github.com/rtaylor-r7))
|
544
689
|
|
545
690
|
## [v0.8.9](https://github.com/rapid7/nexpose-client/tree/v0.8.9) (2014-10-20)
|
691
|
+
|
546
692
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.8.8...v0.8.9)
|
547
693
|
|
548
694
|
## [v0.8.8](https://github.com/rapid7/nexpose-client/tree/v0.8.8) (2014-10-17)
|
695
|
+
|
549
696
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.8.7...v0.8.8)
|
550
697
|
|
551
698
|
## [v0.8.7](https://github.com/rapid7/nexpose-client/tree/v0.8.7) (2014-10-14)
|
699
|
+
|
552
700
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.8.6...v0.8.7)
|
553
701
|
|
554
702
|
**Closed issues:**
|
@@ -556,6 +704,7 @@
|
|
556
704
|
- Error When Loading Dynamic Sites [\#83](https://github.com/rapid7/nexpose-client/issues/83)
|
557
705
|
|
558
706
|
## [v0.8.6](https://github.com/rapid7/nexpose-client/tree/v0.8.6) (2014-10-13)
|
707
|
+
|
559
708
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.8.5...v0.8.6)
|
560
709
|
|
561
710
|
**Closed issues:**
|
@@ -563,6 +712,7 @@
|
|
563
712
|
- Site.save is not functioning for dynamic sites [\#71](https://github.com/rapid7/nexpose-client/issues/71)
|
564
713
|
|
565
714
|
## [v0.8.5](https://github.com/rapid7/nexpose-client/tree/v0.8.5) (2014-10-09)
|
715
|
+
|
566
716
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.8.1...v0.8.5)
|
567
717
|
|
568
718
|
**Closed issues:**
|
@@ -579,6 +729,7 @@
|
|
579
729
|
- Add support for new Description tag in site and group configs [\#70](https://github.com/rapid7/nexpose-client/pull/70) ([gschneider-r7](https://github.com/gschneider-r7))
|
580
730
|
|
581
731
|
## [v0.8.1](https://github.com/rapid7/nexpose-client/tree/v0.8.1) (2014-07-03)
|
732
|
+
|
582
733
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.8.0...v0.8.1)
|
583
734
|
|
584
735
|
**Merged pull requests:**
|
@@ -587,6 +738,7 @@
|
|
587
738
|
- SNMP v3 credential support [\#67](https://github.com/rapid7/nexpose-client/pull/67) ([kprzerwa-r7](https://github.com/kprzerwa-r7))
|
588
739
|
|
589
740
|
## [v0.8.0](https://github.com/rapid7/nexpose-client/tree/v0.8.0) (2014-06-13)
|
741
|
+
|
590
742
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.7.6...v0.8.0)
|
591
743
|
|
592
744
|
**Merged pull requests:**
|
@@ -594,14 +746,15 @@
|
|
594
746
|
- An incorrect type when parsing JSON in the Asset class for initialization [\#66](https://github.com/rapid7/nexpose-client/pull/66) ([DevinCarr](https://github.com/DevinCarr))
|
595
747
|
|
596
748
|
## [v0.7.6](https://github.com/rapid7/nexpose-client/tree/v0.7.6) (2014-06-06)
|
749
|
+
|
597
750
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.7.5...v0.7.6)
|
598
751
|
|
599
752
|
**Merged pull requests:**
|
600
753
|
|
601
754
|
- Add methods to scan\_template.rb to enable port exclusion. [\#65](https://github.com/rapid7/nexpose-client/pull/65) ([AdamBunn](https://github.com/AdamBunn))
|
602
|
-
- Validate and raise error for unsupported colors [\#64](https://github.com/rapid7/nexpose-client/pull/64) ([erran](https://github.com/erran))
|
603
755
|
|
604
756
|
## [v0.7.5](https://github.com/rapid7/nexpose-client/tree/v0.7.5) (2014-05-23)
|
757
|
+
|
605
758
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.7.4...v0.7.5)
|
606
759
|
|
607
760
|
**Merged pull requests:**
|
@@ -609,6 +762,7 @@
|
|
609
762
|
- Add tag filter to doc [\#63](https://github.com/rapid7/nexpose-client/pull/63) ([zachrab](https://github.com/zachrab))
|
610
763
|
|
611
764
|
## [v0.7.4](https://github.com/rapid7/nexpose-client/tree/v0.7.4) (2014-05-07)
|
765
|
+
|
612
766
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.7.3...v0.7.4)
|
613
767
|
|
614
768
|
**Merged pull requests:**
|
@@ -616,6 +770,7 @@
|
|
616
770
|
- Fixed escaping in Roles [\#62](https://github.com/rapid7/nexpose-client/pull/62) ([asalazar-r7](https://github.com/asalazar-r7))
|
617
771
|
|
618
772
|
## [v0.7.3](https://github.com/rapid7/nexpose-client/tree/v0.7.3) (2014-04-30)
|
773
|
+
|
619
774
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.7.2...v0.7.3)
|
620
775
|
|
621
776
|
**Merged pull requests:**
|
@@ -623,6 +778,7 @@
|
|
623
778
|
- Fix updates on Roles. [\#61](https://github.com/rapid7/nexpose-client/pull/61) ([kkohli-r7](https://github.com/kkohli-r7))
|
624
779
|
|
625
780
|
## [v0.7.2](https://github.com/rapid7/nexpose-client/tree/v0.7.2) (2014-04-29)
|
781
|
+
|
626
782
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.7.1...v0.7.2)
|
627
783
|
|
628
784
|
**Closed issues:**
|
@@ -631,13 +787,14 @@
|
|
631
787
|
|
632
788
|
**Merged pull requests:**
|
633
789
|
|
634
|
-
- Set role.id to -1 by default on initialization [\#60](https://github.com/rapid7/nexpose-client/pull/60) ([erran](https://github.com/erran))
|
635
790
|
- Add controls-insight-only as a valid role [\#58](https://github.com/rapid7/nexpose-client/pull/58) ([erran](https://github.com/erran))
|
636
791
|
|
637
792
|
## [v0.7.1](https://github.com/rapid7/nexpose-client/tree/v0.7.1) (2014-04-10)
|
793
|
+
|
638
794
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.7.0...v0.7.1)
|
639
795
|
|
640
796
|
## [v0.7.0](https://github.com/rapid7/nexpose-client/tree/v0.7.0) (2014-03-26)
|
797
|
+
|
641
798
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.6.5...v0.7.0)
|
642
799
|
|
643
800
|
**Closed issues:**
|
@@ -649,12 +806,16 @@
|
|
649
806
|
|
650
807
|
**Merged pull requests:**
|
651
808
|
|
809
|
+
- Validate and raise error for unsupported colors [\#64](https://github.com/rapid7/nexpose-client/pull/64) ([erran](https://github.com/erran))
|
810
|
+
- Set role.id to -1 by default on initialization [\#60](https://github.com/rapid7/nexpose-client/pull/60) ([erran](https://github.com/erran))
|
652
811
|
- Changes for criticality tags and associated assets [\#56](https://github.com/rapid7/nexpose-client/pull/56) ([zachrab](https://github.com/zachrab))
|
653
812
|
- Ivan - Support for tags [\#55](https://github.com/rapid7/nexpose-client/pull/55) ([kkohli-r7](https://github.com/kkohli-r7))
|
654
813
|
- Minor licensing and naming updates [\#54](https://github.com/rapid7/nexpose-client/pull/54) ([todb-r7](https://github.com/todb-r7))
|
655
814
|
- Updating Silo functionality in the Gem [\#52](https://github.com/rapid7/nexpose-client/pull/52) ([asalazar-r7](https://github.com/asalazar-r7))
|
815
|
+
- Fix for dynamic asset group creation [\#51](https://github.com/rapid7/nexpose-client/pull/51) ([zachrab](https://github.com/zachrab))
|
656
816
|
|
657
817
|
## [v0.6.5](https://github.com/rapid7/nexpose-client/tree/v0.6.5) (2014-03-11)
|
818
|
+
|
658
819
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.6.4...v0.6.5)
|
659
820
|
|
660
821
|
**Closed issues:**
|
@@ -662,13 +823,11 @@
|
|
662
823
|
- Site class missing organization attributes [\#53](https://github.com/rapid7/nexpose-client/issues/53)
|
663
824
|
|
664
825
|
## [v0.6.4](https://github.com/rapid7/nexpose-client/tree/v0.6.4) (2014-03-10)
|
665
|
-
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.6.3...v0.6.4)
|
666
826
|
|
667
|
-
|
668
|
-
|
669
|
-
- Fix for dynamic asset group creation [\#51](https://github.com/rapid7/nexpose-client/pull/51) ([zachrab](https://github.com/zachrab))
|
827
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.6.3...v0.6.4)
|
670
828
|
|
671
829
|
## [v0.6.3](https://github.com/rapid7/nexpose-client/tree/v0.6.3) (2014-02-25)
|
830
|
+
|
672
831
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.6.2...v0.6.3)
|
673
832
|
|
674
833
|
**Closed issues:**
|
@@ -678,6 +837,7 @@
|
|
678
837
|
- Nexpose::ReportConfig.build incorrectly adds frequency when generate\_now is true [\#43](https://github.com/rapid7/nexpose-client/issues/43)
|
679
838
|
|
680
839
|
## [v0.6.2](https://github.com/rapid7/nexpose-client/tree/v0.6.2) (2014-01-30)
|
840
|
+
|
681
841
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.6.1...v0.6.2)
|
682
842
|
|
683
843
|
**Closed issues:**
|
@@ -688,9 +848,11 @@
|
|
688
848
|
- After a successful authentication, session\_id is nil since gem version 0.1.3 [\#45](https://github.com/rapid7/nexpose-client/issues/45)
|
689
849
|
|
690
850
|
## [v0.6.1](https://github.com/rapid7/nexpose-client/tree/v0.6.1) (2014-01-09)
|
851
|
+
|
691
852
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.6.0...v0.6.1)
|
692
853
|
|
693
854
|
## [v0.6.0](https://github.com/rapid7/nexpose-client/tree/v0.6.0) (2013-12-18)
|
855
|
+
|
694
856
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.5.6...v0.6.0)
|
695
857
|
|
696
858
|
**Merged pull requests:**
|
@@ -698,9 +860,11 @@
|
|
698
860
|
- Added equality comparison to report filters and modified single quote XM... [\#42](https://github.com/rapid7/nexpose-client/pull/42) ([zeroorone13](https://github.com/zeroorone13))
|
699
861
|
|
700
862
|
## [v0.5.6](https://github.com/rapid7/nexpose-client/tree/v0.5.6) (2013-11-21)
|
863
|
+
|
701
864
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.5.5...v0.5.6)
|
702
865
|
|
703
866
|
## [v0.5.5](https://github.com/rapid7/nexpose-client/tree/v0.5.5) (2013-11-08)
|
867
|
+
|
704
868
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.5.4...v0.5.5)
|
705
869
|
|
706
870
|
**Closed issues:**
|
@@ -712,9 +876,11 @@
|
|
712
876
|
- Fixed call to delete\_device \(method name changed\) [\#41](https://github.com/rapid7/nexpose-client/pull/41) ([pdogg](https://github.com/pdogg))
|
713
877
|
|
714
878
|
## [v0.5.4](https://github.com/rapid7/nexpose-client/tree/v0.5.4) (2013-09-27)
|
879
|
+
|
715
880
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.5.3...v0.5.4)
|
716
881
|
|
717
882
|
## [v0.5.3](https://github.com/rapid7/nexpose-client/tree/v0.5.3) (2013-09-27)
|
883
|
+
|
718
884
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.5.2...v0.5.3)
|
719
885
|
|
720
886
|
**Closed issues:**
|
@@ -722,6 +888,7 @@
|
|
722
888
|
- Move NexpoesAPI into a new Nexpose::API module [\#39](https://github.com/rapid7/nexpose-client/issues/39)
|
723
889
|
|
724
890
|
## [v0.5.2](https://github.com/rapid7/nexpose-client/tree/v0.5.2) (2013-09-17)
|
891
|
+
|
725
892
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.5.1...v0.5.2)
|
726
893
|
|
727
894
|
**Closed issues:**
|
@@ -732,6 +899,7 @@
|
|
732
899
|
- Nexpose::ReportAdHoc strange behavior with different formats [\#4](https://github.com/rapid7/nexpose-client/issues/4)
|
733
900
|
|
734
901
|
## [v0.5.1](https://github.com/rapid7/nexpose-client/tree/v0.5.1) (2013-09-15)
|
902
|
+
|
735
903
|
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.5.0...v0.5.1)
|
736
904
|
|
737
905
|
**Merged pull requests:**
|
@@ -739,6 +907,9 @@
|
|
739
907
|
- Allow for Nexpose::Connection.new to consume URI objects [\#38](https://github.com/rapid7/nexpose-client/pull/38) ([erran](https://github.com/erran))
|
740
908
|
|
741
909
|
## [v0.5.0](https://github.com/rapid7/nexpose-client/tree/v0.5.0) (2013-09-01)
|
910
|
+
|
911
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/47947da8766ff8388850d7ce458898388773c433...v0.5.0)
|
912
|
+
|
742
913
|
**Closed issues:**
|
743
914
|
|
744
915
|
- ReportTemplate delete does not work [\#36](https://github.com/rapid7/nexpose-client/issues/36)
|
@@ -768,4 +939,4 @@
|
|
768
939
|
|
769
940
|
|
770
941
|
|
771
|
-
\* *This
|
942
|
+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
|