File: Changes

package info (click to toggle)
libnet-nessus-rest-perl 0.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 132 kB
  • ctags: 47
  • sloc: perl: 737; makefile: 3
file content (43 lines) | stat: -rw-r--r-- 1,358 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Revision history for Net::Nessus::REST

0.7.0 Thu, 10 Mar 2016
- yet another attempt to fix version number

0.6.1 Wed, 09 Mar 2016
- fix test dependencies
- fix usage of dotted-decimal version scheme

0.6 Tue, 08 Mar 2016
- first actual tests against a live Nessus server
- fix get_scan_details() method (Denis Joiret)
- correctly fix list_scanners() method (Todd Bruner)
- add stop_scan() method (Todd Bruner)

0.5.2 Sat, 26 Feb 2016
- fix retrieval of scan history (Denis Joiret)

0.5.1 Sat, 06 Feb 2016
- fix import_policy() method (Asgeir Aegisson)
- keep pod and kwalitee tests for author only (fix #111699)

0.5 Sun, 31 Jan 2016
* add multiple policy management methods (Asgeir Aegisson)
* change list_plugin_families return value, for consistency (Asgeir Aegisson)
* additional documentation fixes (Asgeir Aegisson)
* use versioned dependency on LWP::UserAgent for delete() method usage

0.4 Sun, 12 Jul 2015
* fix breakage in download_scan() method,
  introduced by my fault in previous release
* fix a few documentation issues in synopsis

0.3 Mon, 06 Jul 2015
* added scanner ID query functionality (Fabrice Durand)
* allow to return report content as a string instead of a file (Fabrice Durand)
* fix scanners list method (Todd Bruner)

0.2 Sat, 14 Feb 2015
* added plugin query functionality (Todd Bruner)

0.1 Mon, 22 Dec 2014
* initial release