1
1
Revision history for Net::SecurityCenter
2
2
3
- 0.206 2020/07/22
3
+ 0.300 2020-10-30
4
+ - Added support for API Authentication (added in Tenable.sc 5.13)
5
+ - Added "Net::SecurityCenter::API::Notification" class
6
+ - Added "App:TenableSC" class for CLI applications
7
+ - Improved "sc-api" table output
8
+ - Added supporto for API Authentication in "sc-api"
9
+ - Improved error handling
10
+ - Improved documentations
11
+ - Improved Perl "magic" features (wantarray)
12
+ - Code beautifications
13
+
14
+ 0.206 2020-07-22
4
15
- Refactoring "Net::SecurityCenter" class
5
16
- Added "Net::SecurityCenter::API::Status" class
6
17
- Added "Net::SecurityCenter::API::DeviceInfo" class (added in Tenable.sc 5.12)
@@ -13,33 +24,31 @@ Revision history for Net::SecurityCenter
13
24
- Improved documentations
14
25
- Added more tests
15
26
16
- 0.205 2020/01/ 31
27
+ 0.205 2020-01- 31
17
28
- Added new Net::SecurityCenter::API::ScanResult methods
18
29
- import
19
30
- reimport
20
31
- email
21
32
- Improved Net::SecurityCenter::API::ScanResult->stop method (added "type=>import")
22
33
23
- 0.204 2019/11/ 06
34
+ 0.204 2019-11- 06
24
35
- Removed "List::Util" dependency (fix Bug #130874)
25
36
26
- 0.203 2019/10/ 29
37
+ 0.203 2019-10- 29
27
38
- Added initial support for Tenable.sc 5.12
28
39
- Added "Net::SecurityCenter::API::Scanner::health" method
29
40
- Renamed "Net::SecurityCenter::API::Scanner->get_status" method to "Net::SecurityCenter::API::Scanner->status"
30
41
- Renamed "Net::SecurityCenter::API::ScanResult->get_status" method to "Net::SecurityCenter::API::ScanResult->status"
31
42
- Renamed "Net::SecurityCenter::API::ScanResult->get_progress" method to "Net::SecurityCenter::API::ScanResult->progress"
32
43
33
- 0.202 2019/09/ 10
44
+ 0.202 2019-09- 10
34
45
- Added "download" method for Analysis API
35
46
36
-
37
- 0.201 2019/07/12
47
+ 0.201 2019-07-12
38
48
- Fixed documentation issue
39
49
- Added missing file in MANIFEST
40
50
41
-
42
- 0.200 2019/07/02
51
+ 0.200 2019-07-02
43
52
- Created new API structure and splitted Net::Security::Center class in
44
53
indipendent API modules:
45
54
- Analisys
@@ -60,7 +69,6 @@ Revision history for Net::SecurityCenter
60
69
- Improved documentation
61
70
- Improved test suite
62
71
- Added support for Log::Log4perl and Log::Any logging modules
63
-
64
72
65
- 0.100 2018/12/ 28
73
+ 0.100 2018-12- 28
66
74
- initial release
0 commit comments