nexpose 6.1.1 → 7.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +772 -0
- data/COPYING +27 -31
- data/Gemfile.lock +72 -30
- data/README.markdown +3 -1
- data/Rakefile +9 -0
- data/lib/nexpose.rb +1 -0
- data/lib/nexpose/ajax.rb +8 -6
- data/lib/nexpose/api_request.rb +27 -26
- data/lib/nexpose/connection.rb +28 -20
- data/lib/nexpose/credential.rb +16 -218
- data/lib/nexpose/credential_helper.rb +169 -0
- data/lib/nexpose/dag.rb +3 -3
- data/lib/nexpose/filter.rb +3 -1
- data/lib/nexpose/scan.rb +5 -1
- data/lib/nexpose/shared_credential.rb +13 -5
- data/lib/nexpose/site_credentials.rb +55 -9
- data/lib/nexpose/version.rb +1 -1
- metadata +32 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cca766c3f916f94c4d47c1a8455c573d2fa760e0
|
4
|
+
data.tar.gz: 5a56a358b2bd3a46c7cb76424828c9005eb813eb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dfd02ba83e4d68e6503747abb684ce1a25137075786317d3a138c5e82379ed069dccb6bb44f42f51fbcb9e827b23431bbf24f1e504c5c8ab3a2eef18e0400df2
|
7
|
+
data.tar.gz: '08d3540ddf9ebc5af5205e986f5226888f26436164e7aae0c511a18765d62142c789f80c9b2c6807523cf39974c6767d7186bae828fb8d48ee7ac683779493a5'
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,772 @@
|
|
1
|
+
# Change Log
|
2
|
+
|
3
|
+
## [Unreleased](https://github.com/rapid7/nexpose-client/tree/HEAD)
|
4
|
+
|
5
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v6.1.1...HEAD)
|
6
|
+
|
7
|
+
**Fixed bugs:**
|
8
|
+
|
9
|
+
- list\_discovery\_connections - engine\_id is blank when output [\#278](https://github.com/rapid7/nexpose-client/issues/278)
|
10
|
+
- Adhoc scan of hostname calls a non-existent accessor in method [\#267](https://github.com/rapid7/nexpose-client/issues/267)
|
11
|
+
|
12
|
+
**Closed issues:**
|
13
|
+
|
14
|
+
- ETA on "the ability to create VulnExceptions based on AssetGroups via the gem"? [\#281](https://github.com/rapid7/nexpose-client/issues/281)
|
15
|
+
|
16
|
+
**Merged pull requests:**
|
17
|
+
|
18
|
+
- Add nexpose-resources reference to readme [\#291](https://github.com/rapid7/nexpose-client/pull/291) ([gschneider-r7](https://github.com/gschneider-r7))
|
19
|
+
- Adding Ability to Set Connection Timeout Values [\#289](https://github.com/rapid7/nexpose-client/pull/289) ([sgreen-r7](https://github.com/sgreen-r7))
|
20
|
+
- Some additional issues found for credentials... [\#288](https://github.com/rapid7/nexpose-client/pull/288) ([bglass-r7](https://github.com/bglass-r7))
|
21
|
+
- Update for Credentials classes [\#287](https://github.com/rapid7/nexpose-client/pull/287) ([sgreen-r7](https://github.com/sgreen-r7))
|
22
|
+
- filter.rb add LIKE operator [\#286](https://github.com/rapid7/nexpose-client/pull/286) ([tnewcomb-r7](https://github.com/tnewcomb-r7))
|
23
|
+
- Added scan name to calls returning CompletedScan [\#279](https://github.com/rapid7/nexpose-client/pull/279) ([bglass-r7](https://github.com/bglass-r7))
|
24
|
+
- 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))
|
25
|
+
|
26
|
+
## [v6.1.1](https://github.com/rapid7/nexpose-client/tree/v6.1.1) (2017-07-24)
|
27
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v6.1.0...v6.1.1)
|
28
|
+
|
29
|
+
## [v6.1.0](https://github.com/rapid7/nexpose-client/tree/v6.1.0) (2017-06-19)
|
30
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v6.0.0...v6.1.0)
|
31
|
+
|
32
|
+
**Closed issues:**
|
33
|
+
|
34
|
+
- Please make engine pool available in ScanData, ScanSummary. [\#277](https://github.com/rapid7/nexpose-client/issues/277)
|
35
|
+
|
36
|
+
## [v6.0.0](https://github.com/rapid7/nexpose-client/tree/v6.0.0) (2017-04-03)
|
37
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v5.3.2...v6.0.0)
|
38
|
+
|
39
|
+
**Fixed bugs:**
|
40
|
+
|
41
|
+
- Blackout always shows enabled = true [\#264](https://github.com/rapid7/nexpose-client/issues/264)
|
42
|
+
|
43
|
+
**Merged pull requests:**
|
44
|
+
|
45
|
+
- 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))
|
46
|
+
|
47
|
+
## [v5.3.2](https://github.com/rapid7/nexpose-client/tree/v5.3.2) (2017-03-28)
|
48
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v5.3.1...v5.3.2)
|
49
|
+
|
50
|
+
**Fixed bugs:**
|
51
|
+
|
52
|
+
- Test Credentials method fails \(some params missing in api call\) [\#261](https://github.com/rapid7/nexpose-client/issues/261)
|
53
|
+
|
54
|
+
**Merged pull requests:**
|
55
|
+
|
56
|
+
- set blackout enabled [\#265](https://github.com/rapid7/nexpose-client/pull/265) ([dmurray-r7](https://github.com/dmurray-r7))
|
57
|
+
|
58
|
+
## [v5.3.1](https://github.com/rapid7/nexpose-client/tree/v5.3.1) (2017-03-01)
|
59
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v5.3.0...v5.3.1)
|
60
|
+
|
61
|
+
**Closed issues:**
|
62
|
+
|
63
|
+
- Allow a user to enable certificate pinning when verifying a TLS connection to a nexpose console [\#246](https://github.com/rapid7/nexpose-client/issues/246)
|
64
|
+
|
65
|
+
**Merged pull requests:**
|
66
|
+
|
67
|
+
- 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))
|
68
|
+
|
69
|
+
## [v5.3.0](https://github.com/rapid7/nexpose-client/tree/v5.3.0) (2017-02-14)
|
70
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v5.2.0...v5.3.0)
|
71
|
+
|
72
|
+
**Merged pull requests:**
|
73
|
+
|
74
|
+
- Update docs for Nexpose::Connection with more examples [\#259](https://github.com/rapid7/nexpose-client/pull/259) ([gschneider-r7](https://github.com/gschneider-r7))
|
75
|
+
- 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))
|
76
|
+
|
77
|
+
## [v5.2.0](https://github.com/rapid7/nexpose-client/tree/v5.2.0) (2017-01-31)
|
78
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v5.1.0...v5.2.0)
|
79
|
+
|
80
|
+
**Fixed bugs:**
|
81
|
+
|
82
|
+
- Fetch relevant filters for ReportConfig when load functions is called. [\#238](https://github.com/rapid7/nexpose-client/issues/238)
|
83
|
+
- Delete assets from sites if there is no deviceid [\#148](https://github.com/rapid7/nexpose-client/issues/148)
|
84
|
+
- bugfix/email-toAllAuthorized - use proper variable to set toAllAuthorized for Email class [\#255](https://github.com/rapid7/nexpose-client/pull/255) ([zyoutz-r7](https://github.com/zyoutz-r7))
|
85
|
+
|
86
|
+
**Closed issues:**
|
87
|
+
|
88
|
+
- SCAN\_DATE filter documentation is unclear [\#256](https://github.com/rapid7/nexpose-client/issues/256)
|
89
|
+
- Add "Remove asset from site" method for global assets \(asset linking enabled\) [\#228](https://github.com/rapid7/nexpose-client/issues/228)
|
90
|
+
|
91
|
+
**Merged pull requests:**
|
92
|
+
|
93
|
+
- Add remove\_assets\_from\_site method [\#258](https://github.com/rapid7/nexpose-client/pull/258) ([gschneider-r7](https://github.com/gschneider-r7))
|
94
|
+
- clarify filter SCAN\_DATE docs [\#257](https://github.com/rapid7/nexpose-client/pull/257) ([nbirnel](https://github.com/nbirnel))
|
95
|
+
- Update Connection\#download method to stream data [\#248](https://github.com/rapid7/nexpose-client/pull/248) ([braxtone](https://github.com/braxtone))
|
96
|
+
- Introduce PR and Issue templates, move contributing doc [\#247](https://github.com/rapid7/nexpose-client/pull/247) ([gschneider-r7](https://github.com/gschneider-r7))
|
97
|
+
- Fix extra newline characters in documentation [\#243](https://github.com/rapid7/nexpose-client/pull/243) ([braxtone](https://github.com/braxtone))
|
98
|
+
- add Connection:update\_engine [\#227](https://github.com/rapid7/nexpose-client/pull/227) ([nbirnel](https://github.com/nbirnel))
|
99
|
+
|
100
|
+
## [v5.1.0](https://github.com/rapid7/nexpose-client/tree/v5.1.0) (2016-08-26)
|
101
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v5.0.0...v5.1.0)
|
102
|
+
|
103
|
+
**Fixed bugs:**
|
104
|
+
|
105
|
+
- Loading fails for Site configured with a non-repeating Blackout. [\#225](https://github.com/rapid7/nexpose-client/issues/225)
|
106
|
+
|
107
|
+
**Merged pull requests:**
|
108
|
+
|
109
|
+
- Add Unique ID support to Asset and ExternalAsset [\#241](https://github.com/rapid7/nexpose-client/pull/241) ([gschneider-r7](https://github.com/gschneider-r7))
|
110
|
+
- 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))
|
111
|
+
- 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))
|
112
|
+
|
113
|
+
## [v5.0.0](https://github.com/rapid7/nexpose-client/tree/v5.0.0) (2016-06-23)
|
114
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v4.0.5...v5.0.0)
|
115
|
+
|
116
|
+
**Fixed bugs:**
|
117
|
+
|
118
|
+
- Documentation for Email class in Common.rb [\#236](https://github.com/rapid7/nexpose-client/issues/236)
|
119
|
+
|
120
|
+
**Merged pull requests:**
|
121
|
+
|
122
|
+
- Revert changes to maintenance command URIs [\#239](https://github.com/rapid7/nexpose-client/pull/239) ([gschneider-r7](https://github.com/gschneider-r7))
|
123
|
+
- \[Issue : \#236\] : Documentation for Email class was made more concise [\#237](https://github.com/rapid7/nexpose-client/pull/237) ([snehitgajjar](https://github.com/snehitgajjar))
|
124
|
+
- Fix incorrect documentation for schedule time format [\#232](https://github.com/rapid7/nexpose-client/pull/232) ([dmurray-r7](https://github.com/dmurray-r7))
|
125
|
+
|
126
|
+
## [v4.0.5](https://github.com/rapid7/nexpose-client/tree/v4.0.5) (2016-06-02)
|
127
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v4.0.4...v4.0.5)
|
128
|
+
|
129
|
+
**Closed issues:**
|
130
|
+
|
131
|
+
- completed\_assets returns incorrect asset identifier [\#233](https://github.com/rapid7/nexpose-client/issues/233)
|
132
|
+
|
133
|
+
**Merged pull requests:**
|
134
|
+
|
135
|
+
- \#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))
|
136
|
+
- api delete fix [\#230](https://github.com/rapid7/nexpose-client/pull/230) ([dmurray-r7](https://github.com/dmurray-r7))
|
137
|
+
|
138
|
+
## [v4.0.4](https://github.com/rapid7/nexpose-client/tree/v4.0.4) (2016-05-17)
|
139
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v4.0.3...v4.0.4)
|
140
|
+
|
141
|
+
## [v4.0.3](https://github.com/rapid7/nexpose-client/tree/v4.0.3) (2016-05-11)
|
142
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v4.0.2...v4.0.3)
|
143
|
+
|
144
|
+
**Fixed bugs:**
|
145
|
+
|
146
|
+
- Increase REXML::Security.entity\_expansion\_text\_limit [\#229](https://github.com/rapid7/nexpose-client/pull/229) ([sgreen-r7](https://github.com/sgreen-r7))
|
147
|
+
|
148
|
+
## [v4.0.2](https://github.com/rapid7/nexpose-client/tree/v4.0.2) (2016-05-06)
|
149
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v4.0.1...v4.0.2)
|
150
|
+
|
151
|
+
## [v4.0.1](https://github.com/rapid7/nexpose-client/tree/v4.0.1) (2016-05-06)
|
152
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v4.0.0...v4.0.1)
|
153
|
+
|
154
|
+
## [v4.0.0](https://github.com/rapid7/nexpose-client/tree/v4.0.0) (2016-05-05)
|
155
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v3.3.2...v4.0.0)
|
156
|
+
|
157
|
+
**Closed issues:**
|
158
|
+
|
159
|
+
- Allow import scan to return scan id [\#208](https://github.com/rapid7/nexpose-client/issues/208)
|
160
|
+
|
161
|
+
**Merged pull requests:**
|
162
|
+
|
163
|
+
- Add new filter and update IP address operators [\#224](https://github.com/rapid7/nexpose-client/pull/224) ([rkhalil-r7](https://github.com/rkhalil-r7))
|
164
|
+
- 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))
|
165
|
+
|
166
|
+
## [v3.3.2](https://github.com/rapid7/nexpose-client/tree/v3.3.2) (2016-04-29)
|
167
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v3.3.1...v3.3.2)
|
168
|
+
|
169
|
+
**Fixed bugs:**
|
170
|
+
|
171
|
+
- Connection.past\_scans\(\) fails [\#220](https://github.com/rapid7/nexpose-client/issues/220)
|
172
|
+
|
173
|
+
**Closed issues:**
|
174
|
+
|
175
|
+
- Past Scans Throwing n API Error [\#222](https://github.com/rapid7/nexpose-client/issues/222)
|
176
|
+
- CIFS Test Authentication Can't Find the Server [\#219](https://github.com/rapid7/nexpose-client/issues/219)
|
177
|
+
- Return string and integer vulnerability id in Connection\#list\_vulns\(full = true\) [\#217](https://github.com/rapid7/nexpose-client/issues/217)
|
178
|
+
|
179
|
+
**Merged pull requests:**
|
180
|
+
|
181
|
+
- Update endpoints for getting and setting user row prefs [\#221](https://github.com/rapid7/nexpose-client/pull/221) ([sgreen-r7](https://github.com/sgreen-r7))
|
182
|
+
- 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))
|
183
|
+
|
184
|
+
## [v3.3.1](https://github.com/rapid7/nexpose-client/tree/v3.3.1) (2016-04-08)
|
185
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v3.3.0...v3.3.1)
|
186
|
+
|
187
|
+
**Fixed bugs:**
|
188
|
+
|
189
|
+
- Credential test does not work because the username parameter is set incorrectly [\#215](https://github.com/rapid7/nexpose-client/issues/215)
|
190
|
+
|
191
|
+
**Closed issues:**
|
192
|
+
|
193
|
+
- Unable to retrieve proofs [\#213](https://github.com/rapid7/nexpose-client/issues/213)
|
194
|
+
|
195
|
+
**Merged pull requests:**
|
196
|
+
|
197
|
+
- Fixing variable references in the to-headers call [\#216](https://github.com/rapid7/nexpose-client/pull/216) ([mhuffman-r7](https://github.com/mhuffman-r7))
|
198
|
+
|
199
|
+
## [v3.3.0](https://github.com/rapid7/nexpose-client/tree/v3.3.0) (2016-04-06)
|
200
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v3.2.0...v3.3.0)
|
201
|
+
|
202
|
+
**Closed issues:**
|
203
|
+
|
204
|
+
- Return nexpose\_id via API using vulnid [\#210](https://github.com/rapid7/nexpose-client/issues/210)
|
205
|
+
- Adding criteria to tag. [\#209](https://github.com/rapid7/nexpose-client/issues/209)
|
206
|
+
|
207
|
+
**Merged pull requests:**
|
208
|
+
|
209
|
+
- 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))
|
210
|
+
- Scheduled Backup and Maintenance [\#211](https://github.com/rapid7/nexpose-client/pull/211) ([dmurray-r7](https://github.com/dmurray-r7))
|
211
|
+
|
212
|
+
## [v3.2.0](https://github.com/rapid7/nexpose-client/tree/v3.2.0) (2016-01-20)
|
213
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v3.1.0...v3.2.0)
|
214
|
+
|
215
|
+
**Merged pull requests:**
|
216
|
+
|
217
|
+
- Windows services editor option [\#207](https://github.com/rapid7/nexpose-client/pull/207) ([kprzerwa-r7](https://github.com/kprzerwa-r7))
|
218
|
+
|
219
|
+
## [v3.1.0](https://github.com/rapid7/nexpose-client/tree/v3.1.0) (2016-01-06)
|
220
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v3.0.1...v3.1.0)
|
221
|
+
|
222
|
+
**Merged pull requests:**
|
223
|
+
|
224
|
+
- Two factor authentication [\#206](https://github.com/rapid7/nexpose-client/pull/206) ([dsadgat-r7](https://github.com/dsadgat-r7))
|
225
|
+
|
226
|
+
## [v3.0.1](https://github.com/rapid7/nexpose-client/tree/v3.0.1) (2015-12-11)
|
227
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v3.0.0...v3.0.1)
|
228
|
+
|
229
|
+
## [v3.0.0](https://github.com/rapid7/nexpose-client/tree/v3.0.0) (2015-12-11)
|
230
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v2.3.0...v3.0.0)
|
231
|
+
|
232
|
+
**Closed issues:**
|
233
|
+
|
234
|
+
- Add method to list paused scans [\#193](https://github.com/rapid7/nexpose-client/issues/193)
|
235
|
+
- Allow ad-hoc scan methods to behave similar as in UI [\#188](https://github.com/rapid7/nexpose-client/issues/188)
|
236
|
+
|
237
|
+
**Merged pull requests:**
|
238
|
+
|
239
|
+
- removing additional deprecated scan template methods [\#203](https://github.com/rapid7/nexpose-client/pull/203) ([sgreen-r7](https://github.com/sgreen-r7))
|
240
|
+
- Extract Rex::MIME dependency [\#201](https://github.com/rapid7/nexpose-client/pull/201) ([gschneider-r7](https://github.com/gschneider-r7))
|
241
|
+
- Add asset\_scan\_history method [\#198](https://github.com/rapid7/nexpose-client/pull/198) ([gschneider-r7](https://github.com/gschneider-r7))
|
242
|
+
- Add methods to retrieve paused scans [\#196](https://github.com/rapid7/nexpose-client/pull/196) ([gschneider-r7](https://github.com/gschneider-r7))
|
243
|
+
- Adhoc scan subset of assets within a site, with a different scan template and scan engine [\#195](https://github.com/rapid7/nexpose-client/pull/195) ([gschneider-r7](https://github.com/gschneider-r7))
|
244
|
+
- Remove deprecated method aliases [\#184](https://github.com/rapid7/nexpose-client/pull/184) ([gschneider-r7](https://github.com/gschneider-r7))
|
245
|
+
|
246
|
+
## [v2.3.0](https://github.com/rapid7/nexpose-client/tree/v2.3.0) (2015-12-10)
|
247
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v2.2.0...v2.3.0)
|
248
|
+
|
249
|
+
**Merged pull requests:**
|
250
|
+
|
251
|
+
- 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))
|
252
|
+
|
253
|
+
## [v2.2.0](https://github.com/rapid7/nexpose-client/tree/v2.2.0) (2015-12-01)
|
254
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v2.1.3...v2.2.0)
|
255
|
+
|
256
|
+
**Merged pull requests:**
|
257
|
+
|
258
|
+
- 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))
|
259
|
+
|
260
|
+
## [v2.1.3](https://github.com/rapid7/nexpose-client/tree/v2.1.3) (2015-11-23)
|
261
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v2.1.2...v2.1.3)
|
262
|
+
|
263
|
+
**Merged pull requests:**
|
264
|
+
|
265
|
+
- Update vuln.rb [\#199](https://github.com/rapid7/nexpose-client/pull/199) ([rchen-r7](https://github.com/rchen-r7))
|
266
|
+
- Update documentation for list\_device\_vulns [\#194](https://github.com/rapid7/nexpose-client/pull/194) ([rchen-r7](https://github.com/rchen-r7))
|
267
|
+
|
268
|
+
## [v2.1.2](https://github.com/rapid7/nexpose-client/tree/v2.1.2) (2015-11-04)
|
269
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v2.1.1...v2.1.2)
|
270
|
+
|
271
|
+
**Closed issues:**
|
272
|
+
|
273
|
+
- import\_scan function leaves behind open file handles [\#190](https://github.com/rapid7/nexpose-client/issues/190)
|
274
|
+
|
275
|
+
**Merged pull requests:**
|
276
|
+
|
277
|
+
- Compatibility with ScanTemplateHandler port [\#192](https://github.com/rapid7/nexpose-client/pull/192) ([btrujillo-r7](https://github.com/btrujillo-r7))
|
278
|
+
- 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))
|
279
|
+
|
280
|
+
## [v2.1.1](https://github.com/rapid7/nexpose-client/tree/v2.1.1) (2015-10-21)
|
281
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v2.1.0...v2.1.1)
|
282
|
+
|
283
|
+
**Merged pull requests:**
|
284
|
+
|
285
|
+
- Update URLs for NSC config [\#189](https://github.com/rapid7/nexpose-client/pull/189) ([gschneider-r7](https://github.com/gschneider-r7))
|
286
|
+
|
287
|
+
## [v2.1.0](https://github.com/rapid7/nexpose-client/tree/v2.1.0) (2015-10-07)
|
288
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v2.0.2...v2.1.0)
|
289
|
+
|
290
|
+
**Fixed bugs:**
|
291
|
+
|
292
|
+
- Update Nexpose::Connection\#list\_discovery\_connections for mobile and DHCP [\#165](https://github.com/rapid7/nexpose-client/issues/165)
|
293
|
+
- SiloProfile Fails when saving new SiloProfile [\#160](https://github.com/rapid7/nexpose-client/issues/160)
|
294
|
+
- DynamicAssetGroup\#save should raise an error if the result was an error [\#69](https://github.com/rapid7/nexpose-client/issues/69)
|
295
|
+
- Fixed silo profile creation [\#185](https://github.com/rapid7/nexpose-client/pull/185) ([gschneider-r7](https://github.com/gschneider-r7))
|
296
|
+
- Refactor, enhance and fix bugs in ScanTemplate [\#183](https://github.com/rapid7/nexpose-client/pull/183) ([jhart-r7](https://github.com/jhart-r7))
|
297
|
+
|
298
|
+
**Closed issues:**
|
299
|
+
|
300
|
+
- Nexpose [\#186](https://github.com/rapid7/nexpose-client/issues/186)
|
301
|
+
- Add more engine info and features [\#166](https://github.com/rapid7/nexpose-client/issues/166)
|
302
|
+
- Get asset count and vuln count for Asset Groups [\#130](https://github.com/rapid7/nexpose-client/issues/130)
|
303
|
+
|
304
|
+
**Merged pull requests:**
|
305
|
+
|
306
|
+
- 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))
|
307
|
+
|
308
|
+
## [v2.0.2](https://github.com/rapid7/nexpose-client/tree/v2.0.2) (2015-08-13)
|
309
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v2.0.1...v2.0.2)
|
310
|
+
|
311
|
+
## [v2.0.1](https://github.com/rapid7/nexpose-client/tree/v2.0.1) (2015-08-07)
|
312
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v2.0.0...v2.0.1)
|
313
|
+
|
314
|
+
**Merged pull requests:**
|
315
|
+
|
316
|
+
- Txml integration [\#182](https://github.com/rapid7/nexpose-client/pull/182) ([sgreen-r7](https://github.com/sgreen-r7))
|
317
|
+
- Updated endpoints for txml removals [\#181](https://github.com/rapid7/nexpose-client/pull/181) ([btrujillo-r7](https://github.com/btrujillo-r7))
|
318
|
+
|
319
|
+
## [v2.0.0](https://github.com/rapid7/nexpose-client/tree/v2.0.0) (2015-07-16)
|
320
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v1.3.0...v2.0.0)
|
321
|
+
|
322
|
+
**Fixed bugs:**
|
323
|
+
|
324
|
+
- Site.from\_hash cannot consume data generated by Site.to\_h [\#168](https://github.com/rapid7/nexpose-client/issues/168)
|
325
|
+
- Problem with Scan Import/Export on Windows [\#120](https://github.com/rapid7/nexpose-client/issues/120)
|
326
|
+
|
327
|
+
**Merged pull requests:**
|
328
|
+
|
329
|
+
- Password policy expiration [\#180](https://github.com/rapid7/nexpose-client/pull/180) ([dmurray-r7](https://github.com/dmurray-r7))
|
330
|
+
|
331
|
+
## [v1.3.0](https://github.com/rapid7/nexpose-client/tree/v1.3.0) (2015-07-07)
|
332
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v1.2.0...v1.3.0)
|
333
|
+
|
334
|
+
**Fixed bugs:**
|
335
|
+
|
336
|
+
- Asset filter results no longer retrieve site ID [\#178](https://github.com/rapid7/nexpose-client/issues/178)
|
337
|
+
|
338
|
+
**Merged pull requests:**
|
339
|
+
|
340
|
+
- 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))
|
341
|
+
|
342
|
+
## [v1.2.0](https://github.com/rapid7/nexpose-client/tree/v1.2.0) (2015-06-24)
|
343
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v1.1.0...v1.2.0)
|
344
|
+
|
345
|
+
**Merged pull requests:**
|
346
|
+
|
347
|
+
- Add new syslog constants [\#177](https://github.com/rapid7/nexpose-client/pull/177) ([erran-r7](https://github.com/erran-r7))
|
348
|
+
|
349
|
+
## [v1.1.0](https://github.com/rapid7/nexpose-client/tree/v1.1.0) (2015-05-29)
|
350
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v1.0.0...v1.1.0)
|
351
|
+
|
352
|
+
**Fixed bugs:**
|
353
|
+
|
354
|
+
- DiscoveryConnection.save Fails for Existing Connections [\#175](https://github.com/rapid7/nexpose-client/issues/175)
|
355
|
+
|
356
|
+
**Closed issues:**
|
357
|
+
|
358
|
+
- Create/edit a tag and adding criteria of multiple IP ranges [\#161](https://github.com/rapid7/nexpose-client/issues/161)
|
359
|
+
- Unable to login to console with Ruby 2.2.1 and nexpose gem version 1.0.0 [\#158](https://github.com/rapid7/nexpose-client/issues/158)
|
360
|
+
- Update wiki instructions for installing Ruby and the gem [\#132](https://github.com/rapid7/nexpose-client/issues/132)
|
361
|
+
- Remove dependencies on the rex gem [\#123](https://github.com/rapid7/nexpose-client/issues/123)
|
362
|
+
|
363
|
+
**Merged pull requests:**
|
364
|
+
|
365
|
+
- Fix discovery connection update [\#176](https://github.com/rapid7/nexpose-client/pull/176) ([erran-r7](https://github.com/erran-r7))
|
366
|
+
- Omit the "blackouts" field if none were specified [\#174](https://github.com/rapid7/nexpose-client/pull/174) ([erran-r7](https://github.com/erran-r7))
|
367
|
+
- Set default elevation type for credentials [\#172](https://github.com/rapid7/nexpose-client/pull/172) ([csong-r7](https://github.com/csong-r7))
|
368
|
+
- Blackouts [\#170](https://github.com/rapid7/nexpose-client/pull/170) ([dmurray-r7](https://github.com/dmurray-r7))
|
369
|
+
- Lamps/password policy [\#169](https://github.com/rapid7/nexpose-client/pull/169) ([adevitt-r7](https://github.com/adevitt-r7))
|
370
|
+
- 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))
|
371
|
+
|
372
|
+
## [v1.0.0](https://github.com/rapid7/nexpose-client/tree/v1.0.0) (2015-04-08)
|
373
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.9.8...v1.0.0)
|
374
|
+
|
375
|
+
**Closed issues:**
|
376
|
+
|
377
|
+
- Remove 1.9.3 Support [\#95](https://github.com/rapid7/nexpose-client/issues/95)
|
378
|
+
|
379
|
+
**Merged pull requests:**
|
380
|
+
|
381
|
+
- Merging Staging/v1 into Master [\#157](https://github.com/rapid7/nexpose-client/pull/157) ([sgreen-r7](https://github.com/sgreen-r7))
|
382
|
+
- Remove Global and Site blackout from gem. [\#155](https://github.com/rapid7/nexpose-client/pull/155) ([kkohli-r7](https://github.com/kkohli-r7))
|
383
|
+
- Display api error to users for v2.1 if they exist [\#153](https://github.com/rapid7/nexpose-client/pull/153) ([dcastellanos-r7](https://github.com/dcastellanos-r7))
|
384
|
+
- Fix the failing 2.1 site API fixture issue [\#151](https://github.com/rapid7/nexpose-client/pull/151) ([erran-r7](https://github.com/erran-r7))
|
385
|
+
- Site api blackouts [\#150](https://github.com/rapid7/nexpose-client/pull/150) ([dmurray-r7](https://github.com/dmurray-r7))
|
386
|
+
- adhoc\_schedules [\#149](https://github.com/rapid7/nexpose-client/pull/149) ([mhughes-r7](https://github.com/mhughes-r7))
|
387
|
+
- Merge master into site-api branch [\#146](https://github.com/rapid7/nexpose-client/pull/146) ([abunn-r7](https://github.com/abunn-r7))
|
388
|
+
- cherry-pick: Send the engine-id when calling DiscoveryConnection\#save [\#145](https://github.com/rapid7/nexpose-client/pull/145) ([erran-r7](https://github.com/erran-r7))
|
389
|
+
- MOB-149: Add support for mobile powershell and office 365 connections c... [\#144](https://github.com/rapid7/nexpose-client/pull/144) ([rtaylor-r7](https://github.com/rtaylor-r7))
|
390
|
+
- Send the engine-id when calling DiscoveryConnection\#save [\#143](https://github.com/rapid7/nexpose-client/pull/143) ([erran-r7](https://github.com/erran-r7))
|
391
|
+
- Update gem to support XML API adding of schedules to adhoc scans [\#142](https://github.com/rapid7/nexpose-client/pull/142) ([mhughes-r7](https://github.com/mhughes-r7))
|
392
|
+
- API updates for Bi-directional engine features [\#141](https://github.com/rapid7/nexpose-client/pull/141) ([abunn-r7](https://github.com/abunn-r7))
|
393
|
+
- Wait update [\#139](https://github.com/rapid7/nexpose-client/pull/139) ([sgreen-r7](https://github.com/sgreen-r7))
|
394
|
+
- 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))
|
395
|
+
- 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))
|
396
|
+
- Site api [\#135](https://github.com/rapid7/nexpose-client/pull/135) ([gperez-r7](https://github.com/gperez-r7))
|
397
|
+
|
398
|
+
## [v0.9.8](https://github.com/rapid7/nexpose-client/tree/v0.9.8) (2015-03-17)
|
399
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.9.7...v0.9.8)
|
400
|
+
|
401
|
+
**Merged pull requests:**
|
402
|
+
|
403
|
+
- 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))
|
404
|
+
- 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))
|
405
|
+
|
406
|
+
## [v0.9.7](https://github.com/rapid7/nexpose-client/tree/v0.9.7) (2015-03-17)
|
407
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.9.6...v0.9.7)
|
408
|
+
|
409
|
+
**Merged pull requests:**
|
410
|
+
|
411
|
+
- 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))
|
412
|
+
|
413
|
+
## [v0.9.6](https://github.com/rapid7/nexpose-client/tree/v0.9.6) (2015-03-05)
|
414
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.9.5...v0.9.6)
|
415
|
+
|
416
|
+
**Fixed bugs:**
|
417
|
+
|
418
|
+
- have vcr ignore codeclimate as host [\#127](https://github.com/rapid7/nexpose-client/pull/127) ([sgreen-r7](https://github.com/sgreen-r7))
|
419
|
+
|
420
|
+
**Closed issues:**
|
421
|
+
|
422
|
+
- Allow Users to Indicate Targets with CIDR Notation [\#112](https://github.com/rapid7/nexpose-client/issues/112)
|
423
|
+
- Add automated testing with Travis-CI or similar [\#108](https://github.com/rapid7/nexpose-client/issues/108)
|
424
|
+
- Create method to exclude assets from a site config [\#106](https://github.com/rapid7/nexpose-client/issues/106)
|
425
|
+
- Convert from Net-HTTPS Transport to Rex [\#25](https://github.com/rapid7/nexpose-client/issues/25)
|
426
|
+
|
427
|
+
**Merged pull requests:**
|
428
|
+
|
429
|
+
- Add API specs via VCR [\#124](https://github.com/rapid7/nexpose-client/pull/124) ([erran-r7](https://github.com/erran-r7))
|
430
|
+
- Address YARD syntax warnings [\#121](https://github.com/rapid7/nexpose-client/pull/121) ([erran-r7](https://github.com/erran-r7))
|
431
|
+
- Fix Code Climate test coverage and add local test coverage [\#118](https://github.com/rapid7/nexpose-client/pull/118) ([erran-r7](https://github.com/erran-r7))
|
432
|
+
- Add .rubocop.yml and .hound.yml [\#116](https://github.com/rapid7/nexpose-client/pull/116) ([erran-r7](https://github.com/erran-r7))
|
433
|
+
- Add codeclimate-test-reporter as a development dependency [\#114](https://github.com/rapid7/nexpose-client/pull/114) ([erran-r7](https://github.com/erran-r7))
|
434
|
+
- Badges. More of them. [\#113](https://github.com/rapid7/nexpose-client/pull/113) ([gschneider-r7](https://github.com/gschneider-r7))
|
435
|
+
- Add specs and .travis.yml [\#111](https://github.com/rapid7/nexpose-client/pull/111) ([erran-r7](https://github.com/erran-r7))
|
436
|
+
- 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))
|
437
|
+
|
438
|
+
## [v0.9.5](https://github.com/rapid7/nexpose-client/tree/v0.9.5) (2015-02-09)
|
439
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.9.4...v0.9.5)
|
440
|
+
|
441
|
+
**Merged pull requests:**
|
442
|
+
|
443
|
+
- adding scott green to gemspec as additional author [\#107](https://github.com/rapid7/nexpose-client/pull/107) ([sgreen-r7](https://github.com/sgreen-r7))
|
444
|
+
- Add gschneider to gem authors [\#105](https://github.com/rapid7/nexpose-client/pull/105) ([gschneider-r7](https://github.com/gschneider-r7))
|
445
|
+
|
446
|
+
## [v0.9.4](https://github.com/rapid7/nexpose-client/tree/v0.9.4) (2015-01-28)
|
447
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.9.3...v0.9.4)
|
448
|
+
|
449
|
+
**Merged pull requests:**
|
450
|
+
|
451
|
+
- Merge for Nexpose 5.12 Release [\#104](https://github.com/rapid7/nexpose-client/pull/104) ([mdaines-r7](https://github.com/mdaines-r7))
|
452
|
+
- 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))
|
453
|
+
|
454
|
+
## [v0.9.3](https://github.com/rapid7/nexpose-client/tree/v0.9.3) (2015-01-05)
|
455
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.9.2...v0.9.3)
|
456
|
+
|
457
|
+
**Merged pull requests:**
|
458
|
+
|
459
|
+
- Ajax clean up [\#101](https://github.com/rapid7/nexpose-client/pull/101) ([mdaines-r7](https://github.com/mdaines-r7))
|
460
|
+
|
461
|
+
## [v0.9.2](https://github.com/rapid7/nexpose-client/tree/v0.9.2) (2015-01-05)
|
462
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.9.1...v0.9.2)
|
463
|
+
|
464
|
+
**Closed issues:**
|
465
|
+
|
466
|
+
- Extract Common Credential Module [\#96](https://github.com/rapid7/nexpose-client/issues/96)
|
467
|
+
|
468
|
+
## [v0.9.1](https://github.com/rapid7/nexpose-client/tree/v0.9.1) (2015-01-02)
|
469
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.9.0...v0.9.1)
|
470
|
+
|
471
|
+
## [v0.9.0](https://github.com/rapid7/nexpose-client/tree/v0.9.0) (2014-12-31)
|
472
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.8.18...v0.9.0)
|
473
|
+
|
474
|
+
**Closed issues:**
|
475
|
+
|
476
|
+
- Out of Memory Error on Large Adhoc Report [\#99](https://github.com/rapid7/nexpose-client/issues/99)
|
477
|
+
- Gem Isn't Using Nokogiri [\#97](https://github.com/rapid7/nexpose-client/issues/97)
|
478
|
+
- Convert to\_map to to\_h [\#94](https://github.com/rapid7/nexpose-client/issues/94)
|
479
|
+
|
480
|
+
**Merged pull requests:**
|
481
|
+
|
482
|
+
- Update to the new username attr for xml [\#100](https://github.com/rapid7/nexpose-client/pull/100) ([sgreen-r7](https://github.com/sgreen-r7))
|
483
|
+
- Refactor/Extract Common Credential Module [\#98](https://github.com/rapid7/nexpose-client/pull/98) ([sgreen-r7](https://github.com/sgreen-r7))
|
484
|
+
|
485
|
+
## [v0.8.18](https://github.com/rapid7/nexpose-client/tree/v0.8.18) (2014-12-15)
|
486
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.8.17...v0.8.18)
|
487
|
+
|
488
|
+
## [v0.8.17](https://github.com/rapid7/nexpose-client/tree/v0.8.17) (2014-12-11)
|
489
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.8.16...v0.8.17)
|
490
|
+
|
491
|
+
## [v0.8.16](https://github.com/rapid7/nexpose-client/tree/v0.8.16) (2014-12-10)
|
492
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.8.15...v0.8.16)
|
493
|
+
|
494
|
+
**Merged pull requests:**
|
495
|
+
|
496
|
+
- Add incomplete\_assets method [\#93](https://github.com/rapid7/nexpose-client/pull/93) ([gschneider-r7](https://github.com/gschneider-r7))
|
497
|
+
|
498
|
+
## [v0.8.15](https://github.com/rapid7/nexpose-client/tree/v0.8.15) (2014-11-12)
|
499
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.8.14...v0.8.15)
|
500
|
+
|
501
|
+
**Closed issues:**
|
502
|
+
|
503
|
+
- Test please ignore [\#92](https://github.com/rapid7/nexpose-client/issues/92)
|
504
|
+
|
505
|
+
**Merged pull requests:**
|
506
|
+
|
507
|
+
- allow creating vuln exception with site scope [\#91](https://github.com/rapid7/nexpose-client/pull/91) ([gschneider-r7](https://github.com/gschneider-r7))
|
508
|
+
|
509
|
+
## [v0.8.14](https://github.com/rapid7/nexpose-client/tree/v0.8.14) (2014-11-11)
|
510
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.8.13...v0.8.14)
|
511
|
+
|
512
|
+
## [v0.8.13](https://github.com/rapid7/nexpose-client/tree/v0.8.13) (2014-11-05)
|
513
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.8.12...v0.8.13)
|
514
|
+
|
515
|
+
**Merged pull requests:**
|
516
|
+
|
517
|
+
- Expose scan template level control scanning options [\#88](https://github.com/rapid7/nexpose-client/pull/88) ([erran](https://github.com/erran))
|
518
|
+
|
519
|
+
## [v0.8.12](https://github.com/rapid7/nexpose-client/tree/v0.8.12) (2014-11-05)
|
520
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.8.11...v0.8.12)
|
521
|
+
|
522
|
+
**Merged pull requests:**
|
523
|
+
|
524
|
+
- Use the \#id reader instead of the nil @id variable [\#90](https://github.com/rapid7/nexpose-client/pull/90) ([erran](https://github.com/erran))
|
525
|
+
- Use attr\_accessor instead of a custom setter in GlobalSettings [\#89](https://github.com/rapid7/nexpose-client/pull/89) ([erran](https://github.com/erran))
|
526
|
+
|
527
|
+
## [v0.8.11](https://github.com/rapid7/nexpose-client/tree/v0.8.11) (2014-11-04)
|
528
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.8.10...v0.8.11)
|
529
|
+
|
530
|
+
**Merged pull requests:**
|
531
|
+
|
532
|
+
- Update Global Settings [\#87](https://github.com/rapid7/nexpose-client/pull/87) ([erran](https://github.com/erran))
|
533
|
+
- Use bundler for gem tasks [\#86](https://github.com/rapid7/nexpose-client/pull/86) ([erran](https://github.com/erran))
|
534
|
+
|
535
|
+
## [v0.8.10](https://github.com/rapid7/nexpose-client/tree/v0.8.10) (2014-10-29)
|
536
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.8.9...v0.8.10)
|
537
|
+
|
538
|
+
**Closed issues:**
|
539
|
+
|
540
|
+
- Site.save on dynamic site causes APIError [\#84](https://github.com/rapid7/nexpose-client/issues/84)
|
541
|
+
|
542
|
+
**Merged pull requests:**
|
543
|
+
|
544
|
+
- Support mobile dynamic connections [\#85](https://github.com/rapid7/nexpose-client/pull/85) ([rtaylor-r7](https://github.com/rtaylor-r7))
|
545
|
+
|
546
|
+
## [v0.8.9](https://github.com/rapid7/nexpose-client/tree/v0.8.9) (2014-10-20)
|
547
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.8.8...v0.8.9)
|
548
|
+
|
549
|
+
## [v0.8.8](https://github.com/rapid7/nexpose-client/tree/v0.8.8) (2014-10-17)
|
550
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.8.7...v0.8.8)
|
551
|
+
|
552
|
+
## [v0.8.7](https://github.com/rapid7/nexpose-client/tree/v0.8.7) (2014-10-14)
|
553
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.8.6...v0.8.7)
|
554
|
+
|
555
|
+
**Closed issues:**
|
556
|
+
|
557
|
+
- Error When Loading Dynamic Sites [\#83](https://github.com/rapid7/nexpose-client/issues/83)
|
558
|
+
|
559
|
+
## [v0.8.6](https://github.com/rapid7/nexpose-client/tree/v0.8.6) (2014-10-13)
|
560
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.8.5...v0.8.6)
|
561
|
+
|
562
|
+
**Closed issues:**
|
563
|
+
|
564
|
+
- Site.save is not functioning for dynamic sites [\#71](https://github.com/rapid7/nexpose-client/issues/71)
|
565
|
+
|
566
|
+
## [v0.8.5](https://github.com/rapid7/nexpose-client/tree/v0.8.5) (2014-10-09)
|
567
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.8.1...v0.8.5)
|
568
|
+
|
569
|
+
**Closed issues:**
|
570
|
+
|
571
|
+
- list\_engines doesn't parse scope attribute [\#76](https://github.com/rapid7/nexpose-client/issues/76)
|
572
|
+
|
573
|
+
**Merged pull requests:**
|
574
|
+
|
575
|
+
- Add methods to alter scan threads in scan\_template.rb [\#82](https://github.com/rapid7/nexpose-client/pull/82) ([abunn-r7](https://github.com/abunn-r7))
|
576
|
+
- Fix a bug in silo\_profile xml [\#81](https://github.com/rapid7/nexpose-client/pull/81) ([gschneider-r7](https://github.com/gschneider-r7))
|
577
|
+
- include engine scope attribute in list\_engines [\#77](https://github.com/rapid7/nexpose-client/pull/77) ([gschneider-r7](https://github.com/gschneider-r7))
|
578
|
+
- Removed attributes from from\_json method [\#75](https://github.com/rapid7/nexpose-client/pull/75) ([krankin-r7](https://github.com/krankin-r7))
|
579
|
+
- fix a typo in dynamic - line 50 [\#73](https://github.com/rapid7/nexpose-client/pull/73) ([vidkun](https://github.com/vidkun))
|
580
|
+
- 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))
|
581
|
+
|
582
|
+
## [v0.8.1](https://github.com/rapid7/nexpose-client/tree/v0.8.1) (2014-07-03)
|
583
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.8.0...v0.8.1)
|
584
|
+
|
585
|
+
**Merged pull requests:**
|
586
|
+
|
587
|
+
- Add `Criteria\#\<\<\(criterion\)` to stop repetition [\#68](https://github.com/rapid7/nexpose-client/pull/68) ([erran-r7](https://github.com/erran-r7))
|
588
|
+
- SNMP v3 credential support [\#67](https://github.com/rapid7/nexpose-client/pull/67) ([kprzerwa-r7](https://github.com/kprzerwa-r7))
|
589
|
+
|
590
|
+
## [v0.8.0](https://github.com/rapid7/nexpose-client/tree/v0.8.0) (2014-06-13)
|
591
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.7.6...v0.8.0)
|
592
|
+
|
593
|
+
**Merged pull requests:**
|
594
|
+
|
595
|
+
- 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))
|
596
|
+
|
597
|
+
## [v0.7.6](https://github.com/rapid7/nexpose-client/tree/v0.7.6) (2014-06-06)
|
598
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.7.5...v0.7.6)
|
599
|
+
|
600
|
+
**Merged pull requests:**
|
601
|
+
|
602
|
+
- Add methods to scan\_template.rb to enable port exclusion. [\#65](https://github.com/rapid7/nexpose-client/pull/65) ([AdamBunn](https://github.com/AdamBunn))
|
603
|
+
- Validate and raise error for unsupported colors [\#64](https://github.com/rapid7/nexpose-client/pull/64) ([erran](https://github.com/erran))
|
604
|
+
|
605
|
+
## [v0.7.5](https://github.com/rapid7/nexpose-client/tree/v0.7.5) (2014-05-23)
|
606
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.7.4...v0.7.5)
|
607
|
+
|
608
|
+
**Merged pull requests:**
|
609
|
+
|
610
|
+
- Add tag filter to doc [\#63](https://github.com/rapid7/nexpose-client/pull/63) ([zachrab](https://github.com/zachrab))
|
611
|
+
|
612
|
+
## [v0.7.4](https://github.com/rapid7/nexpose-client/tree/v0.7.4) (2014-05-07)
|
613
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.7.3...v0.7.4)
|
614
|
+
|
615
|
+
**Merged pull requests:**
|
616
|
+
|
617
|
+
- Fixed escaping in Roles [\#62](https://github.com/rapid7/nexpose-client/pull/62) ([asalazar-r7](https://github.com/asalazar-r7))
|
618
|
+
|
619
|
+
## [v0.7.3](https://github.com/rapid7/nexpose-client/tree/v0.7.3) (2014-04-30)
|
620
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.7.2...v0.7.3)
|
621
|
+
|
622
|
+
**Merged pull requests:**
|
623
|
+
|
624
|
+
- Fix updates on Roles. [\#61](https://github.com/rapid7/nexpose-client/pull/61) ([kkohli-r7](https://github.com/kkohli-r7))
|
625
|
+
|
626
|
+
## [v0.7.2](https://github.com/rapid7/nexpose-client/tree/v0.7.2) (2014-04-29)
|
627
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.7.1...v0.7.2)
|
628
|
+
|
629
|
+
**Closed issues:**
|
630
|
+
|
631
|
+
- Role constructor does not set id = -1 by default [\#57](https://github.com/rapid7/nexpose-client/issues/57)
|
632
|
+
|
633
|
+
**Merged pull requests:**
|
634
|
+
|
635
|
+
- Set role.id to -1 by default on initialization [\#60](https://github.com/rapid7/nexpose-client/pull/60) ([erran](https://github.com/erran))
|
636
|
+
- Add controls-insight-only as a valid role [\#58](https://github.com/rapid7/nexpose-client/pull/58) ([erran](https://github.com/erran))
|
637
|
+
|
638
|
+
## [v0.7.1](https://github.com/rapid7/nexpose-client/tree/v0.7.1) (2014-04-10)
|
639
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.7.0...v0.7.1)
|
640
|
+
|
641
|
+
## [v0.7.0](https://github.com/rapid7/nexpose-client/tree/v0.7.0) (2014-03-26)
|
642
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.6.5...v0.7.0)
|
643
|
+
|
644
|
+
**Closed issues:**
|
645
|
+
|
646
|
+
- Implement Missing Silo Calls [\#21](https://github.com/rapid7/nexpose-client/issues/21)
|
647
|
+
- Implement PendingVulnExceptionsCountRequest Call [\#18](https://github.com/rapid7/nexpose-client/issues/18)
|
648
|
+
- Implement Missing MultiTenant Calls [\#17](https://github.com/rapid7/nexpose-client/issues/17)
|
649
|
+
- Discovery Connection Calls [\#15](https://github.com/rapid7/nexpose-client/issues/15)
|
650
|
+
|
651
|
+
**Merged pull requests:**
|
652
|
+
|
653
|
+
- Changes for criticality tags and associated assets [\#56](https://github.com/rapid7/nexpose-client/pull/56) ([zachrab](https://github.com/zachrab))
|
654
|
+
- Ivan - Support for tags [\#55](https://github.com/rapid7/nexpose-client/pull/55) ([kkohli-r7](https://github.com/kkohli-r7))
|
655
|
+
- Minor licensing and naming updates [\#54](https://github.com/rapid7/nexpose-client/pull/54) ([todb-r7](https://github.com/todb-r7))
|
656
|
+
- Updating Silo functionality in the Gem [\#52](https://github.com/rapid7/nexpose-client/pull/52) ([asalazar-r7](https://github.com/asalazar-r7))
|
657
|
+
|
658
|
+
## [v0.6.5](https://github.com/rapid7/nexpose-client/tree/v0.6.5) (2014-03-11)
|
659
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.6.4...v0.6.5)
|
660
|
+
|
661
|
+
**Closed issues:**
|
662
|
+
|
663
|
+
- Site class missing organization attributes [\#53](https://github.com/rapid7/nexpose-client/issues/53)
|
664
|
+
|
665
|
+
## [v0.6.4](https://github.com/rapid7/nexpose-client/tree/v0.6.4) (2014-03-10)
|
666
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.6.3...v0.6.4)
|
667
|
+
|
668
|
+
**Merged pull requests:**
|
669
|
+
|
670
|
+
- Fix for dynamic asset group creation [\#51](https://github.com/rapid7/nexpose-client/pull/51) ([zachrab](https://github.com/zachrab))
|
671
|
+
|
672
|
+
## [v0.6.3](https://github.com/rapid7/nexpose-client/tree/v0.6.3) (2014-02-25)
|
673
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.6.2...v0.6.3)
|
674
|
+
|
675
|
+
**Closed issues:**
|
676
|
+
|
677
|
+
- VulnException save\(\) drops comment when sending request [\#50](https://github.com/rapid7/nexpose-client/issues/50)
|
678
|
+
- Site save doesn't sanitize description for XML entities [\#49](https://github.com/rapid7/nexpose-client/issues/49)
|
679
|
+
- Nexpose::ReportConfig.build incorrectly adds frequency when generate\_now is true [\#43](https://github.com/rapid7/nexpose-client/issues/43)
|
680
|
+
|
681
|
+
## [v0.6.2](https://github.com/rapid7/nexpose-client/tree/v0.6.2) (2014-01-30)
|
682
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.6.1...v0.6.2)
|
683
|
+
|
684
|
+
**Closed issues:**
|
685
|
+
|
686
|
+
- rescan\_assets does not work in 0.6.1 [\#48](https://github.com/rapid7/nexpose-client/issues/48)
|
687
|
+
- Filter constant EARLIER\_THAN is missing [\#47](https://github.com/rapid7/nexpose-client/issues/47)
|
688
|
+
- ScanTemplate.copy does not work in 0.6.1 [\#46](https://github.com/rapid7/nexpose-client/issues/46)
|
689
|
+
- After a successful authentication, session\_id is nil since gem version 0.1.3 [\#45](https://github.com/rapid7/nexpose-client/issues/45)
|
690
|
+
|
691
|
+
## [v0.6.1](https://github.com/rapid7/nexpose-client/tree/v0.6.1) (2014-01-09)
|
692
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.6.0...v0.6.1)
|
693
|
+
|
694
|
+
## [v0.6.0](https://github.com/rapid7/nexpose-client/tree/v0.6.0) (2013-12-18)
|
695
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.5.6...v0.6.0)
|
696
|
+
|
697
|
+
**Merged pull requests:**
|
698
|
+
|
699
|
+
- 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))
|
700
|
+
|
701
|
+
## [v0.5.6](https://github.com/rapid7/nexpose-client/tree/v0.5.6) (2013-11-21)
|
702
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.5.5...v0.5.6)
|
703
|
+
|
704
|
+
## [v0.5.5](https://github.com/rapid7/nexpose-client/tree/v0.5.5) (2013-11-08)
|
705
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.5.4...v0.5.5)
|
706
|
+
|
707
|
+
**Closed issues:**
|
708
|
+
|
709
|
+
- Create an executable for useful tasks [\#40](https://github.com/rapid7/nexpose-client/issues/40)
|
710
|
+
|
711
|
+
**Merged pull requests:**
|
712
|
+
|
713
|
+
- Fixed call to delete\_device \(method name changed\) [\#41](https://github.com/rapid7/nexpose-client/pull/41) ([pdogg](https://github.com/pdogg))
|
714
|
+
|
715
|
+
## [v0.5.4](https://github.com/rapid7/nexpose-client/tree/v0.5.4) (2013-09-27)
|
716
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.5.3...v0.5.4)
|
717
|
+
|
718
|
+
## [v0.5.3](https://github.com/rapid7/nexpose-client/tree/v0.5.3) (2013-09-27)
|
719
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.5.2...v0.5.3)
|
720
|
+
|
721
|
+
**Closed issues:**
|
722
|
+
|
723
|
+
- Move NexpoesAPI into a new Nexpose::API module [\#39](https://github.com/rapid7/nexpose-client/issues/39)
|
724
|
+
|
725
|
+
## [v0.5.2](https://github.com/rapid7/nexpose-client/tree/v0.5.2) (2013-09-17)
|
726
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.5.1...v0.5.2)
|
727
|
+
|
728
|
+
**Closed issues:**
|
729
|
+
|
730
|
+
- Examples for running scans etc. [\#37](https://github.com/rapid7/nexpose-client/issues/37)
|
731
|
+
- Clean up Comments - Switch to YARDoc [\#24](https://github.com/rapid7/nexpose-client/issues/24)
|
732
|
+
- Make the Wiki Helpful [\#23](https://github.com/rapid7/nexpose-client/issues/23)
|
733
|
+
- Nexpose::ReportAdHoc strange behavior with different formats [\#4](https://github.com/rapid7/nexpose-client/issues/4)
|
734
|
+
|
735
|
+
## [v0.5.1](https://github.com/rapid7/nexpose-client/tree/v0.5.1) (2013-09-15)
|
736
|
+
[Full Changelog](https://github.com/rapid7/nexpose-client/compare/v0.5.0...v0.5.1)
|
737
|
+
|
738
|
+
**Merged pull requests:**
|
739
|
+
|
740
|
+
- Allow for Nexpose::Connection.new to consume URI objects [\#38](https://github.com/rapid7/nexpose-client/pull/38) ([erran](https://github.com/erran))
|
741
|
+
|
742
|
+
## [v0.5.0](https://github.com/rapid7/nexpose-client/tree/v0.5.0) (2013-09-01)
|
743
|
+
**Closed issues:**
|
744
|
+
|
745
|
+
- ReportTemplate delete does not work [\#36](https://github.com/rapid7/nexpose-client/issues/36)
|
746
|
+
- Request for site\_device\_search\_by\_address in site.rb [\#35](https://github.com/rapid7/nexpose-client/issues/35)
|
747
|
+
- bug in regex in vuln.rb:461 [\#34](https://github.com/rapid7/nexpose-client/issues/34)
|
748
|
+
- create\_ticket casing for vuln\_id [\#33](https://github.com/rapid7/nexpose-client/issues/33)
|
749
|
+
- Alerts Are Not Correctly Parsed or Saved [\#32](https://github.com/rapid7/nexpose-client/issues/32)
|
750
|
+
- Gem version 0.1.8 doesn't work with Ruby 1.8.7 [\#28](https://github.com/rapid7/nexpose-client/issues/28)
|
751
|
+
- Implement Missing Ticketing Calls [\#22](https://github.com/rapid7/nexpose-client/issues/22)
|
752
|
+
- Implement ScanListingRequest [\#20](https://github.com/rapid7/nexpose-client/issues/20)
|
753
|
+
- Implement Role API Calls [\#19](https://github.com/rapid7/nexpose-client/issues/19)
|
754
|
+
- Implement EngineActivityRequest Call [\#16](https://github.com/rapid7/nexpose-client/issues/16)
|
755
|
+
- Saving of Asset Groups [\#14](https://github.com/rapid7/nexpose-client/issues/14)
|
756
|
+
- site\_device\_listing not returning risk scores [\#11](https://github.com/rapid7/nexpose-client/issues/11)
|
757
|
+
- site\_device\_listing not returning risk scores [\#10](https://github.com/rapid7/nexpose-client/issues/10)
|
758
|
+
- hostnames not included in site\_config [\#8](https://github.com/rapid7/nexpose-client/issues/8)
|
759
|
+
- Nexpose changed answer format since yesterday? [\#6](https://github.com/rapid7/nexpose-client/issues/6)
|
760
|
+
- undefined local variable or method `response' [\#2](https://github.com/rapid7/nexpose-client/issues/2)
|
761
|
+
- No Method geturl in nexpose.rb:2536 [\#1](https://github.com/rapid7/nexpose-client/issues/1)
|
762
|
+
|
763
|
+
**Merged pull requests:**
|
764
|
+
|
765
|
+
- resolved missing highline/import [\#30](https://github.com/rapid7/nexpose-client/pull/30) ([vidkun](https://github.com/vidkun))
|
766
|
+
- Add host set ability for complete array [\#26](https://github.com/rapid7/nexpose-client/pull/26) ([arirubinstein](https://github.com/arirubinstein))
|
767
|
+
- Bug fix for scan\_pause and scan\_resume [\#13](https://github.com/rapid7/nexpose-client/pull/13) ([mickayz](https://github.com/mickayz))
|
768
|
+
- Added scan\_pause method to scan.rb [\#12](https://github.com/rapid7/nexpose-client/pull/12) ([mickayz](https://github.com/mickayz))
|
769
|
+
|
770
|
+
|
771
|
+
|
772
|
+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|