Skip to content

Releases: giterlizzi/perl-Net-SecurityCenter

0.311 2023-05-17

17 May 19:53
Compare
Choose a tag to compare
  • Added "Net::SecurityCenter::API::ScanResult->delete" method
  • Added new methods for Net::SecurityCenter::API::Policy (edit, create, delete, copy)

0.310 2021-03-01

02 Mar 18:33
Compare
Choose a tag to compare
  • Added Net::SecurityCenter::API::Ticket class
  • Fixed ssl_opts param in Net::SecurityCenter::REST
  • Added array return context in Net::SecurityCenter::API::Scan->list
  • sc-api: Added Two-Way SSL/TLS Mutual Authentication
  • sc-api: Improved CSV output (thanks to SFUX)

0.300 2020-10-30

02 Nov 15:07
Compare
Choose a tag to compare
  • Added support for API Authentication (added in Tenable.sc 5.13)
  • Added "Net::SecurityCenter::API::Notification" class
  • Added "App:TenableSC" class for CLI applications
  • Improved "sc-api" table output
  • Added supporto for API Authentication in "sc-api"
  • Improved error handling
  • Improved documentations
  • Improved Perl "magic" features (wantarray)
  • Code beautifications

0.206 2020/07/22

22 Jul 17:47
Compare
Choose a tag to compare
  • Refactoring Net::SecurityCenter class
  • Added Net::SecurityCenter::API::Status class
  • Added Net::SecurityCenter::API::DeviceInfo class (added in Tenable.sc 5.12)
  • Added Net::SecurityCenter::API::System->debug method (added in Tenable.sc 5.10)
  • Deprecated Net::SecurityCenter::API::System->get_status method
  • Deprecated Net::SecurityCenter::API::System->get_info method
  • Improved Net::SecurityCenter::API::ScanResult->list method (added start_time and end_time params)
  • Fixed unhexpected behavior in Net::SecurityCenter::API::ScanResult->list method for start_date and end_date params
  • Improved sc-api command
  • Improved documentations
  • Added more tests

0.205 2020/01/31

31 Jan 17:37
Compare
Choose a tag to compare
  • Added new Net::SecurityCenter::API::ScanResult methods
    • import
    • reimport
    • email
  • Improved Net::SecurityCenter::API::ScanResult->stop method (added type=>import)

0.204 2019/11/06

07 Nov 21:09
Compare
Choose a tag to compare
  • Removed "List::Util" dependency (fix RT Bug #130874)

0.203 2019/10/29

29 Oct 21:43
Compare
Choose a tag to compare
  • Added initial support for Tenable.sc 5.12
  • Added Net::SecurityCenter::API::Scanner::health method
  • Renamed Net::SecurityCenter::API::Scanner::get_status method to Net::SecurityCenter::API::Scanner::status
  • Renamed Net::SecurityCenter::API::ScanResult::get_status method to Net::SecurityCenter::API::ScanResult::status
  • Renamed Net::SecurityCenter::API::ScanResult::get_progress method to Net::SecurityCenter::API::ScanResult::progress