Skip to content

Commit 9d47835

Browse files
dekkersunderdarknl
andauthored
Add 1.15 release notes (#2605)
Co-authored-by: Jan Klopper <janklopper+underdark@gmail.com>
1 parent d668b4a commit 9d47835

2 files changed

Lines changed: 78 additions & 0 deletions

File tree

docs/source/release_notes/1.15.rst

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
============
2+
OpenKAT 1.15
3+
============
4+
5+
This release includes some big optimizations in the new reporting functionality
6+
that was introduced in 1.14. Measurements show that generating a report on 100
7+
objects is approximately 20 times faster. The reports in general also got a lot
8+
of improvements and bugfixes.
9+
10+
New Features
11+
============
12+
13+
* The types the normalizer consumes link to upload page now. The produces list
14+
has been fixed and link to the object page.
15+
* Support for adding and checking CAA records has been added.
16+
* Token authentication for APIs has been added.
17+
* Reports show both when the report has been created and the selected valid time.
18+
* With CSV upload it is possible to also set the clearance level.
19+
* More CSP checks have been added.
20+
* Scan profiles can be declared through normalizers.
21+
* It possible to select all OOIs for aggregate reports.
22+
* Plugin page in reporting flow is skipped if all plugins are enabled.
23+
* Setting to limit size of IP range has been added to nmap boefje.
24+
* Added settings for database pool size config.
25+
* The KAT findings database has been updated.
26+
* New findings report has been added to replace the old one.
27+
* Improved metrics collection in the scheduler.
28+
* Extra checks for findings have been added to the dns report.
29+
30+
Bug fixes
31+
=========
32+
33+
* Multireport doesn't have wrong preselection in form
34+
* Render dicts and list ooi attrs as jsonfield so that all OOIs can be manually added.
35+
* Install and update script check for sudo
36+
* Error handling in reporting has been improved
37+
* Fixed several bugs in mail report.
38+
* Fixed a bug in open ports report.
39+
* Fix broken wordpress check in wpscan boefje.
40+
* Add timeouts to CVE API downloader.
41+
* Forms will check if the required number of checkboxes are checked.
42+
* Primary buttons are properly aligned to the left and export buttons in the report are placed properly.
43+
* Do not show an error in tasks stats if no tasks have run yet.
44+
* Health page is accessible during onboarding.
45+
* Wrong domain count in systems report has been fixed.
46+
* Do not log an error on token refresh in bytes client.
47+
* Fix settings of kat_dns boefje not being used.
48+
* Ignore certificate errors in security txt boefje instead of returning an error.
49+
* Vulnerabilities in vulnerability report are sorted.
50+
* Duplicate OOIs have been removed in the reports.
51+
* Our HSTS check has been changed to case insensitive.
52+
* Give an error when future observed at date is selected.
53+
* Fix removal of findings when domain does not exist anymore.
54+
* Fix error with unicode in octopoes.
55+
* Fixes for table overflowing the PDF report.
56+
* Set a timeout on hanging test ssl container,
57+
* Raise exception if boefje input OOI has been deleted.
58+
* Filter out undeserializable objects from xtdb query, gets rid of "could not deserialize value" octopoes worker log messages.
59+
60+
Upgrading
61+
=========
62+
63+
The normal instructions for upgrading :ref:`Debian packages<Upgrading Debian>`
64+
or upgrading :ref:`containers <Upgrading_Containers>` should be followed.
65+
66+
Debian packages
67+
---------------
68+
69+
1.14 was the last release to provide Debian packages for Debian 11. If you are
70+
still running Debian 11 you need to upgrade to Debian 12 to be able to upgrade
71+
to OpenKAT 1.15.
72+
73+
Full Changelog
74+
==============
75+
76+
The full changelog can be found on `Github
77+
<https://github.com/minvws/nl-kat-coordination/releases/tag/v1.15.0>`_.

docs/source/release_notes/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Release notes
55
:maxdepth: 1
66
:caption: Releases
77

8+
1.15
89
1.14
910
1.13
1011
1.12

0 commit comments

Comments
 (0)