-
Notifications
You must be signed in to change notification settings - Fork 45
/
CHANGELOG
72 lines (42 loc) · 1.32 KB
/
CHANGELOG
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Changelog
=========
1.6.1
- Fix PyPi upload
1.6.0
- New Features
- Add Vulnerability version to report
- Fixes
- Refactor code to help future developpement
- Class, function and variable are now typed
- Remove useless part of the script that where not used
- Bump minimum Python to version 3.12
1.5.0
- Added args options to personnalize IP and CVE to keep/ignore
1.4.2
- Fixed `ValueError: Unknown format code 'f' for object of type 'str'`
1.4.1
- Small bugfixes and code refactoring
1.4.0
- Use Word template for report building
1.3.1
- Add charts to Word document using matplotlib
- Some code clean-up and small lay-out changes in Excel
1.3.0
- Fix retrieval of description and other useful info by parsing `<tags>` instead of `<description>`
1.2.3
- Implement [https://github.com/cr0hn/openvas_to_report/pull/12]
1.2.2
- Fix bug where port info was not correctly extracted
1.2.1
- Fix bug where affected hosts were added on wrong row in Excel export
1.2.0
- Functional export to Word document (.docx)
- Includes some formatting
- TODO: graphs
1.1.0a
- Support for exporting to Word document (.docx)
- Limited formatting, needs more testing
1.0.1a
- Small updates, preparing for export to other formats
1.0.0
- First official release, supports export to Excel with graphs, ToC and worksheet per vulnerability