akshaybabloo / release-exporter

Release exporter for GitHub and GitLab
https://www.gollahalli.com/blog/export-your-github-and-gitlab-releases-as-a-changelog/
MIT License
25 stars 8 forks source link

TypeError: 'NoneType' object is not subscriptable in M1 with Python3.9 installed from Homebrew #94

Open mochadwi opened 9 months ago

mochadwi commented 9 months ago
Traceback (most recent call last):
  File "/usr/local/bin/rex", line 33, in <module>
    sys.exit(load_entry_point('release-exporter==1.1.1', 'console_scripts', 'rex')())
  File "/usr/local/lib/python3.9/site-packages/release_exporter-1.1.1-py3.9.egg/release_exporter/cli.py", line 144, in main
  File "/usr/local/lib/python3.9/site-packages/click-8.1.7-py3.9.egg/click/core.py", line 1157, in __call__
    return self.main(*args, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/click-8.1.7-py3.9.egg/click/core.py", line 1078, in main
    rv = self.invoke(ctx)
  File "/usr/local/lib/python3.9/site-packages/click-8.1.7-py3.9.egg/click/core.py", line 1688, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/usr/local/lib/python3.9/site-packages/click-8.1.7-py3.9.egg/click/core.py", line 1434, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/usr/local/lib/python3.9/site-packages/click-8.1.7-py3.9.egg/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/click-8.1.7-py3.9.egg/click/decorators.py", line 33, in new_func
    return f(get_current_context(), *args, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/release_exporter-1.1.1-py3.9.egg/release_exporter/cli.py", line 58, in markdown
  File "/usr/local/lib/python3.9/site-packages/release_exporter-1.1.1-py3.9.egg/release_exporter/formatter.py", line 26, in write

  File "/usr/local/lib/python3.9/site-packages/release_exporter-1.1.1-py3.9.egg/release_exporter/formatter.py", line 50, in _converter
    def add_literal_data(self, data): pass
TypeError: 'NoneType' object is not subscriptable
reinschaap commented 8 months ago

Same error (Intel macbook):

GitHub detected. 

Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.10/bin/rex", line 8, in <module>
    sys.exit(main())
  File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/release_exporter/cli.py", line 144, in main
    cli(obj={})
  File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/click/core.py", line 1128, in __call__
    return self.main(*args, **kwargs)
  File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/click/core.py", line 1053, in main
    rv = self.invoke(ctx)
  File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/click/core.py", line 1659, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/click/core.py", line 1395, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/click/core.py", line 754, in invoke
    return __callback(*args, **kwargs)
  File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/click/decorators.py", line 26, in new_func
    return f(get_current_context(), *args, **kwargs)
  File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/release_exporter/cli.py", line 59, in markdown
    file_type='markdown').write()
  File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/release_exporter/formatter.py", line 26, in write
    md_file.writelines(self._converter())
  File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/release_exporter/formatter.py", line 50, in _converter
    temp = self.releases()['data']['repository']['releases']['edges']
  File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/release_exporter/request.py", line 65, in releases
    releases(first:{self._total_number_releases()}, orderBy: {{field: CREATED_AT, direction: DESC}}){{
  File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/release_exporter/request.py", line 50, in _total_number_releases
    return int(json.loads(r.text)['data']['repository']['releases']['totalCount'])
TypeError: 'NoneType' object is not subscriptable
akshaybabloo commented 8 months ago

@reincode050 @mochadwi is there a repo URL I can test this on?

reinschaap commented 8 months ago

https://github.com/minvws/nl-kat-coordination

mohamedmansor commented 8 months ago

@akshaybabloo I'm testing it on intel (Linux) Django cookiecutter Repo and it returns the same error.

Traceback (most recent call last):
  File "/usr/local/bin/rex", line 8, in <module>
    sys.exit(main())
  File "/usr/local/lib/python3.10/site-packages/release_exporter/cli.py", line 144, in main
    cli(obj={})
  File "/usr/local/lib/python3.10/site-packages/click/core.py", line 1157, in __call__
    return self.main(*args, **kwargs)
  File "/usr/local/lib/python3.10/site-packages/click/core.py", line 1078, in main
    rv = self.invoke(ctx)
  File "/usr/local/lib/python3.10/site-packages/click/core.py", line 1688, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/usr/local/lib/python3.10/site-packages/click/core.py", line 1434, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/usr/local/lib/python3.10/site-packages/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
  File "/usr/local/lib/python3.10/site-packages/click/decorators.py", line 33, in new_func
    return f(get_current_context(), *args, **kwargs)
  File "/usr/local/lib/python3.10/site-packages/release_exporter/cli.py", line 59, in markdown
    file_type='markdown').write()
  File "/usr/local/lib/python3.10/site-packages/release_exporter/formatter.py", line 26, in write
    md_file.writelines(self._converter())
  File "/usr/local/lib/python3.10/site-packages/release_exporter/formatter.py", line 50, in _converter
    temp = self.releases()['data']['repository']['releases']['edges']
TypeError: 'NoneType' object is not subscriptable
akshaybabloo commented 8 months ago

The problem is with the number of requests being done, as in, if the releases are more than 100, I am getting this response @mohamedmansor

{'data': {'repository': None}, 'errors': [{'type': 'EXCESSIVE_PAGINATION', 'path': ['repository', 'releases'], 'locations': [{'line': 4, 'column': 21}], 'message': 'Requesting 345 records on the `releases` connection exceeds the `first` limit of 100 records.'}]}

I am not seeing that error with @reincode050, here is the raw output

/home/akshay/.cache/pypoetry/virtualenvs/release-exporter-gXpWVgrx-py3.10/bin/python /home/akshay/code/personal/release-exporter/rex.py --token *** --url https://github.com/minvws/nl-kat-coordination markdown 
GitHub detected. 

{'data': {'repository': {'releases': {'edges': [{'node': {'name': 'v1.13.0rc2', 'tag': {'name': 'v1.13.0rc2'}, 'description': "## What's Changed\r\n* Fix report tables overflowing whole page (1.13) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1947\r\n* Fix reports and normalizer detail page (1.13) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1948\r\n* Fix installing rocky packages in RDO workflow (1.13) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1949\r\n* Fix error adding settings when schema doesn't have required attribute (1.13) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1953\r\n\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-coordination/compare/v1.13.0rc1...v1.13.0rc2", 'createdAt': '2023-10-23T11:55:50Z'}}, {'node': {'name': 'v1.12.1', 'tag': {'name': 'v1.12.1'}, 'description': "## What's Changed\r\n* Backport rocky logging settings to 1.12 by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1887\r\n* Normalize host urls in scheduler v1.12 by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/1886\r\n* Allow items with highest priority to be pushed on queue when full (1.12) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1897\r\n* Change login link to the correct URL (1.12) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1905\r\n* Fix error handling in rocky when queue is full in Scheduler (1.12) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1932\r\n* Updated `urllib3` (1.12) by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/1934\r\n\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-coordination/compare/v1.12.0...v1.12.1", 'createdAt': '2023-10-18T16:15:56Z'}}, {'node': {'name': 'v1.13.0rc1', 'tag': {'name': 'v1.13.0rc1'}, 'description': "https://docs.openkat.nl/release_notes/1.13.html\r\n\r\n## What's Changed\r\n* Feat: Destructive button by @HeleenSG in https://github.com/minvws/nl-kat-coordination/pull/1776\r\n* Add 1.12 release notes to index file by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1805\r\n* Fix backwards compatibility settings by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1806\r\n* Weblate openkat nl kat coordination by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1813\r\n* Use django-compressor for CSS and JavaScript by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1770\r\n* Add whitenoise for serving static files by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1779\r\n* Risk level indicator styling by @HeleenSG in https://github.com/minvws/nl-kat-coordination/pull/1810\r\n* Bump cryptography from 41.0.3 to 41.0.4 in /bytes by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1818\r\n* Add container I/O API endpoints to boefjes runner by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1811\r\n* Refactor OOI list Filtering by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1796\r\n* Fix/tabs styling by @HeleenSG in https://github.com/minvws/nl-kat-coordination/pull/1832\r\n* Add Docs about OctopoesAPIConnector by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1821\r\n* Update `cryptography` package by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/1835\r\n* Fix case sensitivty of DATABASE_MIGRATION env var by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1831\r\n* Add support to set stalled tasks to failed in scheduler by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/1773\r\n* Fix enable or disable Normalizer by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1824\r\n* Add openkat-reset.sh script by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1826\r\n* Add shfmt to pre-commit by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1836\r\n* Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1848\r\n* Bump docker/metadata-action from 4 to 5 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1849\r\n* Bump docker/build-push-action from 4 to 5 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1850\r\n* Bump docker/setup-buildx-action from 2 to 3 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1851\r\n* Add Italian translation by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1755\r\n* Add new images Boefjes by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1839\r\n* Bump cryptography from 41.0.3 to 41.0.4 in /boefjes by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1819\r\n* Upgrade urllib3 by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/1865\r\n* Change login link to the correct URL by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1847\r\n* Updated `opentelemetry-instrumentation` packages by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/1869\r\n* Add `BOEFJE_API` to `.env-prod` by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1868\r\n* Upgraded Pillow by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/1872\r\n* Update commit sign script by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/1874\r\n* Add Docker container runner for boefjes by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1812\r\n* Bump docker/login-action from 2 to 3 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1852\r\n* Don't add findings on hostnames with a nxdomain object by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1843\r\n* Cache found boefjes and normalizers by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1856\r\n* Fix upgrade with celery beat by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1879\r\n* Create task stats endpoint and update metrics endpoint for scheduler by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/1846\r\n* Fix/cipher bits by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1875\r\n* Delegate creation of `.po` files externally by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1844\r\n* Add more traces to scheduler by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/1877\r\n* Added updated color schemes by @HeleenSG in https://github.com/minvws/nl-kat-coordination/pull/1802\r\n* Allow items with highest priority to be pushed on queue when full by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/1894\r\n* high in the sky - getting rid of some dunglish by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/1898\r\n* Set correct headers and increase timeout for scheduler by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/1896\r\n* Normalize host urls in scheduler by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/1885\r\n* Rocky settings: remove QUEUE_URI and defaults from API settings by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1825\r\n* Translations update from Hosted Weblate by @weblate in https://github.com/minvws/nl-kat-coordination/pull/1899\r\n* First setup of cve_2023_34039 boefje by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1756\r\n* Add more comprehensive documentation about the translation pipeline by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1903\r\n* Feature/path queries in api by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1876\r\n* Feature: Add bulk unmute button by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/1900\r\n* Add normalizer detail page to katalogus by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/1817\r\n* Ring ring ring modules by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/1907\r\n* Create contributing.rst by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/1892\r\n* Fix error handling in rocky when queue is full in Scheduler by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1895\r\n* Add support for using granian instead of uWSGI by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1784\r\n* Expando row implemented according to design by @HeleenSG in https://github.com/minvws/nl-kat-coordination/pull/1837\r\n* V2 of report docs by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1814\r\n* Run boefje, normalizer and bit from cli by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1855\r\n* Fix import by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1917\r\n* Translations update from Hosted Weblate by @weblate in https://github.com/minvws/nl-kat-coordination/pull/1915\r\n* New feature: Generate DNS and TLS report from a list of OOIs (basic Report page) by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1908\r\n* Bumped `urllib3` package by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/1927\r\n* Revert accidental pillow downgrade by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1929\r\n* Create general feature flag context processor by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1925\r\n* Update granian and use new of configuration via env vars by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1931\r\n\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-coordination/compare/v1.12.0...v1.13.0rc1", 'createdAt': '2023-10-18T16:15:27Z'}}, {'node': {'name': 'v1.12.0', 'tag': {'name': 'v1.12.0'}, 'description': "https://docs.openkat.nl/release_notes/1.12.html\r\n\r\n## What's Changed\r\n* Fix translations in main  by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1649\r\n* Get current language and show in html lang attribute by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1625\r\n* Pin poetry in the CI and fix deprecation warning by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1654\r\n* Add new boefjes runner design by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1620\r\n* Fix reschedule button by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1648\r\n* Add mention to Weblate to the README by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1653\r\n* Fix pre-commit exclude by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1660\r\n* Update install script with new env vars by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1655\r\n* Add REQUESTS_CA_BUNDLE environment variable to external_db boefje by @zcrt in https://github.com/minvws/nl-kat-coordination/pull/1667\r\n* Futher improvements and refinements to the (environment) documentation by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1656\r\n* Bump uwsgi from 2.0.21 to 2.0.22 in /rocky by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1669\r\n* Updated `djLint` version and `pre-commit` hook configs by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/1664\r\n* add question objects / config bits to the manual by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/1569\r\n* csv upload documentation by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/1605\r\n* Fix restarting services by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1678\r\n* Missing translation in main by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1692\r\n* Set fixed number of gunicorn workers in Debian packages by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1694\r\n* Enable and upgrade `stylelint` in `pre-commit` by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1388\r\n* Cleanup templates using ooi detail and list url by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/1681\r\n* Pass urlencoded query parameters to download button call by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1691\r\n* Add raw bytes migrations for v1.11.0 by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1706\r\n* Fix `bits_enabled`, `bits_disabled` setting syntax by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1731\r\n* Fix import location of `graph.js` and `graph.css` by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1730\r\n* Bump actions/configure-pages from 2 to 3 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1705\r\n* Fix/handle pushing rescheduled task that is already running by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1689\r\n* Create a default organization member object for superusers when no member exists in the database. by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1695\r\n* Refactor scheduler by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/1581\r\n* fix refactored env for compose release by @tobiasBDO in https://github.com/minvws/nl-kat-coordination/pull/1704\r\n* Add initial Italian support by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1748\r\n* Add more descriptive error messages when pushing on scheduler queues by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/1703\r\n* Fix make lang CI job by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1760\r\n* Debian packaging: kat user account creation and systemd improvements by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1682\r\n* Remove outdated precommit files by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1759\r\n* Fix indentation and counter of child OOIs from the OOI tree view by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1698\r\n* Some texts in rocky not translated by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1753\r\n* Missing translations rocky by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1762\r\n* Do not create a HSTS finding on http by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1687\r\n* Add katalogus integration tests in ci and fix the database environment variable by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1754\r\n* Add UUID typing annotation instead of strings everywhere by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1761\r\n* Hotfix for downloading normalizer output from the tasks page by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1765\r\n* Add descriptions to task status model by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/1747\r\n* Update documentation scheduler by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/1750\r\n* Show plugin name in task list instead of plugin ID by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1764\r\n* Add improved status icon support on the task list by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/1752\r\n* Extend KAT-alogus with Normalizers by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1686\r\n* Add `.env-prod` with `KAT_VERSION` for `docker-compose.release-example.yml` by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1746\r\n* Add information about the report filters to the report and add a link to reproduce the report. by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1711\r\n* UI and language fixes in rocky by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1771\r\n* Force ip for ipv4 http by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1769\r\n* Add ROCKY_DB_USER_CREATEDB=CREATEDB back by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1780\r\n* Fixes broken plugin layout in onboarding by @HeleenSG in https://github.com/minvws/nl-kat-coordination/pull/1782\r\n* Update normalize.py (kat_snyk_finding_types) for correct RiskLevelSeverity by @jordy-kennisnet in https://github.com/minvws/nl-kat-coordination/pull/1709\r\n* fix boefje parsing by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1785\r\n* fix download normalizer meta by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1788\r\n* Add security txt OOIs and new boefje by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1743\r\n* Remove previous security.txt boefje by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1775\r\n* Fix typo on OOI detail graph page by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1787\r\n* Check if member has clearance when enabling boefje by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1690\r\n* Fix redirect after login prompt by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1786\r\n* Fix KAT-alogus table view by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1795\r\n* Exclude muted findings from report by default by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1791\r\n* Add 1.12 release notes by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1799\r\n* Fix backwards compatibility settings (1.12) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1807\r\n* Upgraded Pillow (1.12) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1878\r\n* Fix upgrade with celery beat (1.12) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1880\r\n* Fix/cipher bits (1.12) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1882\r\n\r\n## New Contributors\r\n* @jordy-kennisnet made their first contribution in https://github.com/minvws/nl-kat-coordination/pull/1709\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-coordination/compare/v1.11.1...v1.12.0", 'createdAt': '2023-10-05T15:57:51Z'}}, {'node': {'name': 'v1.11.1', 'tag': {'name': 'v1.11.1'}, 'description': "## What's Changed\r\n* Exclude muted findings from report by default (1.11) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1803\r\n\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-coordination/compare/v1.11.0...v1.11.1", 'createdAt': '2023-09-21T13:39:04Z'}}, {'node': {'name': 'v1.12.0rc2', 'tag': {'name': 'v1.12.0rc2'}, 'description': "## What's Changed\r\n* Fix backwards compatibility settings (1.12) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1807\r\n\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-coordination/compare/v1.12.0rc1...v1.12.0rc2", 'createdAt': '2023-09-21T13:33:03Z'}}, {'node': {'name': 'v1.12.0rc1', 'tag': {'name': 'v1.12.0rc1'}, 'description': "https://docs.openkat.nl/release_notes/1.12.html\r\n\r\n## What's Changed\r\n* Fix translations in main  by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1649\r\n* Get current language and show in html lang attribute by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1625\r\n* Pin poetry in the CI and fix deprecation warning by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1654\r\n* Add new boefjes runner design by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1620\r\n* Fix reschedule button by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1648\r\n* Add mention to Weblate to the README by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1653\r\n* Fix pre-commit exclude by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1660\r\n* Update install script with new env vars by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1655\r\n* Add REQUESTS_CA_BUNDLE environment variable to external_db boefje by @zcrt in https://github.com/minvws/nl-kat-coordination/pull/1667\r\n* Futher improvements and refinements to the (environment) documentation by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1656\r\n* Bump uwsgi from 2.0.21 to 2.0.22 in /rocky by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1669\r\n* Updated `djLint` version and `pre-commit` hook configs by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/1664\r\n* add question objects / config bits to the manual by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/1569\r\n* csv upload documentation by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/1605\r\n* Fix restarting services by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1678\r\n* Missing translation in main by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1692\r\n* Set fixed number of gunicorn workers in Debian packages by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1694\r\n* Enable and upgrade `stylelint` in `pre-commit` by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1388\r\n* Cleanup templates using ooi detail and list url by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/1681\r\n* Pass urlencoded query parameters to download button call by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1691\r\n* Add raw bytes migrations for v1.11.0 by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1706\r\n* Fix `bits_enabled`, `bits_disabled` setting syntax by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1731\r\n* Fix import location of `graph.js` and `graph.css` by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1730\r\n* Bump actions/configure-pages from 2 to 3 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1705\r\n* Fix/handle pushing rescheduled task that is already running by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1689\r\n* Create a default organization member object for superusers when no member exists in the database. by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1695\r\n* Refactor scheduler by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/1581\r\n* fix refactored env for compose release by @tobiasBDO in https://github.com/minvws/nl-kat-coordination/pull/1704\r\n* Add initial Italian support by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1748\r\n* Add more descriptive error messages when pushing on scheduler queues by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/1703\r\n* Fix make lang CI job by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1760\r\n* Debian packaging: kat user account creation and systemd improvements by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1682\r\n* Remove outdated precommit files by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1759\r\n* Fix indentation and counter of child OOIs from the OOI tree view by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1698\r\n* Some texts in rocky not translated by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1753\r\n* Missing translations rocky by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1762\r\n* Do not create a HSTS finding on http by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1687\r\n* Add katalogus integration tests in ci and fix the database environment variable by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1754\r\n* Add UUID typing annotation instead of strings everywhere by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1761\r\n* Hotfix for downloading normalizer output from the tasks page by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1765\r\n* Add descriptions to task status model by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/1747\r\n* Update documentation scheduler by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/1750\r\n* Show plugin name in task list instead of plugin ID by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1764\r\n* Add improved status icon support on the task list by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/1752\r\n* Extend KAT-alogus with Normalizers by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1686\r\n* Add `.env-prod` with `KAT_VERSION` for `docker-compose.release-example.yml` by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1746\r\n* Add information about the report filters to the report and add a link to reproduce the report. by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1711\r\n* UI and language fixes in rocky by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1771\r\n* Force ip for ipv4 http by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1769\r\n* Add ROCKY_DB_USER_CREATEDB=CREATEDB back by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1780\r\n* Fixes broken plugin layout in onboarding by @HeleenSG in https://github.com/minvws/nl-kat-coordination/pull/1782\r\n* Update normalize.py (kat_snyk_finding_types) for correct RiskLevelSeverity by @jordy-kennisnet in https://github.com/minvws/nl-kat-coordination/pull/1709\r\n* fix boefje parsing by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1785\r\n* fix download normalizer meta by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1788\r\n* Add security txt OOIs and new boefje by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1743\r\n* Remove previous security.txt boefje by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1775\r\n* Fix typo on OOI detail graph page by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1787\r\n* Check if member has clearance when enabling boefje by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1690\r\n* Fix redirect after login prompt by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1786\r\n* Fix KAT-alogus table view by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1795\r\n* Exclude muted findings from report by default by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1791\r\n* Add 1.12 release notes by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1799\r\n\r\n## New Contributors\r\n* @jordy-kennisnet made their first contribution in https://github.com/minvws/nl-kat-coordination/pull/1709\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-coordination/compare/v1.11.0...v1.12.0rc1", 'createdAt': '2023-09-19T13:22:21Z'}}, {'node': {'name': 'v1.11.0', 'tag': {'name': 'v1.11.0'}, 'description': 'https://docs.openkat.nl/release_notes/1.11.html\r\n\r\n## What\'s Changed\r\n* Fix sorting in KAT-alogus by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1279\r\n* Bump myst-parser from 1.0.0 to 2.0.0 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1208\r\n* Add 1.10 release notes and document new features by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1283\r\n* Bump setuptools from 67.6.1 to 68.0.0 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1282\r\n* Update nginx.rst, mising reload, some more explanation by @underdarknl in https://github.com/minvws/nl-kat-coordination/pull/1280\r\n* Cache RabbitMQ connections and HTTP Sessions in Octopoes by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1204\r\n* Add boefje env var to release notes and improve documentation by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1291\r\n* Add hyperlinks to boefje detail from task list by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/1287\r\n* :memo: resize LaTeX table & catch non-human-readable strings by @zcrt in https://github.com/minvws/nl-kat-coordination/pull/1278\r\n* add cwe finding types boefje by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1269\r\n* Improved poetry configuration for keiko and octopoes by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1186\r\n* Fix Debian package action error when matrix is empty by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1294\r\n* Re-use RabbitMQ channels in Bytes by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1128\r\n* Remove more then 1 active state on menu items by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1178\r\n* Nmap boefjes: report only open ports by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1284\r\n* updated intro by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/1131\r\n* Fix object page ignoring the filters for JSON and CSV export by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1300\r\n* Handle RabbitMQ channel error in bytes by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1304\r\n* Change port classification bit to ip address by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1172\r\n* External asset database boefje by @zcrt in https://github.com/minvws/nl-kat-coordination/pull/1175\r\n* fix ooi form for netblocks by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1316\r\n* Align inline buttons when 2 or more buttons are available by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1321\r\n* Add anchor tag to jump to after submitting the "set clearance level bulk form" on OOI list by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/1315\r\n* change TOC for usermanual by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/1298\r\n* Mute Findings in bulk at Finding list by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1165\r\n* Retrieve and store env and code hashes of a Boefje job by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1227\r\n* Fix mermaid diagrams in docs for Bytes and Octopoes by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1311\r\n* Add Poetry configs for `bytes`, `boefjes`, `rocky`, and `mula` by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1295\r\n* Add documentation about Config OOI\'s by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1307\r\n* Rename pyc test files because they are overwritten by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1331\r\n* Remove unused method from DNSReport view by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1322\r\n* Fix hanging worker processes on a SIGKILL (e.g. when the container is out of memory) by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1187\r\n* Remove unused max_plugin_runtime configuration variable by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1346\r\n* Modify workflow to run `make poetry-dependencies` on Dependabot PR\'s and commit it by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1348\r\n* Different commit & push strategy for Dependabot by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1350\r\n* Update text on object detail page to talk about the objects clearance level instead of incorrectly use the phrase scan level by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/1356\r\n* Correctly sign Dependabot workflow commits by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1363\r\n* Make sure Boefje containers are removed by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1361\r\n* Add masscan boefje by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1340\r\n* Bump django from 4.2.2 to 4.2.3 in /rocky by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1347\r\n* Remove redundant `pyproject` config entries by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1369\r\n* Bump semver from 5.7.1 to 5.7.2 in /rocky by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1370\r\n* Do not force that deletion can only be done by superuser by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1359\r\n* Fix 403 on "My organizations" page by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1345\r\n* Reduce RabbitMQ `prefetch_count` for mula and more AMQP exception handling by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1332\r\n* Fix permission on general view PluginSettings and move in template by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1324\r\n* Implement enabling/disabling schedulers by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/1305\r\n* Use fix multiprocessing bug on macOS where `qsize()` is not implemented by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1374\r\n* Add buttons to manual rerun tasks, both boefjes or normalizers by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/1339\r\n* Add Debian build depends for CVE API package by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1384\r\n* Remove hardcoded clearance level in member list for superusers by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/1390\r\n* Add configurable octpoes request timeout by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/1382\r\n* Fix <no title> in the user guide docs by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1391\r\n* Add explicit `black` config to all modules by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1395\r\n* Build the Debian build image on the main branch by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1387\r\n* Bump cryptography from 41.0.1 to 41.0.2 in /bytes by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1397\r\n* Bump cryptography from 41.0.0 to 41.0.2 in /boefjes/boefjes/plugins/kat_ssl_certificates by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1396\r\n* Remove member group checks and check for permission instead by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1275\r\n* Add `task_id` as a query parameter to the `GET /origins` endpoint by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1414\r\n* Add and use our own CVE API by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1383\r\n* Don\'t scan hostname nmap in nmap boefje by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1415\r\n* Reschedule tasks when no results in bytes are found after grace period by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/1410\r\n* Fix translation in Debian package by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1432\r\n* Use the correct clearance level variable in organization member list template by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/1427\r\n* Fix robot test by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1420\r\n* KATalogus API filtering and pagination by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/1405\r\n* make port classification configurable by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1418\r\n* Add Question ooi model and create the first bit that generates a question by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1407\r\n* Translations for release 1.11 - EN -> NL, PAP by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1439\r\n* Remove unnecessary dependency on ipaddress package by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1448\r\n* Remove some unused config options, and set better defaults for others by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1428\r\n* Default scan level filter to 0 by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1463\r\n* Upgrade certifi by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/1462\r\n* Add Question OOI form rendering on the object detail page by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1408\r\n* Create new filters for findings  by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1293\r\n* Fix exception in object report view by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1475\r\n* Fix image references from readme\'s in developer documentation by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1487\r\n* Remove duplicate diagram of KATalogus View structure in the docs by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1486\r\n* Add boefje worker diagrams and add missing env vars in documentation by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1489\r\n* Fix CVE findings with cvss V2 by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1497\r\n* Fix webpage capture boefje by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1430\r\n* allow subject to be None by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1484\r\n* Add answer normalizer to create Config OOI by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1409\r\n* Upload members with a csv file by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1423\r\n* Admin permissions by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1508\r\n* Add backported boefjes to the release notes by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1514\r\n* Fix organization setup by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1496\r\n* Add shellcheck precommit hook by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1483\r\n* Fix ooi detail observations by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1521\r\n* Include "observed_at" from ooi_list filters in the URL of the ooi_detail hyperlink by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/1431\r\n* remove expect-ct finding by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1490\r\n* Fix: Enable/disable boefjes notification, it now uses name instead of ID by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/1507\r\n* Remove hyperlink to \'manual\' boefje, which isn\'t actually a boefje and resulted in a 404 by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/1524\r\n* Commit xtdb session before returning request from Octopoes by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1500\r\n* Withdraw clearance level must have a value of -1 instead of 0 by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1531\r\n* Read .env in rocky settings by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1525\r\n* Fix OOI edit form by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1501\r\n* Bump `cryptography` by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/1548\r\n* Make WPScan API token optional by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1547\r\n* Add security.txt boefje by @Haikevt in https://github.com/minvws/nl-kat-coordination/pull/1467\r\n* Clearance level choice for redteam member creation + warning for onboarding redteamers with clearance level below L1 by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1474\r\n* Ask for aggregate and fix description by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1566\r\n* Fix crisis room error when the finding type is not in the database by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1555\r\n* CVE-2023-35078 finder v1 by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1528\r\n* Fix schema descriptions by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1567\r\n* Cleanup migration unit test by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1557\r\n* Manage boefjes requirements with Poetry by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1572\r\n* Fix `rstcheck` hook by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/1584\r\n* OOI Detail page: Remember page position after clicking the "show inheritance" link by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/1590\r\n* Upgrade FastAPI by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/1576\r\n* Fix human-readable name for ImageMetadata by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1558\r\n* fix many ports open normalizer by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1592\r\n* Configure github actions in dependabot by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1594\r\n* Run docker-compose pull in make pull by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1585\r\n* Bump actions/checkout from 1 to 3 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1598\r\n* Add community install/update scripts by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/1309\r\n* Update scheduler documentation by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/1476\r\n* Translations update from Hosted Weblate by @weblate in https://github.com/minvws/nl-kat-coordination/pull/1604\r\n* Add pipeline to check if there are new translation strings by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1606\r\n* Refactor environment settings, names, and documentation by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1517\r\n* Add sectxt dependency by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1610\r\n* Fix env setting issues found in test debian workflow by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1608\r\n* Add TLS Cipher checks by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1381\r\n* Do not add line information in `.po` files by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1616\r\n* Redteamer can now acknowledge clearance level during onboarding by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1549\r\n* Improve filter by muted findings on findings page by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1595\r\n* Updated cryptography by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/1615\r\n* Update GitHub Actions by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1618\r\n* Update django-admin-auto-tests by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1617\r\n* Feature: Add task detail pages and show objects yielded by normalizer by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/1506\r\n* Remove finding types from rocky/OOI_database_seed.json by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1619\r\n* Upgrade OpenTelemetry by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1626\r\n* Fix `poetry-dependencies` target in Makefile by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1627\r\n* Add first version of new normalisers runner design by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1538\r\n* Add reverse DNS boefje by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1579\r\n* Report generation timeout by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/1640\r\n* Remove environment variables from container docs by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1645\r\n* Use 127.0.0.1 for RabbitMQ in install script by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1644\r\n* Fix configuration issues upgrading Debian installs by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1636\r\n* Automatically re-create queue if durable changed by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1637\r\n* Add 1.11 release notes by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1646\r\n* Remove security txt boefje for 1.11 by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1647\r\n* Fix translations  (1.11) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1650\r\n* Fix reschedule button (1.11) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1661\r\n* Add REQUESTS_CA_BUNDLE environment variable to external_db boefje (1.11) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1668\r\n* Fix restarting services (1.11) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1680\r\n* Bump uwsgi from 2.0.21 to 2.0.22 in /rocky (1.11) by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1702\r\n\r\n## New Contributors\r\n* @weblate made their first contribution in https://github.com/minvws/nl-kat-coordination/pull/1604\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-coordination/compare/v1.10.0...v1.11.0', 'createdAt': '2023-08-31T11:48:06Z'}}, {'node': {'name': 'v1.11.0rc1', 'tag': {'name': 'v1.11.0rc1'}, 'description': 'https://docs.openkat.nl/release_notes/1.11.html\r\n\r\n## What\'s Changed\r\n* Fix sorting in KAT-alogus by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1279\r\n* Bump myst-parser from 1.0.0 to 2.0.0 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1208\r\n* Add 1.10 release notes and document new features by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1283\r\n* Bump setuptools from 67.6.1 to 68.0.0 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1282\r\n* Update nginx.rst, mising reload, some more explanation by @underdarknl in https://github.com/minvws/nl-kat-coordination/pull/1280\r\n* Cache RabbitMQ connections and HTTP Sessions in Octopoes by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1204\r\n* Add boefje env var to release notes and improve documentation by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1291\r\n* Add hyperlinks to boefje detail from task list by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/1287\r\n* :memo: resize LaTeX table & catch non-human-readable strings by @zcrt in https://github.com/minvws/nl-kat-coordination/pull/1278\r\n* add cwe finding types boefje by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1269\r\n* Improved poetry configuration for keiko and octopoes by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1186\r\n* Fix Debian package action error when matrix is empty by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1294\r\n* Re-use RabbitMQ channels in Bytes by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1128\r\n* Remove more then 1 active state on menu items by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1178\r\n* Nmap boefjes: report only open ports by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1284\r\n* updated intro by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/1131\r\n* Fix object page ignoring the filters for JSON and CSV export by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1300\r\n* Handle RabbitMQ channel error in bytes by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1304\r\n* Change port classification bit to ip address by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1172\r\n* External asset database boefje by @zcrt in https://github.com/minvws/nl-kat-coordination/pull/1175\r\n* fix ooi form for netblocks by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1316\r\n* Align inline buttons when 2 or more buttons are available by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1321\r\n* Add anchor tag to jump to after submitting the "set clearance level bulk form" on OOI list by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/1315\r\n* change TOC for usermanual by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/1298\r\n* Mute Findings in bulk at Finding list by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1165\r\n* Retrieve and store env and code hashes of a Boefje job by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1227\r\n* Fix mermaid diagrams in docs for Bytes and Octopoes by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1311\r\n* Add Poetry configs for `bytes`, `boefjes`, `rocky`, and `mula` by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1295\r\n* Add documentation about Config OOI\'s by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1307\r\n* Rename pyc test files because they are overwritten by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1331\r\n* Remove unused method from DNSReport view by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1322\r\n* Fix hanging worker processes on a SIGKILL (e.g. when the container is out of memory) by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1187\r\n* Remove unused max_plugin_runtime configuration variable by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1346\r\n* Modify workflow to run `make poetry-dependencies` on Dependabot PR\'s and commit it by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1348\r\n* Different commit & push strategy for Dependabot by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1350\r\n* Update text on object detail page to talk about the objects clearance level instead of incorrectly use the phrase scan level by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/1356\r\n* Correctly sign Dependabot workflow commits by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1363\r\n* Make sure Boefje containers are removed by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1361\r\n* Add masscan boefje by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1340\r\n* Bump django from 4.2.2 to 4.2.3 in /rocky by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1347\r\n* Remove redundant `pyproject` config entries by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1369\r\n* Bump semver from 5.7.1 to 5.7.2 in /rocky by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1370\r\n* Do not force that deletion can only be done by superuser by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1359\r\n* Fix 403 on "My organizations" page by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1345\r\n* Reduce RabbitMQ `prefetch_count` for mula and more AMQP exception handling by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1332\r\n* Fix permission on general view PluginSettings and move in template by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1324\r\n* Implement enabling/disabling schedulers by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/1305\r\n* Use fix multiprocessing bug on macOS where `qsize()` is not implemented by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1374\r\n* Add buttons to manual rerun tasks, both boefjes or normalizers by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/1339\r\n* Add Debian build depends for CVE API package by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1384\r\n* Remove hardcoded clearance level in member list for superusers by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/1390\r\n* Add configurable octpoes request timeout by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/1382\r\n* Fix <no title> in the user guide docs by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1391\r\n* Add explicit `black` config to all modules by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1395\r\n* Build the Debian build image on the main branch by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1387\r\n* Bump cryptography from 41.0.1 to 41.0.2 in /bytes by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1397\r\n* Bump cryptography from 41.0.0 to 41.0.2 in /boefjes/boefjes/plugins/kat_ssl_certificates by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1396\r\n* Remove member group checks and check for permission instead by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1275\r\n* Add `task_id` as a query parameter to the `GET /origins` endpoint by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1414\r\n* Add and use our own CVE API by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1383\r\n* Don\'t scan hostname nmap in nmap boefje by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1415\r\n* Reschedule tasks when no results in bytes are found after grace period by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/1410\r\n* Fix translation in Debian package by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1432\r\n* Use the correct clearance level variable in organization member list template by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/1427\r\n* Fix robot test by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1420\r\n* KATalogus API filtering and pagination by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/1405\r\n* make port classification configurable by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1418\r\n* Add Question ooi model and create the first bit that generates a question by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1407\r\n* Translations for release 1.11 - EN -> NL, PAP by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1439\r\n* Remove unnecessary dependency on ipaddress package by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1448\r\n* Remove some unused config options, and set better defaults for others by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1428\r\n* Default scan level filter to 0 by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1463\r\n* Upgrade certifi by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/1462\r\n* Add Question OOI form rendering on the object detail page by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1408\r\n* Create new filters for findings  by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1293\r\n* Fix exception in object report view by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1475\r\n* Fix image references from readme\'s in developer documentation by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1487\r\n* Remove duplicate diagram of KATalogus View structure in the docs by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1486\r\n* Add boefje worker diagrams and add missing env vars in documentation by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1489\r\n* Fix CVE findings with cvss V2 by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1497\r\n* Fix webpage capture boefje by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1430\r\n* allow subject to be None by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1484\r\n* Add answer normalizer to create Config OOI by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1409\r\n* Upload members with a csv file by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1423\r\n* Admin permissions by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1508\r\n* Add backported boefjes to the release notes by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1514\r\n* Fix organization setup by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1496\r\n* Add shellcheck precommit hook by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1483\r\n* Fix ooi detail observations by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1521\r\n* Include "observed_at" from ooi_list filters in the URL of the ooi_detail hyperlink by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/1431\r\n* remove expect-ct finding by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1490\r\n* Fix: Enable/disable boefjes notification, it now uses name instead of ID by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/1507\r\n* Remove hyperlink to \'manual\' boefje, which isn\'t actually a boefje and resulted in a 404 by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/1524\r\n* Commit xtdb session before returning request from Octopoes by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1500\r\n* Withdraw clearance level must have a value of -1 instead of 0 by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1531\r\n* Read .env in rocky settings by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1525\r\n* Fix OOI edit form by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1501\r\n* Bump `cryptography` by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/1548\r\n* Make WPScan API token optional by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1547\r\n* Add security.txt boefje by @Haikevt in https://github.com/minvws/nl-kat-coordination/pull/1467\r\n* Clearance level choice for redteam member creation + warning for onboarding redteamers with clearance level below L1 by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1474\r\n* Ask for aggregate and fix description by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1566\r\n* Fix crisis room error when the finding type is not in the database by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1555\r\n* CVE-2023-35078 finder v1 by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1528\r\n* Fix schema descriptions by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1567\r\n* Cleanup migration unit test by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1557\r\n* Manage boefjes requirements with Poetry by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1572\r\n* Fix `rstcheck` hook by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/1584\r\n* OOI Detail page: Remember page position after clicking the "show inheritance" link by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/1590\r\n* Upgrade FastAPI by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/1576\r\n* Fix human-readable name for ImageMetadata by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1558\r\n* fix many ports open normalizer by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1592\r\n* Configure github actions in dependabot by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1594\r\n* Run docker-compose pull in make pull by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1585\r\n* Bump actions/checkout from 1 to 3 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1598\r\n* Add community install/update scripts by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/1309\r\n* Update scheduler documentation by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/1476\r\n* Translations update from Hosted Weblate by @weblate in https://github.com/minvws/nl-kat-coordination/pull/1604\r\n* Add pipeline to check if there are new translation strings by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1606\r\n* Refactor environment settings, names, and documentation by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1517\r\n* Add sectxt dependency by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1610\r\n* Fix env setting issues found in test debian workflow by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1608\r\n* Add TLS Cipher checks by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1381\r\n* Do not add line information in `.po` files by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1616\r\n* Redteamer can now acknowledge clearance level during onboarding by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1549\r\n* Improve filter by muted findings on findings page by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1595\r\n* Updated cryptography by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/1615\r\n* Update GitHub Actions by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1618\r\n* Update django-admin-auto-tests by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1617\r\n* Feature: Add task detail pages and show objects yielded by normalizer by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/1506\r\n* Remove finding types from rocky/OOI_database_seed.json by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1619\r\n* Upgrade OpenTelemetry by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1626\r\n* Fix `poetry-dependencies` target in Makefile by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1627\r\n* Add first version of new normalisers runner design by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1538\r\n* Add reverse DNS boefje by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1579\r\n* Report generation timeout by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/1640\r\n* Remove environment variables from container docs by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1645\r\n* Use 127.0.0.1 for RabbitMQ in install script by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1644\r\n* Fix configuration issues upgrading Debian installs by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1636\r\n* Automatically re-create queue if durable changed by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1637\r\n* Add 1.11 release notes by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1646\r\n* Remove security txt boefje for 1.11 by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1647\r\n\r\n## New Contributors\r\n* @weblate made their first contribution in https://github.com/minvws/nl-kat-coordination/pull/1604\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-coordination/compare/v1.10.2...v1.11.0rc1', 'createdAt': '2023-08-22T12:23:23Z'}}, {'node': {'name': 'v1.10.2', 'tag': {'name': 'v1.10.2'}, 'description': "## What's Changed\r\n* fix manyports open normalizer by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1591\r\n* Backport #1558 to 1.10 by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1639\r\n* Feature/report generation timeout (1.10) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1643\r\n\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-coordination/compare/v1.10.1...v1.10.2", 'createdAt': '2023-08-22T12:07:52Z'}}, {'node': {'name': 'v1.10.1', 'tag': {'name': 'v1.10.1'}, 'description': 'Several bugfixes have been made.\r\n\r\nCrisis room error has been fixed when the finding type is missing in the database due to an ealier bug that was fixed in 1.9. If you keep seeing findings with severy "pending" that don\'t go way this might be the cause. Rerunning all bits from the organization settings should make this error go away.\r\n\r\nThere is also a new boefje for CVE-2023-35078.\r\n\r\n## What\'s Changed\r\n* Fix: Enable/disable boefjes notification, it now uses name instead of ID by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/1505\r\n* Read .env in rocky settings (1.10) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1534\r\n* Fix ooi detail observations (1.10) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1540\r\n* :memo: resize LaTeX table & catch non-human-readable strings (1.10) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1543\r\n* Pin urllib3 version for webpage analysis boefje by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1532\r\n* Fix crisis room error when the finding type is not in the database (1.10) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1568\r\n* CVE-2023-35078 finder v1 (1.10) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1570\r\n\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-coordination/compare/v1.10.0...v1.10.1', 'createdAt': '2023-08-07T14:26:16Z'}}, {'node': {'name': 'v1.10.0', 'tag': {'name': 'v1.10.0'}, 'description': 'https://docs.openkat.nl/release_notes/1.10.html\r\n\r\n## What\'s Changed\r\n* Update 1.8 release notes by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/959\r\n* Upgrade to RabbitMQ 3.11 by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/946\r\n* Replace "rc" with "~rc" in Debian package version by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/977\r\n* Improve Makefile by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/966\r\n* Dependabot PRs by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/979\r\n* Bump sqlalchemy from 1.4.31 to 1.4.48 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/971\r\n* Updated docker-py by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/985\r\n* Latex docs, now signed. by @tobiasBDO in https://github.com/minvws/nl-kat-coordination/pull/983\r\n* Change line endings by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/989\r\n* Tell the mixed-line-endings check to set everything to lf by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/991\r\n* Create boefjes.md by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/828\r\n* Delete `plugin_repository` package by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/992\r\n* Update debianinstall.rst by @brennodewinter in https://github.com/minvws/nl-kat-coordination/pull/822\r\n* update/nuclei path fix, backwards compat by @RiieCco in https://github.com/minvws/nl-kat-coordination/pull/962\r\n* Remove job model and generate migrations by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/995\r\n* Scheduler tests clean up by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/978\r\n* Fix error on clone settings without organization selected by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/997\r\n* Pin typing-extensions to 4.5.0 by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1019\r\n* Removed LXD legacy by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/1016\r\n* Upgrade to requests v2.31.0 by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1020\r\n* Upgrade to Django 4.2 by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1004\r\n* Make two-factor authentication (2fa) optional by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1002\r\n* Upgrade FastAPI and dependencies by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/467\r\n* Upgrade (default) container Dockerfiles from Python 3.8 to 3.11 by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1021\r\n* Only sleep when all queues are empty by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/952\r\n* Feature/add signing provider for raw file by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/994\r\n* Various fixes to Fierce boefje by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1001\r\n* Fix RDO workflow by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1023\r\n* Add new permissions by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/950\r\n* feature(octopoes): fields to finding type model by @Lisser in https://github.com/minvws/nl-kat-coordination/pull/921\r\n* Bump mmh3 from 3.0.0 to 4.0.0 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1005\r\n* Fix phony targets in Makefile by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1055\r\n* Fix scheduler ranking by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/988\r\n* Add 1.9 release notes by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1029\r\n* Fix clearance level views by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1035\r\n* Add date, name and status filters by @Haikevt in https://github.com/minvws/nl-kat-coordination/pull/572\r\n* Clients can start scans on objects without changing clearance by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/945\r\n* Bump sphinx-rtd-theme from 1.2.0 to 1.2.1 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1062\r\n* add latex docs to index by @tobiasBDO in https://github.com/minvws/nl-kat-coordination/pull/1071\r\n* Add "Closes" to the pr template to make sure tickets are linked to the issues by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1078\r\n* Bump tldextract from 3.4.2 to 3.4.4 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1059\r\n* Add Debian 12 build image and add version to existing image names by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1063\r\n* Bump cachetools from 5.3.0 to 5.3.1 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1061\r\n* Bump pydantic from 1.10.7 to 1.10.8 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1060\r\n* :bug: fix incorrect TLS finding definition by @zcrt in https://github.com/minvws/nl-kat-coordination/pull/1082\r\n* Better JSON schema support for plugin settings in Rocky by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/939\r\n* Fix scan profile db event issue by adding an explicit reference field by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1070\r\n* add readmes to table of contents by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/1092\r\n* Update xtdb-http-multinode to v1.0.6 by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1086\r\n* Add external auth support by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1039\r\n* Rocky: Add ALLOWED_HOSTS, CSRF_TRUSTED_ORIGINS env vars by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1084\r\n* Unpin typing-extensions dependency by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1089\r\n* add \'ideas\' as a category in project guidelines by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/1105\r\n* Remove unused boefje fields when creating a BoefjeTask object to send to the scheduler by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1103\r\n* Fix failing test-debian-install in CI by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1111\r\n* Bump cryptography from 40.0.2 to 41.0.0 in /bytes by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1100\r\n* Bump cryptography from 40.0.2 to 41.0.1 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1108\r\n* Bump cryptography from 39.0.1 to 41.0.0 in /boefjes/boefjes/plugins/kat_ssl_certificates by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1099\r\n* Remove containers after `docker-compose run` by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1112\r\n* add findingtype files by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1117\r\n* Finding Types Boefjes by @Lisser in https://github.com/minvws/nl-kat-coordination/pull/1056\r\n* Fix typos in \'no organizations found\' message by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1123\r\n* Add script to automatically backport PR to release branch by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1097\r\n* Handle an empty plugin.consumes field for the plugin detail page by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1104\r\n* Persist impact, recommendation and source fields in FindingType objects in XTDB by @Lisser in https://github.com/minvws/nl-kat-coordination/pull/1126\r\n* Remove tasks and items on mutation delete by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/1090\r\n* Add endpoints in Octopoes for bulk operations in the object list page by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1067\r\n* test(boefjes): snyk by @Lisser in https://github.com/minvws/nl-kat-coordination/pull/1116\r\n* Fix thread termination in Mula by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/1003\r\n* Add bit to set default values for FindingType risk levels in Octopoes by @Lisser in https://github.com/minvws/nl-kat-coordination/pull/1075\r\n* Edit icon and Text were missing at Organization settings page by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1141\r\n* Dependabot PRs by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/1147\r\n* Make user full name required in Django model by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1148\r\n* Set `full_name` in Debian package test by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1150\r\n* Fix incorrect reference for unhandled exceptions by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/1155\r\n* findingtype files to code instead of github by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1153\r\n* Create missing `can_mute_findings` permission by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1163\r\n* Source of FindingType information in XTDB - (Octopoes & Rocky implementation) by @Lisser in https://github.com/minvws/nl-kat-coordination/pull/1118\r\n* Bump sphinx-rtd-theme from 1.2.1 to 1.2.2 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1143\r\n* Upgrade OpenTelemetry SDK to 1.18.0/0.39b0 by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1171\r\n* Delete retirejs.json from rocky by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1176\r\n* Take MutedFinding into account for FindingType counts by @Lisser in https://github.com/minvws/nl-kat-coordination/pull/1174\r\n* added ## for better headers in the TOC by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/1182\r\n* Add external auth users to default organizations by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1122\r\n* fix crisis-room-endpoint in octopoes by @Lisser in https://github.com/minvws/nl-kat-coordination/pull/1185\r\n* Upgrade to manon v15.1.3 (Layout) by @HeleenSG in https://github.com/minvws/nl-kat-coordination/pull/548\r\n* Specify bookworm version of python image explicitly by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1188\r\n* Add Debian 12 packages and refactor github action by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1124\r\n* Fix leaking environment variables in locally running boefjes by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1083\r\n* Minor Robot CI fix after Manon upgrade by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1194\r\n* Fix crisis room not correctly handling Octopoes error by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1202\r\n* Yield the finding type in https redirect bit by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1200\r\n* Fix expiring dict while flushing cache in scheduler by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/1156\r\n* Fix non-available preselected option on OOI add form by @Lisser in https://github.com/minvws/nl-kat-coordination/pull/1203\r\n* Implement `django-environ` by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/1173\r\n* Fix lists in .env-dist after django-environ PR by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1268\r\n* Fix new installs using an empty databse DSN by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1270\r\n* Fallback to cvss2 when cvss3 not available by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1271\r\n* Handle empty EMAIL_PORT as default value by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1274\r\n* fix ooi detail finding urls by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1273\r\n* Fix sorting in KAT-alogus (1.10) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1290\r\n* Do not force that deletion can only be done by superuser (1.10) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1398\r\n* Remove more then 1 active state on menu items (1.10) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1400\r\n* Fix object page ignoring the filters for JSON and CSV export (1.10) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1401\r\n* Align inline buttons when 2 or more buttons are available (1.10) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1402\r\n* Add anchor tag to jump to after submitting the "set clearance level bulk form" on OOI list (1.10) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1403\r\n* Fix 403 on "My organizations" page (1.10) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1404\r\n* Add and use our own CVE API (1.10) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1419\r\n* Don\'t scan hostname nmap in nmap boefje (1.10) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1422\r\n* Fix translation in Debian package (1.10) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1433\r\n* Add masscan boefje (1.10) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1435\r\n* External asset database boefje (1.10) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1447\r\n* backport fix ooi form by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1450\r\n* Fix exception in object report view (1.10) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1482\r\n* Use the correct clearance level variable in organization member list template  by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/1504\r\n* Fix: Add red teamer permissions to admin as well by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/1502\r\n* Fix CVE findings with cvss V2 (1.10) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1509\r\n* Make sure Boefje containers are removed (1.10) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1511\r\n* Fix webpage capture boefje (1.10) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1512\r\n* allow subject to be None (1.10) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1513\r\n\r\n## New Contributors\r\n* @brennodewinter made their first contribution in https://github.com/minvws/nl-kat-coordination/pull/822\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-coordination/compare/v1.9.0...v1.10.0', 'createdAt': '2023-07-31T13:02:57Z'}}, {'node': {'name': 'v1.10.0rc2', 'tag': {'name': 'v1.10.0rc2'}, 'description': 'https://docs.openkat.nl/release_notes/1.10.html\r\n\r\n## What\'s Changed\r\n* Do not force that deletion can only be done by superuser (1.10) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1398\r\n* Remove more then 1 active state on menu items (1.10) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1400\r\n* Fix object page ignoring the filters for JSON and CSV export (1.10) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1401\r\n* Align inline buttons when 2 or more buttons are available (1.10) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1402\r\n* Add anchor tag to jump to after submitting the "set clearance level bulk form" on OOI list (1.10) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1403\r\n* Fix 403 on "My organizations" page (1.10) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1404\r\n* Add and use our own CVE API (1.10) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1419\r\n* Don\'t scan hostname nmap in nmap boefje (1.10) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1422\r\n\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-coordination/compare/v1.10.0rc1...v1.10.0rc2', 'createdAt': '2023-07-19T13:25:48Z'}}, {'node': {'name': 'v1.10.0rc1', 'tag': {'name': 'v1.10.0rc1'}, 'description': 'Release notes: https://docs.openkat.nl/release_notes/1.10.html\r\n\r\n## What\'s Changed\r\n* Update 1.8 release notes by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/959\r\n* Upgrade to RabbitMQ 3.11 by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/946\r\n* Replace "rc" with "~rc" in Debian package version by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/977\r\n* Improve Makefile by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/966\r\n* Dependabot PRs by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/979\r\n* Bump sqlalchemy from 1.4.31 to 1.4.48 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/971\r\n* Updated docker-py by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/985\r\n* Latex docs, now signed. by @tobiasBDO in https://github.com/minvws/nl-kat-coordination/pull/983\r\n* Change line endings by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/989\r\n* Tell the mixed-line-endings check to set everything to lf by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/991\r\n* Create boefjes.md by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/828\r\n* Delete `plugin_repository` package by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/992\r\n* Update debianinstall.rst by @brennodewinter in https://github.com/minvws/nl-kat-coordination/pull/822\r\n* update/nuclei path fix, backwards compat by @RiieCco in https://github.com/minvws/nl-kat-coordination/pull/962\r\n* Remove job model and generate migrations by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/995\r\n* Scheduler tests clean up by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/978\r\n* Fix error on clone settings without organization selected by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/997\r\n* Pin typing-extensions to 4.5.0 by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1019\r\n* Removed LXD legacy by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/1016\r\n* Upgrade to requests v2.31.0 by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1020\r\n* Upgrade to Django 4.2 by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1004\r\n* Make two-factor authentication (2fa) optional by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1002\r\n* Upgrade FastAPI and dependencies by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/467\r\n* Upgrade (default) container Dockerfiles from Python 3.8 to 3.11 by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1021\r\n* Only sleep when all queues are empty by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/952\r\n* Feature/add signing provider for raw file by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/994\r\n* Various fixes to Fierce boefje by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1001\r\n* Fix RDO workflow by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1023\r\n* Add new permissions by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/950\r\n* feature(octopoes): fields to finding type model by @Lisser in https://github.com/minvws/nl-kat-coordination/pull/921\r\n* Bump mmh3 from 3.0.0 to 4.0.0 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1005\r\n* Fix phony targets in Makefile by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1055\r\n* Fix scheduler ranking by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/988\r\n* Add 1.9 release notes by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1029\r\n* Fix clearance level views by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1035\r\n* Add date, name and status filters by @Haikevt in https://github.com/minvws/nl-kat-coordination/pull/572\r\n* Clients can start scans on objects without changing clearance by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/945\r\n* Bump sphinx-rtd-theme from 1.2.0 to 1.2.1 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1062\r\n* add latex docs to index by @tobiasBDO in https://github.com/minvws/nl-kat-coordination/pull/1071\r\n* Add "Closes" to the pr template to make sure tickets are linked to the issues by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1078\r\n* Bump tldextract from 3.4.2 to 3.4.4 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1059\r\n* Add Debian 12 build image and add version to existing image names by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1063\r\n* Bump cachetools from 5.3.0 to 5.3.1 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1061\r\n* Bump pydantic from 1.10.7 to 1.10.8 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1060\r\n* :bug: fix incorrect TLS finding definition by @zcrt in https://github.com/minvws/nl-kat-coordination/pull/1082\r\n* Better JSON schema support for plugin settings in Rocky by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/939\r\n* Fix scan profile db event issue by adding an explicit reference field by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1070\r\n* add readmes to table of contents by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/1092\r\n* Update xtdb-http-multinode to v1.0.6 by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1086\r\n* Add external auth support by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1039\r\n* Rocky: Add ALLOWED_HOSTS, CSRF_TRUSTED_ORIGINS env vars by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1084\r\n* Unpin typing-extensions dependency by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1089\r\n* add \'ideas\' as a category in project guidelines by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/1105\r\n* Remove unused boefje fields when creating a BoefjeTask object to send to the scheduler by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1103\r\n* Fix failing test-debian-install in CI by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1111\r\n* Bump cryptography from 40.0.2 to 41.0.0 in /bytes by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1100\r\n* Bump cryptography from 40.0.2 to 41.0.1 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1108\r\n* Bump cryptography from 39.0.1 to 41.0.0 in /boefjes/boefjes/plugins/kat_ssl_certificates by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1099\r\n* Remove containers after `docker-compose run` by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1112\r\n* add findingtype files by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1117\r\n* Finding Types Boefjes by @Lisser in https://github.com/minvws/nl-kat-coordination/pull/1056\r\n* Fix typos in \'no organizations found\' message by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1123\r\n* Add script to automatically backport PR to release branch by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1097\r\n* Handle an empty plugin.consumes field for the plugin detail page by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1104\r\n* Persist impact, recommendation and source fields in FindingType objects in XTDB by @Lisser in https://github.com/minvws/nl-kat-coordination/pull/1126\r\n* Remove tasks and items on mutation delete by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/1090\r\n* Add endpoints in Octopoes for bulk operations in the object list page by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/1067\r\n* test(boefjes): snyk by @Lisser in https://github.com/minvws/nl-kat-coordination/pull/1116\r\n* Fix thread termination in Mula by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/1003\r\n* Add bit to set default values for FindingType risk levels in Octopoes by @Lisser in https://github.com/minvws/nl-kat-coordination/pull/1075\r\n* Edit icon and Text were missing at Organization settings page by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/1141\r\n* Dependabot PRs by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/1147\r\n* Make user full name required in Django model by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1148\r\n* Set `full_name` in Debian package test by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1150\r\n* Fix incorrect reference for unhandled exceptions by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/1155\r\n* findingtype files to code instead of github by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1153\r\n* Create missing `can_mute_findings` permission by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1163\r\n* Source of FindingType information in XTDB - (Octopoes & Rocky implementation) by @Lisser in https://github.com/minvws/nl-kat-coordination/pull/1118\r\n* Bump sphinx-rtd-theme from 1.2.1 to 1.2.2 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/1143\r\n* Upgrade OpenTelemetry SDK to 1.18.0/0.39b0 by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1171\r\n* Delete retirejs.json from rocky by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1176\r\n* Take MutedFinding into account for FindingType counts by @Lisser in https://github.com/minvws/nl-kat-coordination/pull/1174\r\n* added ## for better headers in the TOC by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/1182\r\n* Add external auth users to default organizations by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1122\r\n* fix crisis-room-endpoint in octopoes by @Lisser in https://github.com/minvws/nl-kat-coordination/pull/1185\r\n* Upgrade to manon v15.1.3 (Layout) by @HeleenSG in https://github.com/minvws/nl-kat-coordination/pull/548\r\n* Specify bookworm version of python image explicitly by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1188\r\n* Add Debian 12 packages and refactor github action by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1124\r\n* Fix leaking environment variables in locally running boefjes by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1083\r\n* Minor Robot CI fix after Manon upgrade by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1194\r\n* Fix crisis room not correctly handling Octopoes error by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1202\r\n* Yield the finding type in https redirect bit by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1200\r\n* Fix expiring dict while flushing cache in scheduler by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/1156\r\n* Fix non-available preselected option on OOI add form by @Lisser in https://github.com/minvws/nl-kat-coordination/pull/1203\r\n* Implement `django-environ` by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/1173\r\n* Fix lists in .env-dist after django-environ PR by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/1268\r\n* Fix new installs using an empty databse DSN by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/1270\r\n* Fallback to cvss2 when cvss3 not available by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1271\r\n* Handle empty EMAIL_PORT as default value by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1274\r\n* fix ooi detail finding urls by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1273\r\n* Fix sorting in KAT-alogus (1.10) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1290\r\n\r\n## New Contributors\r\n* @brennodewinter made their first contribution in https://github.com/minvws/nl-kat-coordination/pull/822\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-coordination/compare/v1.9.0...v1.10.0rc1', 'createdAt': '2023-06-27T10:40:32Z'}}, {'node': {'name': 'v1.9.0', 'tag': {'name': 'v1.9.0'}, 'description': 'Release notes are available at https://docs.openkat.nl/release_notes/1.9.html\r\n\r\n## What\'s Changed\r\n* Bump robotframework-tidy from 3.4.0 to 4.1.0 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/744\r\n* Bump pydantic from 1.10.2 to 1.10.7 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/745\r\n* Bump djlint from 1.19.16 to 1.19.17 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/743\r\n* Bump pytest from 7.2.0 to 7.2.2 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/742\r\n* Remove step to click 2FA button in the CI by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/767\r\n* update xtdb issue by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/768\r\n* 1.8 release notes by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/773\r\n* Fix key check for encrypted settings by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/775\r\n* Move the ID of the button to the parent element by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/765\r\n* Increase PostgreSQL container shm size by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/780\r\n* Bump sqlparse from 0.4.3 to 0.4.4 in /rocky by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/787\r\n* Fix to allow for CWE\'s in report by @tobiasBDO in https://github.com/minvws/nl-kat-coordination/pull/786\r\n* Retry on db disconnects in mula by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/697\r\n* Restructure mocks on tests by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/740\r\n* Create README.rst by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/766\r\n* nasty typo by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/799\r\n* Feature/member edit ux by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/698\r\n* Feature/octopoes/filter random endpoint by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/704\r\n* Dependabot PRs merged by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/803\r\n* user update by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/789\r\n* Add PR template code blocks for easier reviewing by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/736\r\n* Chore/bytes api consistency by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/730\r\n* perf(crisis_room): optimize loading of aggregates by @Lisser in https://github.com/minvws/nl-kat-coordination/pull/781\r\n* Chore/add exception log in bytes by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/806\r\n* Add OpenTelemetry tracing to Rocky and Octopoes by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/809\r\n* Feature/bytes openmetrics by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/750\r\n* Clean up `setup.py` across all modules by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/807\r\n* Refactor views and update developer documentation by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/758\r\n* Updated linter configs by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/817\r\n* Implement `pyupgrade` in ruff by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/820\r\n* Add dev target to Dockerfiles by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/778\r\n* Gitpod by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/824\r\n* DB schema update scheduler by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/788\r\n* Update PR template with PGP-sign checkbox and absolute URL\'s by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/826\r\n* Add `rocky_version` to footer by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/821\r\n* Updated linter configs by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/825\r\n* Rdo workflows by @sigio in https://github.com/minvws/nl-kat-coordination/pull/816\r\n* Normalizers should be defined as generators by @kshitiz305 in https://github.com/minvws/nl-kat-coordination/pull/830\r\n* Add OpenTelemetry tracing to Mula, Bytes, Keiko, and KATalogus by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/831\r\n* Fix cancel url at organization edit view by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/850\r\n* Updated linter configs by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/834\r\n* Dependabot merges by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/902\r\n* Localize account scoped url\'s by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/861\r\n* Use superuser credentials from .env file by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/860\r\n* Updated playwright by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/903\r\n* Fix fierce normalizer to create hostnames without a trailing dot by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/909\r\n* Fix reset scan profile bug and reduce octopoes calls in view by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/910\r\n* Feature/octopoes path queries by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/851\r\n* Wrap all import errors in ModuleExceptions while resolving plugins by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/818\r\n* Groups and Permissions for Organization member by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/606\r\n* Rabbitmq health checks for Bytes integration tests instead of sleep() by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/920\r\n* Implement openmetrics endpoint in mula by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/662\r\n* Add delete oois permission by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/783\r\n* Keiko: Use XeLaTeX and escape special characters by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/900\r\n* Use "on push" instead of "on create" in build-rdo-package workflow by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/924\r\n* Clean up Makefile by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/901\r\n* Bump django from 3.2.18 to 3.2.19 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/930\r\n* Refactor list task API by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/933\r\n* Dependabot prs by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/943\r\n* Feature/octopoes xtdb integration tests by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/918\r\n* Fix PluginDetailView by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/940\r\n* Add indices for hash fields by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/912\r\n* Better raw output to download in Rocky from Bytes on crashes by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/936\r\n* updated texts by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/855\r\n* Optimize scheduler by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/832\r\n* initial setup of config oois by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/761\r\n* Updated linter configs by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/931\r\n* Endpoint rerun bits by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/899\r\n* Change make kat to make reset in QA template. by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/956\r\n* Add backported migration by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/955\r\n* Add deny list and validator for organization code by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/800\r\n* Fix wrong argument name in task list by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/961\r\n* Replace "rc" with "~rc" in Debian package version (1.9) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/981\r\n* Fix RDO workflow (1.9) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1022\r\n* Pin typing-extensions to 4.5.0 (1.9) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1026\r\n* :bug: fix incorrect TLS finding definition (1.9) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1091\r\n* Fix scan profile db event issue by adding an explicit reference field (1.9) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1093\r\n\r\n## New Contributors\r\n* @kshitiz305 made their first contribution in https://github.com/minvws/nl-kat-coordination/pull/830\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-coordination/compare/v1.8.1...v1.9.0', 'createdAt': '2023-06-12T13:37:32Z'}}, {'node': {'name': 'v1.9.0rc2', 'tag': {'name': 'v1.9.0rc2'}, 'description': "## What's Changed\r\n* :bug: fix incorrect TLS finding definition (1.9) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1091\r\n* Fix scan profile db event issue by adding an explicit reference field (1.9) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1093\r\n\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-coordination/compare/v1.9.0rc1...v1.9.0rc2", 'createdAt': '2023-06-02T11:48:19Z'}}, {'node': {'name': 'v1.8.1', 'tag': {'name': 'v1.8.1'}, 'description': "## What's Changed\r\n* Fix workflow by @sigio in https://github.com/minvws/nl-kat-coordination/pull/973\r\n* Pin typing-extensions to 4.5.0 (1.8) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1027\r\n* try except around rerun by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/1024\r\n* Fix scan profile db event issue by adding an explicit reference field (1.8) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1094\r\n* :bug: fix incorrect TLS finding definition (1.8) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1096\r\n\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-coordination/compare/v1.8.0...v1.8.1", 'createdAt': '2023-06-02T11:45:21Z'}}, {'node': {'name': 'v1.9.0rc1', 'tag': {'name': 'v1.9.0rc1'}, 'description': 'Release notes are available at https://docs.openkat.nl/release_notes/1.9.html\r\n\r\n## What\'s Changed\r\n* Bump robotframework-tidy from 3.4.0 to 4.1.0 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/744\r\n* Bump pydantic from 1.10.2 to 1.10.7 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/745\r\n* Bump djlint from 1.19.16 to 1.19.17 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/743\r\n* Bump pytest from 7.2.0 to 7.2.2 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/742\r\n* Remove step to click 2FA button in the CI by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/767\r\n* update xtdb issue by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/768\r\n* 1.8 release notes by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/773\r\n* Fix key check for encrypted settings by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/775\r\n* Move the ID of the button to the parent element by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/765\r\n* Increase PostgreSQL container shm size by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/780\r\n* Bump sqlparse from 0.4.3 to 0.4.4 in /rocky by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/787\r\n* Fix to allow for CWE\'s in report by @tobiasBDO in https://github.com/minvws/nl-kat-coordination/pull/786\r\n* Retry on db disconnects in mula by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/697\r\n* Restructure mocks on tests by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/740\r\n* Create README.rst by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/766\r\n* nasty typo by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/799\r\n* Feature/member edit ux by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/698\r\n* Feature/octopoes/filter random endpoint by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/704\r\n* Dependabot PRs merged by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/803\r\n* user update by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/789\r\n* Add PR template code blocks for easier reviewing by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/736\r\n* Chore/bytes api consistency by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/730\r\n* perf(crisis_room): optimize loading of aggregates by @Lisser in https://github.com/minvws/nl-kat-coordination/pull/781\r\n* Chore/add exception log in bytes by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/806\r\n* Add OpenTelemetry tracing to Rocky and Octopoes by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/809\r\n* Feature/bytes openmetrics by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/750\r\n* Clean up `setup.py` across all modules by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/807\r\n* Refactor views and update developer documentation by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/758\r\n* Updated linter configs by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/817\r\n* Implement `pyupgrade` in ruff by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/820\r\n* Add dev target to Dockerfiles by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/778\r\n* Gitpod by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/824\r\n* DB schema update scheduler by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/788\r\n* Update PR template with PGP-sign checkbox and absolute URL\'s by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/826\r\n* Add `rocky_version` to footer by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/821\r\n* Updated linter configs by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/825\r\n* Rdo workflows by @sigio in https://github.com/minvws/nl-kat-coordination/pull/816\r\n* Normalizers should be defined as generators by @kshitiz305 in https://github.com/minvws/nl-kat-coordination/pull/830\r\n* Add OpenTelemetry tracing to Mula, Bytes, Keiko, and KATalogus by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/831\r\n* Fix cancel url at organization edit view by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/850\r\n* Updated linter configs by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/834\r\n* Dependabot merges by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/902\r\n* Localize account scoped url\'s by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/861\r\n* Use superuser credentials from .env file by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/860\r\n* Updated playwright by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/903\r\n* Fix fierce normalizer to create hostnames without a trailing dot by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/909\r\n* Fix reset scan profile bug and reduce octopoes calls in view by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/910\r\n* Feature/octopoes path queries by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/851\r\n* Wrap all import errors in ModuleExceptions while resolving plugins by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/818\r\n* Groups and Permissions for Organization member by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/606\r\n* Rabbitmq health checks for Bytes integration tests instead of sleep() by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/920\r\n* Implement openmetrics endpoint in mula by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/662\r\n* Add delete oois permission by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/783\r\n* Keiko: Use XeLaTeX and escape special characters by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/900\r\n* Use "on push" instead of "on create" in build-rdo-package workflow by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/924\r\n* Clean up Makefile by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/901\r\n* Bump django from 3.2.18 to 3.2.19 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/930\r\n* Refactor list task API by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/933\r\n* Dependabot prs by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/943\r\n* Feature/octopoes xtdb integration tests by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/918\r\n* Fix PluginDetailView by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/940\r\n* Add indices for hash fields by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/912\r\n* Better raw output to download in Rocky from Bytes on crashes by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/936\r\n* updated texts by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/855\r\n* Optimize scheduler by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/832\r\n* initial setup of config oois by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/761\r\n* Updated linter configs by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/931\r\n* Endpoint rerun bits by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/899\r\n* Change make kat to make reset in QA template. by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/956\r\n* Add backported migration by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/955\r\n* Add deny list and validator for organization code by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/800\r\n* Fix wrong argument name in task list by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/961\r\n* Replace "rc" with "~rc" in Debian package version (1.9) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/981\r\n* Fix RDO workflow (1.9) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1022\r\n* Pin typing-extensions to 4.5.0 (1.9) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/1026\r\n\r\n## New Contributors\r\n* @kshitiz305 made their first contribution in https://github.com/minvws/nl-kat-coordination/pull/830\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-coordination/compare/v1.8.0...v1.9.0rc1', 'createdAt': '2023-05-23T13:33:30Z'}}, {'node': {'name': 'v1.8.0', 'tag': {'name': 'v1.8.0'}, 'description': 'Release notes are available at https://docs.openkat.nl/release_notes/1.8.html\r\n\r\n## What\'s Changed\r\n* show id instead of boefje name by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/405\r\n* retrigger bit on update ooi by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/408\r\n* Tags are now made visible  by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/294\r\n* Change default to xtdb-multinode for the debian packages by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/416\r\n* Cleanup rocky requirements by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/402\r\n* Add verified status column, toggle and filter to organization members list by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/297\r\n* :bug: fix KATalogus confirmation message by @zcrt in https://github.com/minvws/nl-kat-coordination/pull/440\r\n* Create volume out of the bytes data dir and change the default by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/304\r\n* remove unused env vars by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/449\r\n* fix expiring cert bit by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/433\r\n* allow for relative paths in location headers by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/460\r\n* small fix to add jump to enabled/disabled plugin in enable_disable_plugin.html by @underdarknl in https://github.com/minvws/nl-kat-coordination/pull/452\r\n* Typo fix for permisson to permission in frontend. by @Robinzor in https://github.com/minvws/nl-kat-coordination/pull/471\r\n* Use 127.0.0.1 instead of localhost in RabbitMQ URI by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/466\r\n* Remove outdated setup-xtdb.sh script by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/472\r\n* Turn keiko reports directory into a Docker volume by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/457\r\n* Add configuration for number of random objects for scheduler by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/480\r\n* Fix Keiko validation errors by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/482\r\n* Update ADR-validator to v0.2.0 by @hugoboos in https://github.com/minvws/nl-kat-coordination/pull/479\r\n* Remove the try logic from the random endpoint by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/489\r\n* Basic workflow that tests debian packages installation by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/296\r\n* Seed on startup and add missing method  by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/456\r\n* Update docs about clearance levels by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/414\r\n* Update index.rst by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/424\r\n* Bump sphinx from 5.3.0 to 6.1.3 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/438\r\n* Fix issues after upgrading sphinx to version 6 by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/495\r\n* Bump cryptography from 39.0.1 to 39.0.2 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/436\r\n* Add codespell pre-commit hook and fix everything it finds by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/473\r\n* Check Octopoes and Katalogus health before creating orgs, "rollback" on exceptions by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/455\r\n* implement ooi list performance optimization by @Lisser in https://github.com/minvws/nl-kat-coordination/pull/488\r\n* Fix/boefjes missing image entrypoint by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/511\r\n* Update to latest version by @olafz in https://github.com/minvws/nl-kat-coordination/pull/519\r\n* Edit organization and tags by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/476\r\n* Bump pre-commit from 2.20.0 to 3.2.0 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/532\r\n* Add end-of-file-fixer pre-commit hook by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/474\r\n* Fix double hostname findings with trailing dots in Fierce boefje by @tobiasBDO in https://github.com/minvws/nl-kat-coordination/pull/465\r\n* Keiko glossaries url fix by @tobiasBDO in https://github.com/minvws/nl-kat-coordination/pull/537\r\n* Chore/docs update Bytes by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/535\r\n* Bump python-multipart from 0.0.5 to 0.0.6 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/527\r\n* Bump importlib-metadata from 5.1.0 to 6.1.0 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/525\r\n* Bump python-dotenv from 0.19.0 to 1.0.0 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/439\r\n* check for wildcards by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/468\r\n* fix codeblocks with tab indent Nginx docs by @tobiasBDO in https://github.com/minvws/nl-kat-coordination/pull/553\r\n* Include data directory in rocky Debian package by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/539\r\n* Feature/member edit view by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/318\r\n* Fix organization indemnification permission checks by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/560\r\n* Resize and compress plugin cover images by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/564\r\n* Fix clearance grant/revoke permission check by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/571\r\n* remove example.org and put ooi id instaed by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/580\r\n* Fix/testing different users by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/536\r\n* Load mermaid.js locally by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/585\r\n* Feature/organization level reports by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/469\r\n* Fix: Plugin detail showing None with none links at scans section by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/594\r\n* refactor(organization lists): unify access to organizations by user by @Lisser in https://github.com/minvws/nl-kat-coordination/pull/528\r\n* Add indices for Bytes by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/600\r\n* Bump iniconfig from 1.1.1 to 2.0.0 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/579\r\n* Bump black from 22.3.0 to 23.1.0 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/578\r\n* Bump urllib3 from 1.26.14 to 1.26.15 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/576\r\n* Remove loop from get random objects by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/558\r\n* add project discovery Nuclei boefje by @RiieCco in https://github.com/minvws/nl-kat-coordination/pull/518\r\n* Feature: Add Subfinder Boefje by @joeppeeters in https://github.com/minvws/nl-kat-coordination/pull/516\r\n* pass on underscore domains by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/550\r\n* Update mula design documentation by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/478\r\n* Make missing HTTPS redirect warning clear by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/610\r\n* Use PostgreSQL 15 in a single container by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/546\r\n* [CRT_SH] :bug: don\'t treat invalid certificates from 3rd party as active by @zcrt in https://github.com/minvws/nl-kat-coordination/pull/541\r\n* Feature/add organization dashboard by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/481\r\n* Fix report translation by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/609\r\n* Add sudo in Debian install manual by @Lisser in https://github.com/minvws/nl-kat-coordination/pull/153\r\n* Feature/mula new boefjes by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/574\r\n* Bump pre-commit from 3.2.0 to 3.2.1 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/575\r\n* changes to allow for custom fonts by @tobiasBDO in https://github.com/minvws/nl-kat-coordination/pull/593\r\n* Fixes the redirect to the onboarding flow by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/621\r\n* Change mula Debian package to always use PostgreSQL by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/597\r\n* Add 1.6 and 1.7 release notes by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/630\r\n* Replaced `psycopg2-binary` with `psycopg2` by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/638\r\n* Fix test Debian packages workflow and WorkingDirectory by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/646\r\n* Remove logging statement by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/649\r\n* Bump psycopg2 from 2.9.5 to 2.9.6 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/644\r\n* Bump setuptools from 65.6.3 to 67.6.1 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/642\r\n* Also mount octopoes in rocky and boefjes containers by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/650\r\n* verification description by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/651\r\n* Fix Keiko report downloads on uWSGI by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/657\r\n* Add djLint for Rocky templates by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/626\r\n* Log pdflatex output on error by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/667\r\n* Keiko output context data by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/671\r\n* Fix djLint T001, T002, T003, T032 by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/672\r\n* Add MutedFinding OOI and filter them in report by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/670\r\n* the latest version of nuclei updated the json-lines param by @RiieCco in https://github.com/minvws/nl-kat-coordination/pull/664\r\n* Remove unused SCHEDULER_DSP_INTERVAL and SCHEDULER_DSP_BROKER_URL env vars by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/633\r\n* Update to xtdb-http-multinode v1.0.4 by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/681\r\n* Use `unless-stopped` Docker restart policy by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/683\r\n* Add missing migration and unit test for missing migrations by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/677\r\n* Feature/no bits without clearence by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/645\r\n* Don\'t set KAT_VERSION by default in .env-dist by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/629\r\n* Translate Dutch images in docs to English by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/128\r\n* Handle errors from Octopoes connector by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/647\r\n* Appropriate min_scan_level for bits by @Lisser in https://github.com/minvws/nl-kat-coordination/pull/684\r\n* fix crisis room when no description by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/686\r\n* Fix pdflatex crash when there are underscores by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/690\r\n* Add new xtdb-http-multinode version to 1.7 release notes by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/692\r\n* Bump pre-commit from 3.2.1 to 3.2.2 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/693\r\n* Final djLint fixes by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/701\r\n* add new nuclei scanners and re-name old one by @RiieCco in https://github.com/minvws/nl-kat-coordination/pull/699\r\n* Accept "No changes detected" as well in migrations unit test by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/710\r\n* Move indemnification warnings to templates by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/705\r\n* Bump charset-normalizer from 2.0.12 to 3.1.0 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/640\r\n* Add reset() to expiring dict by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/700\r\n* Bump cryptography from 39.0.2 to 40.0.1 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/696\r\n* Create and delete MuteFinding OOIs in Rocky by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/674\r\n* Add debugging and troubleshooting page to the documentation by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/637\r\n* Refactor normalizer scheduler by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/496\r\n* Handle service exceptions when creating organizations by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/709\r\n* Fix crisis room padding by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/717\r\n* Only have hostnames without a dot by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/713\r\n* Fix indemnification warning by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/718\r\n* Update templates and add QA flow docs page by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/517\r\n* fix translation block bug by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/706\r\n* [Shodan] Prevent normalizer failure for empty returns by @zcrt in https://github.com/minvws/nl-kat-coordination/pull/714\r\n* added indexes for findings by @Haikevt in https://github.com/minvws/nl-kat-coordination/pull/568\r\n* chore/refactor katalogus settings setup by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/542\r\n* Fix: Unnecessary white space within links by @HeleenSG in https://github.com/minvws/nl-kat-coordination/pull/728\r\n* Do not propagate scan level from DNSSPFMechanismHostname by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/721\r\n* Octopoes origin param endpoint by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/731\r\n* Scan level inheritance chain by @Lisser in https://github.com/minvws/nl-kat-coordination/pull/722\r\n* Enable and disable bits by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/732\r\n* Use setuptools-scm to write correct version to version.py by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/737\r\n* Add port-common bit and KAT-OPEN-COMMON-PORT FindingType by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/734\r\n* Add (I) to ruff and fix imports by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/723\r\n* Cleanup Rocky requirements by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/729\r\n* Update `pre-commit` dependencies and enable Ruff autofix by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/739\r\n* Bump beautifulsoup4 from 4.11.1 to 4.11.2 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/746\r\n* Differentiate between TCP and UDP in port bits by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/756\r\n* Add __repr__ to Task for scheduler by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/751\r\n* Add middleware for requiring authentication by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/760\r\n* Remove step from onboarding flow (release-1.8) by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/769\r\n* Hotfix1.8/ecrypted settings key check by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/776\r\n* Rdo workflows (1.8) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/827\r\n* Fix fierce normalizer to create hostnames without a trailing dot (1.8) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/923\r\n* Use "on push" instead of "on create" in build-rdo-package workflow (1.8) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/934\r\n* Bump django from 3.2.18 to 3.2.19 (1.8) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/935\r\n* Backport scheduler indices to v1.8 by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/949\r\n* Backport rerun bits to 1.8 by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/953\r\n\r\n## New Contributors\r\n* @Robinzor made their first contribution in https://github.com/minvws/nl-kat-coordination/pull/471\r\n* @RiieCco made their first contribution in https://github.com/minvws/nl-kat-coordination/pull/518\r\n* @joeppeeters made their first contribution in https://github.com/minvws/nl-kat-coordination/pull/516\r\n* @Haikevt made their first contribution in https://github.com/minvws/nl-kat-coordination/pull/568\r\n* @HeleenSG made their first contribution in https://github.com/minvws/nl-kat-coordination/pull/728\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-coordination/compare/v1.7.1...v1.8.0', 'createdAt': '2023-05-10T20:49:31Z'}}, {'node': {'name': 'v1.8.0rc2', 'tag': {'name': 'v1.8.0rc2'}, 'description': "## What's Changed\r\n* Remove step from onboarding flow (release-1.8) by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/769\r\n* Hotfix1.8/ecrypted settings key check by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/776\r\n\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-coordination/compare/v1.8.0rc1...v1.8.0rc2", 'createdAt': '2023-04-25T09:45:43Z'}}, {'node': {'name': 'v1.7.1', 'tag': {'name': 'v1.7.1'}, 'description': "## What's Changed\r\n* Test with encryption enabled and fix key check by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/774\r\n\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-coordination/compare/v1.7.0...v1.7.1", 'createdAt': '2023-04-24T13:41:58Z'}}, {'node': {'name': 'v1.8.0rc1', 'tag': {'name': 'v1.8.0rc1'}, 'description': 'Release notes can be found at https://docs.openkat.nl/release_notes/1.8.html (currently still a work in progress)\r\n\r\n## What\'s Changed\r\n* show id instead of boefje name by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/405\r\n* retrigger bit on update ooi by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/408\r\n* Tags are now made visible  by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/294\r\n* Change default to xtdb-multinode for the debian packages by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/416\r\n* Cleanup rocky requirements by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/402\r\n* Add verified status column, toggle and filter to organization members list by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/297\r\n* :bug: fix KATalogus confirmation message by @zcrt in https://github.com/minvws/nl-kat-coordination/pull/440\r\n* Create volume out of the bytes data dir and change the default by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/304\r\n* remove unused env vars by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/449\r\n* fix expiring cert bit by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/433\r\n* allow for relative paths in location headers by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/460\r\n* small fix to add jump to enabled/disabled plugin in enable_disable_plugin.html by @underdarknl in https://github.com/minvws/nl-kat-coordination/pull/452\r\n* Typo fix for permisson to permission in frontend. by @Robinzor in https://github.com/minvws/nl-kat-coordination/pull/471\r\n* Use 127.0.0.1 instead of localhost in RabbitMQ URI by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/466\r\n* Remove outdated setup-xtdb.sh script by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/472\r\n* Turn keiko reports directory into a Docker volume by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/457\r\n* Add configuration for number of random objects for scheduler by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/480\r\n* Fix Keiko validation errors by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/482\r\n* Update ADR-validator to v0.2.0 by @hugoboos in https://github.com/minvws/nl-kat-coordination/pull/479\r\n* Remove the try logic from the random endpoint by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/489\r\n* Basic workflow that tests debian packages installation by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/296\r\n* Seed on startup and add missing method  by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/456\r\n* Update docs about clearance levels by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/414\r\n* Update index.rst by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/424\r\n* Bump sphinx from 5.3.0 to 6.1.3 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/438\r\n* Fix issues after upgrading sphinx to version 6 by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/495\r\n* Bump cryptography from 39.0.1 to 39.0.2 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/436\r\n* Add codespell pre-commit hook and fix everything it finds by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/473\r\n* Check Octopoes and Katalogus health before creating orgs, "rollback" on exceptions by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/455\r\n* implement ooi list performance optimization by @Lisser in https://github.com/minvws/nl-kat-coordination/pull/488\r\n* Fix/boefjes missing image entrypoint by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/511\r\n* Update to latest version by @olafz in https://github.com/minvws/nl-kat-coordination/pull/519\r\n* Edit organization and tags by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/476\r\n* Bump pre-commit from 2.20.0 to 3.2.0 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/532\r\n* Add end-of-file-fixer pre-commit hook by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/474\r\n* Fix double hostname findings with trailing dots in Fierce boefje by @tobiasBDO in https://github.com/minvws/nl-kat-coordination/pull/465\r\n* Keiko glossaries url fix by @tobiasBDO in https://github.com/minvws/nl-kat-coordination/pull/537\r\n* Chore/docs update Bytes by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/535\r\n* Bump python-multipart from 0.0.5 to 0.0.6 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/527\r\n* Bump importlib-metadata from 5.1.0 to 6.1.0 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/525\r\n* Bump python-dotenv from 0.19.0 to 1.0.0 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/439\r\n* check for wildcards by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/468\r\n* fix codeblocks with tab indent Nginx docs by @tobiasBDO in https://github.com/minvws/nl-kat-coordination/pull/553\r\n* Include data directory in rocky Debian package by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/539\r\n* Feature/member edit view by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/318\r\n* Fix organization indemnification permission checks by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/560\r\n* Resize and compress plugin cover images by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/564\r\n* Fix clearance grant/revoke permission check by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/571\r\n* remove example.org and put ooi id instaed by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/580\r\n* Fix/testing different users by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/536\r\n* Load mermaid.js locally by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/585\r\n* Feature/organization level reports by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/469\r\n* Fix: Plugin detail showing None with none links at scans section by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/594\r\n* refactor(organization lists): unify access to organizations by user by @Lisser in https://github.com/minvws/nl-kat-coordination/pull/528\r\n* Add indices for Bytes by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/600\r\n* Bump iniconfig from 1.1.1 to 2.0.0 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/579\r\n* Bump black from 22.3.0 to 23.1.0 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/578\r\n* Bump urllib3 from 1.26.14 to 1.26.15 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/576\r\n* Remove loop from get random objects by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/558\r\n* add project discovery Nuclei boefje by @RiieCco in https://github.com/minvws/nl-kat-coordination/pull/518\r\n* Feature: Add Subfinder Boefje by @joeppeeters in https://github.com/minvws/nl-kat-coordination/pull/516\r\n* pass on underscore domains by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/550\r\n* Update mula design documentation by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/478\r\n* Make missing HTTPS redirect warning clear by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/610\r\n* Use PostgreSQL 15 in a single container by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/546\r\n* [CRT_SH] :bug: don\'t treat invalid certificates from 3rd party as active by @zcrt in https://github.com/minvws/nl-kat-coordination/pull/541\r\n* Feature/add organization dashboard by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/481\r\n* Fix report translation by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/609\r\n* Add sudo in Debian install manual by @Lisser in https://github.com/minvws/nl-kat-coordination/pull/153\r\n* Feature/mula new boefjes by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/574\r\n* Bump pre-commit from 3.2.0 to 3.2.1 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/575\r\n* changes to allow for custom fonts by @tobiasBDO in https://github.com/minvws/nl-kat-coordination/pull/593\r\n* Fixes the redirect to the onboarding flow by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/621\r\n* Change mula Debian package to always use PostgreSQL by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/597\r\n* Add 1.6 and 1.7 release notes by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/630\r\n* Replaced `psycopg2-binary` with `psycopg2` by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/638\r\n* Fix test Debian packages workflow and WorkingDirectory by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/646\r\n* Remove logging statement by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/649\r\n* Bump psycopg2 from 2.9.5 to 2.9.6 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/644\r\n* Bump setuptools from 65.6.3 to 67.6.1 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/642\r\n* Also mount octopoes in rocky and boefjes containers by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/650\r\n* verification description by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/651\r\n* Fix Keiko report downloads on uWSGI by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/657\r\n* Add djLint for Rocky templates by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/626\r\n* Log pdflatex output on error by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/667\r\n* Keiko output context data by @ammar92 in https://github.com/minvws/nl-kat-coordination/pull/671\r\n* Fix djLint T001, T002, T003, T032 by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/672\r\n* Add MutedFinding OOI and filter them in report by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/670\r\n* the latest version of nuclei updated the json-lines param by @RiieCco in https://github.com/minvws/nl-kat-coordination/pull/664\r\n* Remove unused SCHEDULER_DSP_INTERVAL and SCHEDULER_DSP_BROKER_URL env vars by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/633\r\n* Update to xtdb-http-multinode v1.0.4 by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/681\r\n* Use `unless-stopped` Docker restart policy by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/683\r\n* Add missing migration and unit test for missing migrations by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/677\r\n* Feature/no bits without clearence by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/645\r\n* Don\'t set KAT_VERSION by default in .env-dist by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/629\r\n* Translate Dutch images in docs to English by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/128\r\n* Handle errors from Octopoes connector by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/647\r\n* Appropriate min_scan_level for bits by @Lisser in https://github.com/minvws/nl-kat-coordination/pull/684\r\n* fix crisis room when no description by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/686\r\n* Fix pdflatex crash when there are underscores by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/690\r\n* Add new xtdb-http-multinode version to 1.7 release notes by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/692\r\n* Bump pre-commit from 3.2.1 to 3.2.2 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/693\r\n* Final djLint fixes by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/701\r\n* add new nuclei scanners and re-name old one by @RiieCco in https://github.com/minvws/nl-kat-coordination/pull/699\r\n* Accept "No changes detected" as well in migrations unit test by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/710\r\n* Move indemnification warnings to templates by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/705\r\n* Bump charset-normalizer from 2.0.12 to 3.1.0 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/640\r\n* Add reset() to expiring dict by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/700\r\n* Bump cryptography from 39.0.2 to 40.0.1 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/696\r\n* Create and delete MuteFinding OOIs in Rocky by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/674\r\n* Add debugging and troubleshooting page to the documentation by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/637\r\n* Refactor normalizer scheduler by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/496\r\n* Handle service exceptions when creating organizations by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/709\r\n* Fix crisis room padding by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/717\r\n* Only have hostnames without a dot by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/713\r\n* Fix indemnification warning by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/718\r\n* Update templates and add QA flow docs page by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/517\r\n* fix translation block bug by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/706\r\n* [Shodan] Prevent normalizer failure for empty returns by @zcrt in https://github.com/minvws/nl-kat-coordination/pull/714\r\n* added indexes for findings by @Haikevt in https://github.com/minvws/nl-kat-coordination/pull/568\r\n* chore/refactor katalogus settings setup by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/542\r\n* Fix: Unnecessary white space within links by @HeleenSG in https://github.com/minvws/nl-kat-coordination/pull/728\r\n* Do not propagate scan level from DNSSPFMechanismHostname by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/721\r\n* Octopoes origin param endpoint by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/731\r\n* Scan level inheritance chain by @Lisser in https://github.com/minvws/nl-kat-coordination/pull/722\r\n* Enable and disable bits by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/732\r\n* Use setuptools-scm to write correct version to version.py by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/737\r\n* Add port-common bit and KAT-OPEN-COMMON-PORT FindingType by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/734\r\n* Add (I) to ruff and fix imports by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/723\r\n* Cleanup Rocky requirements by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/729\r\n* Update `pre-commit` dependencies and enable Ruff autofix by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/739\r\n* Bump beautifulsoup4 from 4.11.1 to 4.11.2 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/746\r\n* Differentiate between TCP and UDP in port bits by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/756\r\n* Add __repr__ to Task for scheduler by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/751\r\n* Add middleware for requiring authentication by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/760\r\n\r\n## New Contributors\r\n* @Robinzor made their first contribution in https://github.com/minvws/nl-kat-coordination/pull/471\r\n* @ammar92 made their first contribution in https://github.com/minvws/nl-kat-coordination/pull/482\r\n* @Lisser made their first contribution in https://github.com/minvws/nl-kat-coordination/pull/488\r\n* @tobiasBDO made their first contribution in https://github.com/minvws/nl-kat-coordination/pull/465\r\n* @RiieCco made their first contribution in https://github.com/minvws/nl-kat-coordination/pull/518\r\n* @joeppeeters made their first contribution in https://github.com/minvws/nl-kat-coordination/pull/516\r\n* @Haikevt made their first contribution in https://github.com/minvws/nl-kat-coordination/pull/568\r\n* @HeleenSG made their first contribution in https://github.com/minvws/nl-kat-coordination/pull/728\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-coordination/compare/v1.7.0...v1.8.0rc1', 'createdAt': '2023-04-19T06:13:19Z'}}, {'node': {'name': 'v1.7.0', 'tag': {'name': 'v1.7.0'}, 'description': "Release notes are available at https://docs.openkat.nl/release_notes/1.7.html\r\n\r\n## What's Changed\r\n* Update index.rst by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/124\r\n* updated links to brochures by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/135\r\n* small update in toc by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/141\r\n* Add postgresql database for scheduler by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/133\r\n* Add pre-commit monorepo config by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/132\r\n* added extra lines for better layout by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/147\r\n* small clarification by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/148\r\n* Add note about supported Debian and Ubuntu versions by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/159\r\n* Modified security headers by @ITNerdbox in https://github.com/minvws/nl-kat-coordination/pull/160\r\n* Chore/makefile and make clean by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/149\r\n* Monorepo merge into main by @sigio in https://github.com/minvws/nl-kat-coordination/pull/164\r\n* Fix conflicting requirements and precommit by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/172\r\n* Fix make kat by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/174\r\n* Add models for ADR-validator boefje by @hugoboos in https://github.com/minvws/nl-kat-coordination/pull/181\r\n* Fix github workflows by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/270\r\n* Bytes: Add better API feedback. by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/178\r\n* 8443 by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/274\r\n* Only push container image when allowed by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/276\r\n* documentation update: made some stuff more consistent/concise/precise by @psy0rz in https://github.com/minvws/nl-kat-coordination/pull/269\r\n* Fix quotes in container workflow by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/279\r\n* Added raw file upload page including tests. by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/175\r\n* Replace `flake8` with `ruff` by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/267\r\n* Update PR template and development docs by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/281\r\n* [Mula] Feature/mula test coverage by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/180\r\n* Delete old .pre-commit-config.yaml files by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/176\r\n* :pencil2: make findings more informative by @zcrt in https://github.com/minvws/nl-kat-coordination/pull/266\r\n* Reduce information lookups by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/290\r\n* Remove unused `roeltje` folder (contains Cypress) by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/289\r\n* download raw of failed job by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/299\r\n* small update by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/306\r\n* Bump drf-standardized-errors from 0.12.4 to 0.12.5 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/169\r\n* Bump certifi from 2022.9.24 to 2022.12.7 in /keiko by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/166\r\n* Bump django-markdownify from 0.9.1 to 0.9.2 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/167\r\n* Bump markdown-it-py from 2.1.0 to 2.2.0 in /octopoes by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/308\r\n* Fix 404 page and add tests for it by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/307\r\n* monorepo by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/300\r\n* Remove unused fields by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/287\r\n* Feature/burpsuite normalizer by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/286\r\n* Normalizers comsume own mimetype by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/311\r\n* Add active language styling to language.scss by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/355\r\n* Bump platformdirs from 2.5.4 to 3.0.0 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/314\r\n* Update default `KAT_VERSION` to recent release by @olafz in https://github.com/minvws/nl-kat-coordination/pull/310\r\n* monorepo by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/301\r\n* Add locking functionality to the priority queue by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/293\r\n* Bump mypy from 0.991 to 1.0.1 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/284\r\n* Set OOIs to inherit clearance level by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/282\r\n* Feature/json settings katalogus by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/280\r\n* [Mula] Remove tasks status updates in normalizer scheduler by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/177\r\n* updates using cool suggestions from @robborob by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/397\r\n* clarification internal/external in introduction by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/154\r\n* :bug: fix certificate normalizer openssl rsa by @zcrt in https://github.com/minvws/nl-kat-coordination/pull/292\r\n* show id instead of boefje name by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/404\r\n* Feature/add verified status to organization members list by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/403\r\n* retrigger bit on update by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/406\r\n* Change default to xtdb-multinode for the debian packages by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/417\r\n* fix expiring cert bit by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/444\r\n* Fix/1.7: boefjes missing image entrypoint by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/512\r\n* backport keiko fixes by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/520\r\n* backport list performance fixes by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/529\r\n* backport mula remove try logic fixes by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/530\r\n* :bug: fix KATalogus confirmation message (backport 1.7) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/533\r\n* Include data directory in rocky Debian package by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/540\r\n* pass on underscore domains by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/549\r\n* backport crt fix by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/552\r\n* Fix: Plugin detail showing None with none links at scans section (#594) by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/604\r\n* 1.7 Backport: Add bytes indices by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/605\r\n* Remove loop from get random objects by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/599\r\n* Change mula Debian package to always use PostgreSQL (1.7) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/631\r\n* Fix test Debian packages workflow and WorkingDirectory (1.7) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/634\r\n* Fix Keiko report downloads on uWSGI (1.7) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/658\r\n* Add the right requirements.txt in boefjes Dockerfile (1.7) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/660\r\n* Log pdflatex output on error (1.7) by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/669\r\n* fix crisis room when no description by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/688\r\n* Fix pdflatex crash when there are underscores (1.7) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/691\r\n\r\n## New Contributors\r\n* @ITNerdbox made their first contribution in https://github.com/minvws/nl-kat-coordination/pull/160\r\n* @sigio made their first contribution in https://github.com/minvws/nl-kat-coordination/pull/164\r\n* @psy0rz made their first contribution in https://github.com/minvws/nl-kat-coordination/pull/269\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-coordination/compare/v1.6.0...v1.7.0", 'createdAt': '2023-04-07T21:01:39Z'}}, {'node': {'name': 'v1.7.0rc4', 'tag': {'name': 'v1.7.0rc4'}, 'description': "## What's Changed\r\n* Fix: Plugin detail showing None with none links at scans section (#594) by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/604\r\n* 1.7 Backport: Add bytes indices by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/605\r\n* Remove loop from get random objects by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/599\r\n* Change mula Debian package to always use PostgreSQL (1.7) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/631\r\n* Fix test Debian packages workflow and WorkingDirectory (1.7) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/634\r\n* Fix Keiko report downloads on uWSGI (1.7) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/658\r\n* Add the right requirements.txt in boefjes Dockerfile (1.7) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/660\r\n* Log pdflatex output on error (1.7) by @praseodym in https://github.com/minvws/nl-kat-coordination/pull/669\r\n\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-coordination/compare/v1.7.0rc3...v1.7.0rc4", 'createdAt': '2023-04-05T12:50:08Z'}}, {'node': {'name': 'v1.7.0rc3', 'tag': {'name': 'v1.7.0rc3'}, 'description': "## What's Changed\r\n* Include data directory in rocky Debian package by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/540\r\n* pass on underscore domains by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/549\r\n* backport crt fix by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/552\r\n\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-coordination/compare/v1.7.0rc2...v1.7.0rc3", 'createdAt': '2023-03-23T08:57:44Z'}}, {'node': {'name': 'v1.7.0rc2', 'tag': {'name': 'v1.7.0rc2'}, 'description': "## What's Changed\r\n* Fix/1.7: boefjes missing image entrypoint by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/512\r\n* backport keiko fixes by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/520\r\n* backport list performance fixes by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/529\r\n* backport mula remove try logic fixes by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/530\r\n* :bug: fix KATalogus confirmation message (backport 1.7) by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/533\r\n\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-coordination/compare/v1.7.0rc1...v1.7.0rc2", 'createdAt': '2023-03-21T10:03:38Z'}}, {'node': {'name': 'v1.7.0rc1', 'tag': {'name': 'v1.7.0rc1'}, 'description': '## Summary\r\n\r\nThis is the first release from the new "monorepo" which means that instead of having different repositories for all microservices, we now have on repo with all microservices in it. This means that, for example, new OOIs which have new boefjes, new bits, and new findings now need only one PR instead of PRs in different repos that need to be merged chronologically. The way KAT is released and deployed is not changed! Artifacts are still created per service!\r\n\r\n\r\n## What\'s Changed\r\n* Update index.rst by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/124\r\n* updated links to brochures by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/135\r\n* small update in toc by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/141\r\n* Add postgresql database for scheduler by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/133\r\n* Add pre-commit monorepo config by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/132\r\n* added extra lines for better layout by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/147\r\n* small clarification by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/148\r\n* Add note about supported Debian and Ubuntu versions by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/159\r\n* Modified security headers by @ITNerdbox in https://github.com/minvws/nl-kat-coordination/pull/160\r\n* Chore/makefile and make clean by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/149\r\n* Monorepo merge into main by @sigio in https://github.com/minvws/nl-kat-coordination/pull/164\r\n* Fix conflicting requirements and precommit by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/172\r\n* Fix make kat by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/174\r\n* Add models for ADR-validator boefje by @hugoboos in https://github.com/minvws/nl-kat-coordination/pull/181\r\n* Fix github workflows by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/270\r\n* Bytes: Add better API feedback. by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/178\r\n* 8443 by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/274\r\n* Only push container image when allowed by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/276\r\n* documentation update: made some stuff more consistent/concise/precise by @psy0rz in https://github.com/minvws/nl-kat-coordination/pull/269\r\n* Fix quotes in container workflow by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/279\r\n* Added raw file upload page including tests. by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/175\r\n* Replace `flake8` with `ruff` by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/267\r\n* Update PR template and development docs by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/281\r\n* [Mula] Feature/mula test coverage by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/180\r\n* Delete old .pre-commit-config.yaml files by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/176\r\n* :pencil2: make findings more informative by @zcrt in https://github.com/minvws/nl-kat-coordination/pull/266\r\n* Reduce information lookups by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/290\r\n* Remove unused `roeltje` folder (contains Cypress) by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/289\r\n* download raw of failed job by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/299\r\n* small update by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/306\r\n* Bump drf-standardized-errors from 0.12.4 to 0.12.5 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/169\r\n* Bump certifi from 2022.9.24 to 2022.12.7 in /keiko by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/166\r\n* Bump django-markdownify from 0.9.1 to 0.9.2 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/167\r\n* Bump markdown-it-py from 2.1.0 to 2.2.0 in /octopoes by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/308\r\n* Fix 404 page and add tests for it by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/307\r\n* monorepo by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/300\r\n* Remove unused fields by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/287\r\n* Feature/burpsuite normalizer by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/286\r\n* Normalizers comsume own mimetype by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/311\r\n* Add active language styling to language.scss by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/355\r\n* Bump platformdirs from 2.5.4 to 3.0.0 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/314\r\n* Update default `KAT_VERSION` to recent release by @olafz in https://github.com/minvws/nl-kat-coordination/pull/310\r\n* monorepo by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/301\r\n* Add locking functionality to the priority queue by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/293\r\n* Bump mypy from 0.991 to 1.0.1 by @dependabot in https://github.com/minvws/nl-kat-coordination/pull/284\r\n* Set OOIs to inherit clearance level by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/282\r\n* Feature/json settings katalogus by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/280\r\n* [Mula] Remove tasks status updates in normalizer scheduler by @jpbruinsslot in https://github.com/minvws/nl-kat-coordination/pull/177\r\n* updates using cool suggestions from @robborob by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/397\r\n* clarification internal/external in introduction by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/154\r\n* :bug: fix certificate normalizer openssl rsa by @zcrt in https://github.com/minvws/nl-kat-coordination/pull/292\r\n* show id instead of boefje name by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/404\r\n* Feature/add verified status to organization members list by @TwistMeister in https://github.com/minvws/nl-kat-coordination/pull/403\r\n* retrigger bit on update by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/406\r\n* Change default to xtdb-multinode for the debian packages by @Donnype in https://github.com/minvws/nl-kat-coordination/pull/417\r\n* fix expiring cert bit by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/444\r\n\r\n## New Contributors\r\n* @jpbruinsslot made their first contribution in https://github.com/minvws/nl-kat-coordination/pull/133\r\n* @ITNerdbox made their first contribution in https://github.com/minvws/nl-kat-coordination/pull/160\r\n* @sigio made their first contribution in https://github.com/minvws/nl-kat-coordination/pull/164\r\n* @hugoboos made their first contribution in https://github.com/minvws/nl-kat-coordination/pull/181\r\n* @psy0rz made their first contribution in https://github.com/minvws/nl-kat-coordination/pull/269\r\n* @dependabot made their first contribution in https://github.com/minvws/nl-kat-coordination/pull/169\r\n* @olafz made their first contribution in https://github.com/minvws/nl-kat-coordination/pull/310\r\n* First test by @TwistMeister \r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-coordination/compare/v1.6.0...v1.7.0rc1', 'createdAt': '2023-03-07T14:42:13Z'}}, {'node': {'name': 'v1.6.2', 'tag': {'name': 'v1.6.2'}, 'description': ' * Change default to xtdb-multinode in Octopoes debian package\r\n * Fix 404 page in rocky.', 'createdAt': '2023-02-01T09:39:58Z'}}, {'node': {'name': 'v1.6.1', 'tag': {'name': 'v1.6.1'}, 'description': '* Fix timezone issue in scheduler', 'createdAt': '2023-02-01T09:39:58Z'}}, {'node': {'name': 'v1.6.0', 'tag': {'name': 'v1.6.0'}, 'description': '', 'createdAt': '2023-02-01T09:39:58Z'}}, {'node': {'name': 'v1.6.0rc3', 'tag': {'name': 'v1.6.0rc3'}, 'description': '* Fixed parsing of concatenated SPF records\r\n* Specify correct netblock types in kat_nmap_ip_range boefje\r\n* Fix timezone issue in scheduler\r\n* Fix missing file in rocky Debian package\r\n* Make it possible to download raw of failed task\r\n* Bump Django version to latest 3.2 release.', 'createdAt': '2023-02-01T09:39:58Z'}}, {'node': {'name': 'v1.6.0rc2', 'tag': {'name': 'v1.6.0rc2'}, 'description': 'Retrigger bits on attribute change', 'createdAt': '2023-02-01T09:39:58Z'}}, {'node': {'name': 'v1.6.0rc1', 'tag': {'name': 'v1.6.0rc1'}, 'description': '# Full Changelog\r\n\r\n# OpenKAT 1.6: email security and ease of use\r\n\r\nThe main new feature of OpenKAT 1.6 is email security with dkim, dmarc and spf being added to the datamodel, boefjes and bits. This release also offers a lot of smaller improvements, in installation, interface, maintenance and documentation. \r\n\r\n- Organisation settings can now be pushed to other organisations, allowing you to copy from one to another. This has been built in such a way that we can add bulk actions in the near future. \r\n- Uploaded documents are added to Bytes, hashed and timestamped just like all other raw data, which gives gives you the certainty about the date time of upload and the consistency of the document at a later stage - just like with all data included in Bytes. \r\n- A new look for OpenKAT might not be visible right away but the development of \'manon\' for the interface allows you to personalize OpenKAT with ease. \r\n- The revamped documentation is not a feature of the software per se but nice to have for sure. Check out the docs at https://docs.openkat.nl. \r\n\r\n\r\n## Coordination\r\n\r\n### What\'s Changed\r\n* Create README.rst by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/112\r\n* Add Figma references to the documentation by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/111\r\n* Fix installation of nodejs in Debian build docker image by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/114\r\n* Run apt-get upgrade with -y in Dockerfile by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/119\r\n* Add 1.5 release notes by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/120\r\n* update link to docs by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/122\r\n* Change Docker instructions by @marjoleintamis in https://github.com/minvws/nl-kat-coordination/pull/113\r\n* Add Debian install guide by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/125\r\n\r\n### New Contributors\r\n* @marjoleintamis made their first contribution in https://github.com/minvws/nl-kat-coordination/pull/113\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-coordination/compare/v1.5.0...v1.6.0rc1\r\n\r\n## Octopoes\r\n\r\n### What\'s Changed\r\n* release-1.5 -> Main by @Lisser in https://github.com/minvws/nl-kat-octopoes/pull/63\r\n* Disable mypy, pylint and pydocstyle for now by @Lisser in https://github.com/minvws/nl-kat-octopoes/pull/65\r\n* [OpenKAT v1.6] Declarations from Boefjes by @Donnype in https://github.com/minvws/nl-kat-octopoes/pull/23\r\n* Bump packaging from 21.3 to 23.0 by @dependabot in https://github.com/minvws/nl-kat-octopoes/pull/36\r\n* Remove optional type to overwrite None and fix Origin creation by @Donnype in https://github.com/minvws/nl-kat-octopoes/pull/73\r\n* Allow null in json for task_id and method by @Donnype in https://github.com/minvws/nl-kat-octopoes/pull/74\r\n* [OpenKAT v1.6] Add email security oois by @noamblitz in https://github.com/minvws/nl-kat-octopoes/pull/15\r\n\r\n### New Contributors\r\n* @dependabot made their first contribution in https://github.com/minvws/nl-kat-octopoes/pull/36\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-octopoes/compare/v1.5.0rc2...v1.6.0rc1\r\n\r\n## Bytes\r\n\r\n### What\'s Changed\r\n* Updated dependabot config by @ammar92 in https://github.com/minvws/nl-kat-bytes/pull/32\r\n* Bump platformdirs from 2.5.2 to 2.5.4 by @dependabot in https://github.com/minvws/nl-kat-bytes/pull/37\r\n* Bump python-dotenv from 0.21.0 to 0.21.1 by @dependabot in https://github.com/minvws/nl-kat-bytes/pull/34\r\n* Bump zipp from 3.8.0 to 3.8.1 by @dependabot in https://github.com/minvws/nl-kat-bytes/pull/33\r\n* Bump pytest from 7.2.0 to 7.2.1 by @dependabot in https://github.com/minvws/nl-kat-bytes/pull/35\r\n* Bump packaging from 21.3 to 23.0 by @dependabot in https://github.com/minvws/nl-kat-bytes/pull/29\r\n* Fix: increase organization_id length by @Donnype in https://github.com/minvws/nl-kat-bytes/pull/44\r\n* Bump cryptography from 38.0.4 to 39.0.0 by @dependabot in https://github.com/minvws/nl-kat-bytes/pull/42\r\n* Bump urllib3 from 1.26.9 to 1.26.14 by @dependabot in https://github.com/minvws/nl-kat-bytes/pull/38\r\n* Bump anyio from 3.6.1 to 3.6.2 by @dependabot in https://github.com/minvws/nl-kat-bytes/pull/40\r\n* Bump cffi from 1.15.0 to 1.15.1 by @dependabot in https://github.com/minvws/nl-kat-bytes/pull/39\r\n* Bump ecdsa from 0.18.0b2 to 0.18.0 by @dependabot in https://github.com/minvws/nl-kat-bytes/pull/41\r\n\r\n### New Contributors\r\n* @ammar92 made their first contribution in https://github.com/minvws/nl-kat-bytes/pull/32\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-bytes/compare/v1.5.0rc2...v1.6.0rc1\r\n\r\n## Boefjes\r\n\r\n### What\'s Changed\r\n* release-1.5 -> main by @Lisser in https://github.com/minvws/nl-kat-boefjes/pull/72\r\n* [OpenKAT v1.6] Feature/multipart download by @Donnype in https://github.com/minvws/nl-kat-boefjes/pull/61\r\n* [OpenKAT v1.7] Optional input_ooi by @Donnype in https://github.com/minvws/nl-kat-boefjes/pull/39\r\n* Fix/unit-tests by @Donnype in https://github.com/minvws/nl-kat-boefjes/pull/74\r\n* Feature/clone organization settings by @Donnype in https://github.com/minvws/nl-kat-boefjes/pull/75\r\n* Add manual normalizers for csv and declarations by @Donnype in https://github.com/minvws/nl-kat-boefjes/pull/79\r\n* Added dkim and dmarc to dns boefje by @noamblitz in https://github.com/minvws/nl-kat-boefjes/pull/21\r\n* update scan levels by @noamblitz in https://github.com/minvws/nl-kat-boefjes/pull/80\r\n* Overwrite settings when cloning by @Donnype in https://github.com/minvws/nl-kat-boefjes/pull/81\r\n* fix boefje dns tests by @noamblitz in https://github.com/minvws/nl-kat-boefjes/pull/82\r\n\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-boefjes/compare/v1.5.0rc3...v1.6.0rc1\r\n\r\n## Rocky\r\n\r\n### What\'s Changed\r\n* feat: Branding fonts by @HeleenSG in https://github.com/minvws/nl-kat-rocky/pull/150\r\n* Merge fixes on release branch 1.5 back to main by @TwistMeister in https://github.com/minvws/nl-kat-rocky/pull/188\r\n* Chore/many new object and finding tests by @Donnype in https://github.com/minvws/nl-kat-rocky/pull/173\r\n* Fix: return True when status_code is not 404 by @Donnype in https://github.com/minvws/nl-kat-rocky/pull/191\r\n* [OpenKAT v1.6] Make input oois optional by @Donnype in https://github.com/minvws/nl-kat-rocky/pull/84\r\n* chore: delete empty file "findings_add.py" by @TwistMeister in https://github.com/minvws/nl-kat-rocky/pull/190\r\n* Bump typing-extensions from 3.10.0.0 to 4.4.0 by @dependabot in https://github.com/minvws/nl-kat-rocky/pull/77\r\n* Bump chardet from 4.0.0 to 5.1.0 by @dependabot in https://github.com/minvws/nl-kat-rocky/pull/78\r\n* Bump robotframework-tidy from 3.3.2 to 3.3.3 by @dependabot in https://github.com/minvws/nl-kat-rocky/pull/183\r\n* Fix nav and breadcrumbs for objects, findings and tasks by @TwistMeister in https://github.com/minvws/nl-kat-rocky/pull/197\r\n* Removed old references to miauw and signal by @ammar92 in https://github.com/minvws/nl-kat-rocky/pull/179\r\n* Improve filter component implementation by @TwistMeister in https://github.com/minvws/nl-kat-rocky/pull/201\r\n* Bump lxml from 4.9.1 to 4.9.2 by @dependabot in https://github.com/minvws/nl-kat-rocky/pull/206\r\n* [OpenKAT v1.6] Some input validation by @ammar92 in https://github.com/minvws/nl-kat-rocky/pull/160\r\n* Add proofs to bytes for oois, findings and csv files by @Donnype in https://github.com/minvws/nl-kat-rocky/pull/192\r\n* add invalid spf finding type by @noamblitz in https://github.com/minvws/nl-kat-rocky/pull/214\r\n* Use Django settings in the correct way by @dekkers in https://github.com/minvws/nl-kat-rocky/pull/213\r\n* Added fredoka instead of fredoka one. by @HeleenSG in https://github.com/minvws/nl-kat-rocky/pull/209\r\n* Feature/copy settings organizations by @Donnype in https://github.com/minvws/nl-kat-rocky/pull/212\r\n* Chore: Update to manon v1.1.8 by @HeleenSG in https://github.com/minvws/nl-kat-rocky/pull/217\r\n* Fix delete finding view by @dekkers in https://github.com/minvws/nl-kat-rocky/pull/220\r\n\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-rocky/compare/v1.5.0rc2...v1.6.0rc1\r\n\r\n## Mula\r\n\r\n### What\'s Changed\r\n* Updated dependabot config by @ammar92 in https://github.com/minvws/nl-kat-mula/pull/46\r\n* [OpenKAT v1.6] Start with refactor based on feature/scheduled-jobs-rebase by @jpbruinsslot in https://github.com/minvws/nl-kat-mula/pull/34\r\n* Add better logging for info log level by @jpbruinsslot in https://github.com/minvws/nl-kat-mula/pull/53\r\n\r\n### New Contributors\r\n* @ammar92 made their first contribution in https://github.com/minvws/nl-kat-mula/pull/46\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-mula/compare/v1.5.0rc2...v1.6.0rc1', 'createdAt': '2023-02-01T09:39:58Z'}}, {'node': {'name': '', 'tag': {'name': 'v1.5.2'}, 'description': '* Fix missing file in rocky Debian package\r\n* Fix timezone issue in scheduler', 'createdAt': '2023-01-17T10:39:26Z'}}, {'node': {'name': 'v1.5.1', 'tag': {'name': 'v1.5.1'}, 'description': 'Retrigger bits on attribute change', 'createdAt': '2023-01-17T10:39:26Z'}}, {'node': {'name': 'v1.5.0', 'tag': {'name': 'v1.5.0'}, 'description': 'https://docs.openkat.nl/release_notes/1.5.html\r\n\r\n# OpenKAT 1.5: multi organization support\r\n\r\nThe main feature of the 1.5 release of OpenKAT is the ability to scan multiple organizations from one OpenKAT instance and manage the data and users for each of them. It comes with an API to automatically deploy organizations and users from an external source. \r\n\r\nThis gives you the ability to manage OpenKAT for a large group of organizations while maintaining the separation of data and users for each of them. It also allows you to supply credentials to users within those organizations and to give them access to their own data, make reports etc. \r\n\r\nIn addition to this several other features have been added that support this use case, such as the ability to filter and manage and add objects in bulk and add scanning and inheritance of scan levels from a higher level. They were requested by some of our large scale partners and we will continue working on such features in the forthcoming releases. \r\n\r\n## Features:\r\n* Most importantly, this is the first version of KAT that offers fully implemented multi-organization support. New organizations can be added in the Rocky admin interface (/admin), after which databases in xtdb and KAT-alogus will be automatically added. Clients can be added for each organization that cannot view data of other organizations\r\n* Certificates can now be created without having a relation to a website\r\n* IPAddresses now inherit a scan level from a netblock if that netblock is known\r\n* NMAP can now scan ip ranges\r\n* Rocky now offers bulk actions for the deletion of OOIs and giving clearance levels to OOIs\r\n* Rocky now offers filtering options based on clearance levels and clearance level types\r\n\r\n# IMPORTANT\r\n\r\nThis feature includes a new version of XTDB. Therefore, the env setting XTDB_TYPE has to be set to xtdb-multinode. Also, all data in xtdb will be lost and cannot be moved to this version. If you use a locally installed version, you can change to the xtdb version in this repo: https://github.com/dekkers/xtdb-http-multinode.\r\n\r\n# Full Changelog\r\n\r\n\r\n## Coordination\r\n\r\n### What\'s Changed\r\n* Dynamically checkout the latest release tag with `clone-stable` by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/96\r\n* Give CREATEDB rights to rocky db user by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/98\r\n* Update Sphinx docs by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/97\r\n* Set KAT_VERSION in .env-dist to v1.4.0 by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/104\r\n* Enable auto-reload of code for all services by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/99\r\n* Passing over xtdb work from Jeroen by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/92\r\n* documentation update: introduction into OpenKAT by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/103\r\n\r\n### New Contributors\r\n* @Rieven made their first contribution in https://github.com/minvws/nl-kat-coordination/pull/92\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-coordination/compare/v1.4.0rc1...v1.5.0rc2\r\n\r\n## Octopoes\r\n\r\n### What\'s Changed\r\n* Release 1.4 by @dekkers in https://github.com/minvws/nl-kat-octopoes/pull/31\r\n* Feature/scan level filtering by @Lisser in https://github.com/minvws/nl-kat-octopoes/pull/21\r\n* Update `Certificate` model by @ammar92 in https://github.com/minvws/nl-kat-octopoes/pull/25\r\n* Feature/scan profile filtering by @Lisser in https://github.com/minvws/nl-kat-octopoes/pull/22\r\n* Add Python 3.11 to the unit test matrix by @Darwinkel in https://github.com/minvws/nl-kat-octopoes/pull/29\r\n* [OpenKAT v1.5] Support multinode XTDB by @Rieven in https://github.com/minvws/nl-kat-octopoes/pull/20\r\n* Add image meta data model v1 by @Donnype in https://github.com/minvws/nl-kat-octopoes/pull/38\r\n* implement by @Lisser in https://github.com/minvws/nl-kat-octopoes/pull/59\r\n* Updated dependabot config by @ammar92 in https://github.com/minvws/nl-kat-octopoes/pull/60\r\n\r\n### New Contributors\r\n* @Lisser made their first contribution in https://github.com/minvws/nl-kat-octopoes/pull/21\r\n* @ammar92 made their first contribution in https://github.com/minvws/nl-kat-octopoes/pull/25\r\n* @Darwinkel made their first contribution in https://github.com/minvws/nl-kat-octopoes/pull/29\r\n* @Rieven made their first contribution in https://github.com/minvws/nl-kat-octopoes/pull/20\r\n* @Donnype made their first contribution in https://github.com/minvws/nl-kat-octopoes/pull/38\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-octopoes/compare/v1.4.0rc1...v1.5.0rc2\r\n\r\n## Bytes\r\n\r\n### What\'s Changed\r\n* Release 1.4 by @dekkers in https://github.com/minvws/nl-kat-bytes/pull/28\r\n* Test multiple Python versions through Docker and Makefile build arg by @Darwinkel in https://github.com/minvws/nl-kat-bytes/pull/25\r\n* Bump setuptools from 62.3.2 to 65.6.3 by @dependabot in https://github.com/minvws/nl-kat-bytes/pull/27\r\n* Optional input_ooi by @Donnype in https://github.com/minvws/nl-kat-bytes/pull/20\r\n\r\n### New Contributors\r\n* @Darwinkel made their first contribution in https://github.com/minvws/nl-kat-bytes/pull/25\r\n* @Donnype made their first contribution in https://github.com/minvws/nl-kat-bytes/pull/20\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-bytes/compare/v1.4.0rc1...v1.5.0rc2\r\n\r\n## Boefjes\r\n\r\n### What\'s Changed\r\n* Censys normalizer updates by @ammar92 in https://github.com/minvws/nl-kat-boefjes/pull/26\r\n* [OpenKAT v1.5] make organisation field longer by @Rieven in https://github.com/minvws/nl-kat-boefjes/pull/37\r\n* Release 1.4 by @dekkers in https://github.com/minvws/nl-kat-boefjes/pull/52\r\n* Fix plugins related to `Certificate` by @ammar92 in https://github.com/minvws/nl-kat-boefjes/pull/41\r\n* [Nmap] Introduce Nmap ports boefje by @zcrt in https://github.com/minvws/nl-kat-boefjes/pull/40\r\n* [Nmap] Add settings for top-ports and protocol by @zcrt in https://github.com/minvws/nl-kat-boefjes/pull/43\r\n* [bug] RE: LeakIX handle HTTP 204 response by @zcrt in https://github.com/minvws/nl-kat-boefjes/pull/56\r\n* Change workflow file to test multiple Python versions by @Darwinkel in https://github.com/minvws/nl-kat-boefjes/pull/44\r\n* [Nmap] [NetBlock] :sparkles: introduce Nmap IP range scanning by @zcrt in https://github.com/minvws/nl-kat-boefjes/pull/58\r\n* Fix nmap schema and add test showing integers are not yet supported by @Donnype in https://github.com/minvws/nl-kat-boefjes/pull/60\r\n* Also fix nmap_ip_range integer by @Donnype in https://github.com/minvws/nl-kat-boefjes/pull/68\r\n* implement connection between ipaddresses and netblocks by @Lisser in https://github.com/minvws/nl-kat-boefjes/pull/69\r\n* [OpenKAT v1.5] Do not create _dev organisation in seed by @dekkers in https://github.com/minvws/nl-kat-boefjes/pull/46\r\n* Updated dependabot config by @ammar92 in https://github.com/minvws/nl-kat-boefjes/pull/70\r\n\r\n### New Contributors\r\n* @Rieven made their first contribution in https://github.com/minvws/nl-kat-boefjes/pull/37\r\n* @Darwinkel made their first contribution in https://github.com/minvws/nl-kat-boefjes/pull/44\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-boefjes/compare/v1.4.0...v1.5.0rc2\r\n\r\n## Rocky\r\n\r\n### What\'s Changed\r\n* Release 1.4.0 by @noamblitz in https://github.com/minvws/nl-kat-rocky/pull/75\r\n* add missing dmarc, dkim and spf findings by @noamblitz in https://github.com/minvws/nl-kat-rocky/pull/35\r\n* Fix ignored flake8 errors and change tests to pytest by @dekkers in https://github.com/minvws/nl-kat-rocky/pull/87\r\n* fix boefje settings forms for integer fields by @noamblitz in https://github.com/minvws/nl-kat-rocky/pull/91\r\n* untested but adding cached network reference support to csv importer. by @underdarknl in https://github.com/minvws/nl-kat-rocky/pull/95\r\n* fix flake8 error on katalogus forms by @underdarknl in https://github.com/minvws/nl-kat-rocky/pull/99\r\n* Release 1.4 by @dekkers in https://github.com/minvws/nl-kat-rocky/pull/102\r\n* Run pytest in CI by @dekkers in https://github.com/minvws/nl-kat-rocky/pull/113\r\n* Bump json5 from 2.2.1 to 2.2.3 by @dependabot in https://github.com/minvws/nl-kat-rocky/pull/103\r\n* feature(scan level filter): implement by @Lisser in https://github.com/minvws/nl-kat-rocky/pull/82\r\n* CSV import introspection by @ammar92 in https://github.com/minvws/nl-kat-rocky/pull/98\r\n* Change Organization model and add API by @dekkers in https://github.com/minvws/nl-kat-rocky/pull/109\r\n* Feature/scan profile filter by @Lisser in https://github.com/minvws/nl-kat-rocky/pull/83\r\n* [Feature] [#C86] Add certificate expiry check by @zcrt in https://github.com/minvws/nl-kat-rocky/pull/88\r\n* Updated file structure for css files within rocky. by @HeleenSG in https://github.com/minvws/nl-kat-rocky/pull/122\r\n* fix(ooi_report): take description from finding_type if None in Finding by @Lisser in https://github.com/minvws/nl-kat-rocky/pull/118\r\n* Update landing_page.html by @ring-ring-ring in https://github.com/minvws/nl-kat-rocky/pull/124\r\n* Added tag styles and colors. Updated to manon v1.1.5 by @HeleenSG in https://github.com/minvws/nl-kat-rocky/pull/133\r\n* Add support for XTDB multinode by @dekkers in https://github.com/minvws/nl-kat-rocky/pull/123\r\n* Add task list params by @jpbruinsslot in https://github.com/minvws/nl-kat-rocky/pull/89\r\n* Fix scan history template artifact by @jpbruinsslot in https://github.com/minvws/nl-kat-rocky/pull/135\r\n* [OpenKAT v1.5] Fix boefje detail checkboxes function at scan oois by @Rieven in https://github.com/minvws/nl-kat-rocky/pull/111\r\n* Feature/multi select by @Donnype in https://github.com/minvws/nl-kat-rocky/pull/86\r\n* Fix/scan levels by @Donnype in https://github.com/minvws/nl-kat-rocky/pull/154\r\n* [OpenKAT v1.5] Multi XTDB and organizations management through organization code as slug by @Rieven in https://github.com/minvws/nl-kat-rocky/pull/115\r\n* Ignore minor updates by @ammar92 in https://github.com/minvws/nl-kat-rocky/pull/155\r\n* refactor raising of scanprofile by @Lisser in https://github.com/minvws/nl-kat-rocky/pull/162\r\n* Make toggle target scoped so it is capable of handling multiple instances on one page by @TwistMeister in https://github.com/minvws/nl-kat-rocky/pull/170\r\n\r\n### New Contributors\r\n* @Lisser made their first contribution in https://github.com/minvws/nl-kat-rocky/pull/82\r\n* @ammar92 made their first contribution in https://github.com/minvws/nl-kat-rocky/pull/98\r\n* @zcrt made their first contribution in https://github.com/minvws/nl-kat-rocky/pull/88\r\n* @HeleenSG made their first contribution in https://github.com/minvws/nl-kat-rocky/pull/122\r\n* @ring-ring-ring made their first contribution in https://github.com/minvws/nl-kat-rocky/pull/124\r\n* @jpbruinsslot made their first contribution in https://github.com/minvws/nl-kat-rocky/pull/89\r\n* @TwistMeister made their first contribution in https://github.com/minvws/nl-kat-rocky/pull/170\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-rocky/compare/v1.3.0...v1.5.0rc2\r\n\r\n## Mula\r\n\r\n### What\'s Changed\r\n* Test multiple Python versions through Docker build arg by @Darwinkel in https://github.com/minvws/nl-kat-mula/pull/24\r\n* Optional input_oois: use "None" for hash by @Donnype in https://github.com/minvws/nl-kat-mula/pull/17\r\n* Merge release-1.4 into main by @jpbruinsslot in https://github.com/minvws/nl-kat-mula/pull/25\r\n* Use the scan profile mutation queue from octopoes by @jpbruinsslot in https://github.com/minvws/nl-kat-mula/pull/36\r\n* [Feature] task list filters by @jpbruinsslot in https://github.com/minvws/nl-kat-mula/pull/16\r\n\r\n### New Contributors\r\n* @Darwinkel made their first contribution in https://github.com/minvws/nl-kat-mula/pull/24\r\n* @Donnype made their first contribution in https://github.com/minvws/nl-kat-mula/pull/17\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-mula/compare/v1.4.0rc1...v1.5.0rc2', 'createdAt': '2023-01-17T10:39:26Z'}}, {'node': {'name': 'v1.5.0rc3', 'tag': {'name': 'v1.5.0rc3'}, 'description': '**Full Changelog**: https://github.com/minvws/nl-kat-coordination/compare/v1.5.0rc2...v1.5.0rc3', 'createdAt': '2023-01-17T10:39:26Z'}}, {'node': {'name': 'v1.5.0rc2', 'tag': {'name': 'v1.5.0rc2'}, 'description': '# OpenKAT 1.5: multi organization support\r\n\r\nThe main feature of the 1.5 release of OpenKAT is the ability to scan multiple organizations from one OpenKAT instance and manage the data and users for each of them. It comes with an API to automatically deploy organizations and users from an external source. \r\n\r\nThis gives you the ability to manage OpenKAT for a large group of organizations while maintaining the separation of data and users for each of them. It also allows you to supply credentials to users within those organizations and to give them access to their own data, make reports etc. \r\n\r\nIn addition to this several other features have been added that support this use case, such as the ability to filter and manage and add objects in bulk and add scanning and inheritance of scan levels from a higher level. They were requested by some of our large scale partners and we will continue working on such features in the forthcoming releases. \r\n\r\n## Features:\r\n* Most importantly, this is the first version of KAT that offers fully implemented multi-organization support. New organizations can be added in the Rocky admin interface (/admin), after which databases in xtdb and KAT-alogus will be automatically added. Clients can be added for each organization that cannot view data of other organizations\r\n* Certificates can now be created without having a relation to a website\r\n* IPAddresses now inherit a scan level from a netblock if that netblock is known\r\n* NMAP can now scan ip ranges\r\n* Rocky now offers bulk actions for the deletion of OOIs and giving clearance levels to OOIs\r\n* Rocky now offers filtering options based on clearance levels and clearance level types\r\n\r\n# IMPORTANT\r\n\r\nThis feature includes a new version of XTDB. Therefore, the env setting XTDB_TYPE has to be set to xtdb-multinode. Also, all data in xtdb will be lost and cannot be moved to this version. If you use a locally installed version, you can change to the xtdb version in this repo: https://github.com/dekkers/xtdb-http-multinode.\r\n\r\n# Full Changelog\r\n\r\n\r\n## Coordination\r\n\r\n### What\'s Changed\r\n* Dynamically checkout the latest release tag with `clone-stable` by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/96\r\n* Give CREATEDB rights to rocky db user by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/98\r\n* Update Sphinx docs by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/97\r\n* Set KAT_VERSION in .env-dist to v1.4.0 by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/104\r\n* Enable auto-reload of code for all services by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/99\r\n* Passing over xtdb work from Jeroen by @Rieven in https://github.com/minvws/nl-kat-coordination/pull/92\r\n* documentation update: introduction into OpenKAT by @ring-ring-ring in https://github.com/minvws/nl-kat-coordination/pull/103\r\n\r\n### New Contributors\r\n* @Rieven made their first contribution in https://github.com/minvws/nl-kat-coordination/pull/92\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-coordination/compare/v1.4.0rc1...v1.5.0rc2\r\n\r\n## Octopoes\r\n\r\n### What\'s Changed\r\n* Release 1.4 by @dekkers in https://github.com/minvws/nl-kat-octopoes/pull/31\r\n* Feature/scan level filtering by @Lisser in https://github.com/minvws/nl-kat-octopoes/pull/21\r\n* Update `Certificate` model by @ammar92 in https://github.com/minvws/nl-kat-octopoes/pull/25\r\n* Feature/scan profile filtering by @Lisser in https://github.com/minvws/nl-kat-octopoes/pull/22\r\n* Add Python 3.11 to the unit test matrix by @Darwinkel in https://github.com/minvws/nl-kat-octopoes/pull/29\r\n* [OpenKAT v1.5] Support multinode XTDB by @Rieven in https://github.com/minvws/nl-kat-octopoes/pull/20\r\n* Add image meta data model v1 by @Donnype in https://github.com/minvws/nl-kat-octopoes/pull/38\r\n* implement by @Lisser in https://github.com/minvws/nl-kat-octopoes/pull/59\r\n* Updated dependabot config by @ammar92 in https://github.com/minvws/nl-kat-octopoes/pull/60\r\n\r\n### New Contributors\r\n* @Lisser made their first contribution in https://github.com/minvws/nl-kat-octopoes/pull/21\r\n* @ammar92 made their first contribution in https://github.com/minvws/nl-kat-octopoes/pull/25\r\n* @Darwinkel made their first contribution in https://github.com/minvws/nl-kat-octopoes/pull/29\r\n* @Rieven made their first contribution in https://github.com/minvws/nl-kat-octopoes/pull/20\r\n* @Donnype made their first contribution in https://github.com/minvws/nl-kat-octopoes/pull/38\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-octopoes/compare/v1.4.0rc1...v1.5.0rc2\r\n\r\n## Bytes\r\n\r\n### What\'s Changed\r\n* Release 1.4 by @dekkers in https://github.com/minvws/nl-kat-bytes/pull/28\r\n* Test multiple Python versions through Docker and Makefile build arg by @Darwinkel in https://github.com/minvws/nl-kat-bytes/pull/25\r\n* Bump setuptools from 62.3.2 to 65.6.3 by @dependabot in https://github.com/minvws/nl-kat-bytes/pull/27\r\n* Optional input_ooi by @Donnype in https://github.com/minvws/nl-kat-bytes/pull/20\r\n\r\n### New Contributors\r\n* @Darwinkel made their first contribution in https://github.com/minvws/nl-kat-bytes/pull/25\r\n* @Donnype made their first contribution in https://github.com/minvws/nl-kat-bytes/pull/20\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-bytes/compare/v1.4.0rc1...v1.5.0rc2\r\n\r\n## Boefjes\r\n\r\n### What\'s Changed\r\n* Censys normalizer updates by @ammar92 in https://github.com/minvws/nl-kat-boefjes/pull/26\r\n* [OpenKAT v1.5] make organisation field longer by @Rieven in https://github.com/minvws/nl-kat-boefjes/pull/37\r\n* Release 1.4 by @dekkers in https://github.com/minvws/nl-kat-boefjes/pull/52\r\n* Fix plugins related to `Certificate` by @ammar92 in https://github.com/minvws/nl-kat-boefjes/pull/41\r\n* [Nmap] Introduce Nmap ports boefje by @zcrt in https://github.com/minvws/nl-kat-boefjes/pull/40\r\n* [Nmap] Add settings for top-ports and protocol by @zcrt in https://github.com/minvws/nl-kat-boefjes/pull/43\r\n* [bug] RE: LeakIX handle HTTP 204 response by @zcrt in https://github.com/minvws/nl-kat-boefjes/pull/56\r\n* Change workflow file to test multiple Python versions by @Darwinkel in https://github.com/minvws/nl-kat-boefjes/pull/44\r\n* [Nmap] [NetBlock] :sparkles: introduce Nmap IP range scanning by @zcrt in https://github.com/minvws/nl-kat-boefjes/pull/58\r\n* Fix nmap schema and add test showing integers are not yet supported by @Donnype in https://github.com/minvws/nl-kat-boefjes/pull/60\r\n* Also fix nmap_ip_range integer by @Donnype in https://github.com/minvws/nl-kat-boefjes/pull/68\r\n* implement connection between ipaddresses and netblocks by @Lisser in https://github.com/minvws/nl-kat-boefjes/pull/69\r\n* [OpenKAT v1.5] Do not create _dev organisation in seed by @dekkers in https://github.com/minvws/nl-kat-boefjes/pull/46\r\n* Updated dependabot config by @ammar92 in https://github.com/minvws/nl-kat-boefjes/pull/70\r\n\r\n### New Contributors\r\n* @Rieven made their first contribution in https://github.com/minvws/nl-kat-boefjes/pull/37\r\n* @Darwinkel made their first contribution in https://github.com/minvws/nl-kat-boefjes/pull/44\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-boefjes/compare/v1.4.0...v1.5.0rc2\r\n\r\n## Rocky\r\n\r\n### What\'s Changed\r\n* Release 1.4.0 by @noamblitz in https://github.com/minvws/nl-kat-rocky/pull/75\r\n* add missing dmarc, dkim and spf findings by @noamblitz in https://github.com/minvws/nl-kat-rocky/pull/35\r\n* Fix ignored flake8 errors and change tests to pytest by @dekkers in https://github.com/minvws/nl-kat-rocky/pull/87\r\n* fix boefje settings forms for integer fields by @noamblitz in https://github.com/minvws/nl-kat-rocky/pull/91\r\n* untested but adding cached network reference support to csv importer. by @underdarknl in https://github.com/minvws/nl-kat-rocky/pull/95\r\n* fix flake8 error on katalogus forms by @underdarknl in https://github.com/minvws/nl-kat-rocky/pull/99\r\n* Release 1.4 by @dekkers in https://github.com/minvws/nl-kat-rocky/pull/102\r\n* Run pytest in CI by @dekkers in https://github.com/minvws/nl-kat-rocky/pull/113\r\n* Bump json5 from 2.2.1 to 2.2.3 by @dependabot in https://github.com/minvws/nl-kat-rocky/pull/103\r\n* feature(scan level filter): implement by @Lisser in https://github.com/minvws/nl-kat-rocky/pull/82\r\n* CSV import introspection by @ammar92 in https://github.com/minvws/nl-kat-rocky/pull/98\r\n* Change Organization model and add API by @dekkers in https://github.com/minvws/nl-kat-rocky/pull/109\r\n* Feature/scan profile filter by @Lisser in https://github.com/minvws/nl-kat-rocky/pull/83\r\n* [Feature] [#C86] Add certificate expiry check by @zcrt in https://github.com/minvws/nl-kat-rocky/pull/88\r\n* Updated file structure for css files within rocky. by @HeleenSG in https://github.com/minvws/nl-kat-rocky/pull/122\r\n* fix(ooi_report): take description from finding_type if None in Finding by @Lisser in https://github.com/minvws/nl-kat-rocky/pull/118\r\n* Update landing_page.html by @ring-ring-ring in https://github.com/minvws/nl-kat-rocky/pull/124\r\n* Added tag styles and colors. Updated to manon v1.1.5 by @HeleenSG in https://github.com/minvws/nl-kat-rocky/pull/133\r\n* Add support for XTDB multinode by @dekkers in https://github.com/minvws/nl-kat-rocky/pull/123\r\n* Add task list params by @jpbruinsslot in https://github.com/minvws/nl-kat-rocky/pull/89\r\n* Fix scan history template artifact by @jpbruinsslot in https://github.com/minvws/nl-kat-rocky/pull/135\r\n* [OpenKAT v1.5] Fix boefje detail checkboxes function at scan oois by @Rieven in https://github.com/minvws/nl-kat-rocky/pull/111\r\n* Feature/multi select by @Donnype in https://github.com/minvws/nl-kat-rocky/pull/86\r\n* Fix/scan levels by @Donnype in https://github.com/minvws/nl-kat-rocky/pull/154\r\n* [OpenKAT v1.5] Multi XTDB and organizations management through organization code as slug by @Rieven in https://github.com/minvws/nl-kat-rocky/pull/115\r\n* Ignore minor updates by @ammar92 in https://github.com/minvws/nl-kat-rocky/pull/155\r\n* refactor raising of scanprofile by @Lisser in https://github.com/minvws/nl-kat-rocky/pull/162\r\n* Make toggle target scoped so it is capable of handling multiple instances on one page by @TwistMeister in https://github.com/minvws/nl-kat-rocky/pull/170\r\n\r\n### New Contributors\r\n* @Lisser made their first contribution in https://github.com/minvws/nl-kat-rocky/pull/82\r\n* @ammar92 made their first contribution in https://github.com/minvws/nl-kat-rocky/pull/98\r\n* @zcrt made their first contribution in https://github.com/minvws/nl-kat-rocky/pull/88\r\n* @HeleenSG made their first contribution in https://github.com/minvws/nl-kat-rocky/pull/122\r\n* @ring-ring-ring made their first contribution in https://github.com/minvws/nl-kat-rocky/pull/124\r\n* @jpbruinsslot made their first contribution in https://github.com/minvws/nl-kat-rocky/pull/89\r\n* @TwistMeister made their first contribution in https://github.com/minvws/nl-kat-rocky/pull/170\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-rocky/compare/v1.3.0...v1.5.0rc2\r\n\r\n## Mula\r\n\r\n### What\'s Changed\r\n* Test multiple Python versions through Docker build arg by @Darwinkel in https://github.com/minvws/nl-kat-mula/pull/24\r\n* Optional input_oois: use "None" for hash by @Donnype in https://github.com/minvws/nl-kat-mula/pull/17\r\n* Merge release-1.4 into main by @jpbruinsslot in https://github.com/minvws/nl-kat-mula/pull/25\r\n* Use the scan profile mutation queue from octopoes by @jpbruinsslot in https://github.com/minvws/nl-kat-mula/pull/36\r\n* [Feature] task list filters by @jpbruinsslot in https://github.com/minvws/nl-kat-mula/pull/16\r\n\r\n### New Contributors\r\n* @Darwinkel made their first contribution in https://github.com/minvws/nl-kat-mula/pull/24\r\n* @Donnype made their first contribution in https://github.com/minvws/nl-kat-mula/pull/17\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-mula/compare/v1.4.0rc1...v1.5.0rc2', 'createdAt': '2023-01-17T10:39:26Z'}}, {'node': {'name': 'v1.4.0', 'tag': {'name': 'v1.4.0'}, 'description': '# Summary\r\n\r\n## OpenKAT will be even more open: \r\n\r\nOpenKAT has been open since summer 2022, with public releases after an internal release process. OpenKAT 1.4.0 is the last release that went through that process as we\'ve moved to a fully open development process. We\'re one of the first government backed OSS projects to take this step and everyone is invited to join in.\r\n\r\nThe OpenKAT community is growing with contributions from within the healthcare sector, general non-profits and government suppliers. The uptake has been good and with each release the software becomes more mature and easier to use. We welcome everyone and look forward to working together on OpenKAT. \r\n\r\n## Features:\r\n\r\nThis release has several features, mostly aimed at stability and usability of the system. Several items are noteworthy:  \r\n\r\n* Mime-types have been introduced to decouple boefjes and whiskers, our scanners and normalizers. It opens up a world of possibilities for new modules for OpenKAT. \r\n\r\n* Queuing in Mula, the scheduler, has been improved. \r\n\r\n* Pre-commit workflow: the new workflow will help anyone who wishes to contribute to OpenKAT, bringing the developers on the team and everyone else on the same level\r\n\r\n* Debian packages are now auto-generated for each module based on the latest release. We\'re working on a repository to make \'apt install openkat\' a reality. \r\n\r\n# IMPORTANT\r\n\r\nAdd DATABASE_MIGRATION=true your .env to run all migrations on building.\r\n\r\n# Full Changelog\r\n\r\n## Coordination\r\n\r\n### What\'s Changed\r\n* Fix table formatting by @dekkers in https://github.com/minvws/nl-kat-coordination/pull/72\r\n* Add make down command by @helmo in https://github.com/minvws/nl-kat-coordination/pull/68\r\n* Fix docker volume name in cleanup task by @helmo in https://github.com/minvws/nl-kat-coordination/pull/69\r\n* Trigger compile on `main` branch by @Darwinkel in https://github.com/minvws/nl-kat-coordination/pull/95\r\n* Add missing keiko in Makefile and docker-compose by @dekkers \r\n* Release 1.3.0 by @dekkers\r\n* Add workflow and dockerfile for a debian build image by @errieman\r\n* add git to build images to allow installation of octopoes via git by @errieman \r\n* add ssh client to debian build image by @errieman \r\n* Add more build dependencies to Debian Dockerfile by @dekkers \r\n* Add missing KATALOGUS_API for Octopoes by @dekkers \r\n* Also update Ubuntu dependencies by @dekkers \r\n* Initial pre-commit, Sphinx, and GitHub Pages pipeline by @Darwinkel \r\n\r\n## New Contributors\r\n* @helmo made their first contribution in https://github.com/minvws/nl-kat-coordination/pull/68\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-coordination/compare/v1.3.0...v1.4.0\r\n\r\n## Rocky\r\n### What\'s Changed\r\n* Download PDF Robot Flow by @reincode050 \r\n* Unify and update linter configs by @reincode050 \r\n* fix element not found by @Rieven \r\n* Fix/styling checkboxes treeview by @Rieven\r\n* add groups field to admin by @noamblitz \r\n* support octopoes SCM versioning in docker dev setup by @errieman \r\n* Improve User views in admin by @dekkers\r\n* make rocky compatible with new scan profile model by @Lisser \r\n* change name to id in normalizer task list by @noamblitz \r\n* Create dependabot.yml by @sigio \r\n* Update requirements.txt by @underdarknl\r\n* Bump pylint from 2.13 to 2.15.5 by @dependabot \r\n* build octopoes in main image by @errieman \r\n* bump octopoes to 2.6.2 by @noamblitz \r\n* accept jpg from katalogus by @noamblitz\r\n* Bump django-formtools from 2.3 to 2.4 by @dependabot\r\n* Bump sqlparse from 0.4.2 to 0.4.3 by @dependabot \r\n* Bump uwsgi from 2.0.20 to 2.0.21 by @dependabot \r\n* Required/mandatory settings for Boefjes by @Rieven \r\n* perf(octopoes): improve pagination  by @Lisser\r\n* Fix for getting consumable oois at plugin detail by @Rieven \r\n* Change date to time for checking OOI in future by @Rieven \r\n* Translations before release by @Rieven \r\n* Bump soupsieve from 2.2.1 to 2.3.2.post1 by @dependabot\r\n* Bump phonenumbers from 8.12.30 to 8.12.57 by @dependabot \r\n* Bump xhtml2pdf from 0.2.5 to 0.2.8 by @dependabot\r\n* Fix toggle not working at ooi detail by @Rieven \r\n* Bump toolz from 0.11.1 to 0.12.0 by @dependabot\r\n* Bump psycopg2-binary from 2.8.6 to 2.9.5 by @dependabot\r\n* Bump reportlab from 3.6.6 to 3.6.12 by @dependabot \r\n* Bump colorama from 0.4.5 to 0.4.6 by @dependabot \r\n* Bump requests from 2.26.0 to 2.28.1 by @dependabot \r\n* Health link in footer by @Rieven \r\n* Add total objects at all objects list by @Rieven \r\n* Adds setting on organization member to assign and acknowledge OOI clearance levels on redteamers by @TwistMeister \r\n* Bump urllib3 from 1.26.5 to 1.26.12 by @dependabot \r\n* Bump python-dotenv from 0.19.0 to 0.21.0 by @dependabot \r\n* Bump mypy from 0.971 to 0.991 by @dependabot \r\n* Bump idna from 3.3 to 3.4 by @dependabot \r\n* Bump qrcode from 6.1 to 7.3.1 by @dependabot \r\n* Merge release back to develop by @dekkers\r\n* Bump certifi from 2022.6.15 to 2022.9.24 by @dependabot \r\n* Add scan levels to dev account in setup by @TwistMeister \r\n* Improve onboarding "setup accounts" flow by @TwistMeister \r\n* chore:upgraded to manon v1.1.0 by @HeleenSG \r\n* Fixes task list download URL so it downloads zip with meta and RAW file by @TwistMeister\r\n* Update stand alone checkboxes in forms in onboarding flow, to comply with new manon version by @TwistMeister \r\n* Improve text "Got it, generate my report" to "start scanning" by @TwistMeister \r\n* Bump vulture from 2.5 to 2.6 by @dependabot \r\n* Bump djlint from 1.12.1 to 1.19.7 by @dependabot\r\n* Revert "Bump djlint from 1.12.1 to 1.19.7" by @ammar92 \r\n* Bump pytz from 2021.1 to 2022.6 by @dependabot\r\n* Set button states and heading styles by @TwistMeister \r\n* Fix broken dashboard by @Rieven\r\n* Move templates and locale directory inside rocky dir by @errieman \r\n* Rocky deb package with venv by @errieman \r\n* Changes to support new scheduler setup by @jpbruinsslot \r\n* Feature/support download multiple raw files by @Donnype \r\n* fix: Updated to manon v1.1.1 which includes the footer fix by @HeleenSG\r\n* Fix normalizers task list by @noamblitz \r\n* Bump certifi from 2022.9.24 to 2022.12.7 by @dependabot\r\n* Fix: re-use uuid by @noamblitz \r\n* bump octopoes to 2.8.0 by @noamblitz\r\n* Upgraded manon version by @HeleenSG\r\n* Fixed: qr-code alignment and form message alignment by @HeleenSG \r\n* Upgraded to manon v1.1.3 by @HeleenSG\r\n* Fix setuptools version scheme by @dekkers in https://github.com/minvws/nl-kat-rocky/pull/90\r\n* Fix use of git tag in Debian package workflow by @dekkers in https://github.com/minvws/nl-kat-rocky/pull/92\r\n\r\n### New Contributors\r\n* @jpbruinsslot made their first contribution \r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-rocky/compare/v1.3.0...v1.4.0\r\n\r\n## Boefjes\r\n### What\'s Changed\r\n* fix env file by @underdarknl in https://github.com/minvws/nl-kat-boefjes/pull/16\r\n* LeakIX handle HTTP 204 response by @zcrt in https://github.com/minvws/nl-kat-boefjes/pull/19\r\n* Censys by @ammar92 in https://github.com/minvws/nl-kat-boefjes/pull/20\r\n* [log4shell] [#14] make REPLY_FQDN variable by @zcrt in https://github.com/minvws/nl-kat-boefjes/pull/25\r\n* [bug] [shodan] log no info instead of failing boefje by @zcrt in https://github.com/minvws/nl-kat-boefjes/pull/22\r\n* RE: [log4shell] [#14] [#25] make REPLY_FQDN variable by @zcrt in https://github.com/minvws/nl-kat-boefjes/pull/28\r\n* fixes, including formatting by @Lisser in https://github.com/minvws/nl-kat-boefjes/pull/31\r\n* Implement pre-commit hooks and some improvements by @ammar92 \r\n* Bump docker from 5.0.2 to 6.0.1 by @dependabot \r\n* Bump jsonschema from 4.16.0 to 4.17.0 by @dependabot \r\n* Bump sqlalchemy from 1.4.42 to 1.4.43 by @dependabot \r\n* Bump click from 8.0.3 to 8.1.3 by @dependabot \r\n* Bump fastapi from 0.85.1 to 0.86.0 by @dependabot \r\n* Fix fierce error handling by @Lisser \r\n* Bump dnspython from 2.1.0 to 2.2.1 by @dependabot \r\n* Bump sqlalchemy from 1.4.43 to 1.4.44 by @dependabot \r\n* Bump fastapi from 0.86.0 to 0.87.0 by @dependabot \r\n* Add covers for: webpage analysis, greenhosting, leakIX and many new ports open by @TwistMeister \r\n* Fix requirements by @dekkers \r\n* Merge release back to develop by @dekkers \r\n* Updates pre-commit pipeline by @ammar92 \r\n* Debian package with venv by @errieman \r\n* Changes to support new scheduler setup by @jpbruinsslot\r\n* Fix alembic invocation by @dekkers \r\n* Feature/multiple raw returns by @Donnype \r\n* Feature/multiple raw returns by @noamblitz \r\n* Refactor: prepare-for-containerization support by @Donnype \r\n* Fix setuptools version scheme by @dekkers in https://github.com/minvws/nl-kat-boefjes/pull/42\r\n* Debian package fixes by @dekkers in https://github.com/minvws/nl-kat-boefjes/pull/45\r\n\r\n### New Contributors\r\n* @TwistMeister made their first contribution \r\n* @jpbruinsslot made their first contribution \r\n* @underdarknl made their first contribution in https://github.com/minvws/nl-kat-boefjes/pull/16\r\n* @zcrt made their first contribution in https://github.com/minvws/nl-kat-boefjes/pull/19\r\n* @ammar92 made their first contribution in https://github.com/minvws/nl-kat-boefjes/pull/20\r\n* @Lisser made their first contribution in https://github.com/minvws/nl-kat-boefjes/pull/31\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-boefjes/compare/v1.3.0...v1.4.0\r\n\r\n## Octopoes\r\n### What\'s Changed\r\n* Add pytest, show test coverage and add more tests by @dekkers \r\n* Replace the CI pipeline with `pre-commit` by @Darwinkel\r\n* Feature/robot improvements by @Lisser\r\n* chore(robot): explicit host mapping in docker compose by @Lisser \r\n* Bump setuptools from 65.5.0 to 65.5.1 by @dependabot\r\n* Bump fastapi from 0.85.1 to 0.86.0 by @dependabot\r\n* chore(dependencies): fix dependencies by @Lisser \r\n* Feature/pre commit compliance by @Lisser \r\n* refactor(*): comply to vulture by @Lisser \r\n* Fix pushing the scan profile increments events to the scheduler by @Lisser \r\n* Updates pre-commit pipeline by @ammar92 \r\n* Merge release back to develop by @dekkers \r\n* Add mypy pre-commit stubs by @Darwinkel \r\n* Run unit tests with supported Python versions by @Darwinkel\r\n* feat(scan_profiles): send all mutation events to scheduler by @Lisser \r\n* feat(api): implement object filtering based on scan level by @Lisser \r\n* fix(types): implement some missing types by @Lisser\r\n* chore(deps): update by @Lisser\r\n* Initial Sphinx/autodoc support by @Darwinkel\r\n* Potential fix for Pages deploy by @Darwinkel \r\n* Fix trailing spaces in diagrams by @Darwinkel \r\n* v2 architectural design document by @Lisser \r\n* v2 -> v3 by @Lisser \r\n* Ship venv with debian package by @errieman\r\n* Remove redundant artifact upload by @Darwinkel\r\n* default 0 for filtering by scan level by @Lisser\r\n* Bump certifi from 2022.9.24 to 2022.12.7 by @dependabot\r\n* Fix setuptools version scheme by @dekkers in https://github.com/minvws/nl-kat-octopoes/pull/26\r\n* Fix use of git tag in Debian package workflow by @dekkers in https://github.com/minvws/nl-kat-octopoes/pull/27\r\n\r\n### New Contributors\r\n* @Darwinkel made their first contribution \r\n* @dependabot made their first contribution\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-octopoes/compare/v1.3.0...v1.4.0\r\n\r\n## Mula\r\n### What\'s changed\r\n* Automated update to workflows: use checkout@v3 by @sigio \r\n* Create dependabot.yml by @sigio \r\n* Bump alembic from 1.7.6 to 1.8.1 by @dependabot \r\n* Bump psutil from 5.9.1 to 5.9.4 by @dependabot \r\n* Bump psycopg2-binary from 2.9.3 to 2.9.5 by @dependabot \r\n* Bump celery from 5.2.3 to 5.2.7 by @dependabot\r\n* Bump fastapi from 0.73.0 to 0.86.0 by @dependabot \r\n* Fix database dsn name in env.py (PR from open) by @dekkers\r\n* Fix/task not found bytes, octopoes scan profile object_type by @jpbruinsslot \r\n* Debian package for mula by @errieman \r\n* PriorityQueue filtering by @jpbruinsslot \r\n* Investigate stuck dispatched status by @jpbruinsslot \r\n* Feature/dispatch normalizers with raw data field by @Donnype \r\n* Fix setuptools version scheme by @dekkers in https://github.com/minvws/nl-kat-mula/pull/18\r\n* Fix use of git tag in Debian package workflow by @dekkers in https://github.com/minvws/nl-kat-mula/pull/19\r\n* Let scheduler use env var DATABASE_MIGRATION for migrations by @jpbruinsslot in https://github.com/minvws/nl-kat-mula/pull/21\r\n* Also check in 0002 migration if table already exists by @dekkers in https://github.com/minvws/nl-kat-mula/pull/23\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-mula/compare/v1.3.0...v1.4.0\r\n\r\n## Bytes\r\n### What\'s Changed\r\n* Bump fastapi from 0.78.0 to 0.86.0 by @dependabot \r\n* Bump attrs from 21.4.0 to 22.1.0 by @dependabot \r\n* Bump pika from 1.2.1 to 1.3.1 by @dependabot \r\n* Bump mccabe from 0.6.1 to 0.7.0 by @dependabot \r\n* Bump psycopg2-binary from 2.9.3 to 2.9.5 by @dependabot\r\n* Bump toolz from 0.11.2 to 0.12.0 by @dependabot \r\n* Bump requests from 2.27.1 to 2.28.1 by @dependabot \r\n* Bump alembic from 1.7.7 to 1.8.1 by @dependabot \r\n* Bump certifi from 2022.5.18.1 to 2022.9.24 by @dependabot \r\n* Bump bcrypt from 3.2.2 to 4.0.1 by @dependabot \r\n* Release 0.15.0 by @dekkers \r\n* Feature/pre commit by @Darwinkel\r\n* Bump mako from 1.2.2 to 1.2.4 by @dependabot \r\n* Bump pylint from 2.15.5 to 2.15.6 by @dependabot \r\n* Bump python-dotenv from 0.20.0 to 0.21.0 by @dependabot\r\n* Bump idna from 3.3 to 3.4 by @dependabot \r\n* Bump sqlalchemy from 1.4.36 to 1.4.44 by @dependabot \r\n* Bump sniffio from 1.2.0 to 1.3.0 by @dependabot\r\n* Bump importlib-metadata from 4.11.4 to 5.1.0 by @dependabot\r\n* Bump greenlet from 2.0.0a2 to 2.0.1 by @dependabot\r\n* Fix mypy and pylint configs by @Darwinkel \r\n* Ship venv with debian package by @errieman \r\n* Bump cryptography from 37.0.2 to 38.0.4 by @dependabot \r\n* Fix alembic invocation by @dekkers\r\n* Make raw_file_id mandatory when saving normalizers by @Donnype\r\n* Bump certifi from 2022.9.24 to 2022.12.7 by @dependabot \r\n* Bump certifi from 2022.9.24 to 2022.12.7 by @dependabot \r\n* Back to optional raw_file id by @Donnype \r\n* Fix setuptools version scheme by @dekkers in https://github.com/minvws/nl-kat-bytes/pull/21\r\n* Debian package fixes by @dekkers in https://github.com/minvws/nl-kat-bytes/pull/22\r\n\r\n### New Contributors\r\n* @Darwinkel made their first contribution\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-bytes/compare/v1.3.0...v1.4.0\r\n\r\n## Keiko\r\n### What\'s Changed\r\n* chore(dependencies): update and export requirements by @Lisser\r\n* build(deps): bump fastapi from 0.85.2 to 0.86.0 by @dependabot \r\n* Release 0.1.0 by @dekkers\r\n* Feature/pre commit compliance by @Lisser \r\n* Update pre-commit configs (squashed) by @Darwinkel \r\n* Add `mypy` pre-commit stubs by @Darwinkel \r\n* Files and scripts for creating debian package by @errieman \r\n* Fix use of git tag in Debian package workflow by @dekkers in https://github.com/minvws/nl-kat-keiko/pull/14\r\n \r\n### New Contributors\r\n* @dependabot made their first contribution \r\n* @dekkers made their first contribution\r\n* @errieman made their first contribution \r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-keiko/compare/v1.3.0...v1.4.0\r\n\r\n', 'createdAt': '2023-01-02T12:01:32Z'}}, {'node': {'name': 'v1.4.0rc2', 'tag': {'name': 'v1.4.0rc2'}, 'description': 'Changes since rc1:\r\n\r\n- Debian packaging fixes', 'createdAt': '2022-12-16T13:10:55Z'}}, {'node': {'name': 'v1.4.0rc1', 'tag': {'name': 'v1.4.0rc1'}, 'description': '# Summary\r\n\r\n## OpenKAT will be even more open: \r\n\r\nOpenKAT has been open since this years\' summer, with public releases after an internal release process. OpenKAT 1.4.0 is the last release that went through that process as we\'ve moved to a fully open development process. We\'re one of the first government backed OSS projects to take this step and everyone is invited to join in.\r\n\r\nThe OpenKAT community is growing with contributions from within the healthcare sector, general non-profits and government suppliers. The uptake has been good and with each release the software becomes more mature and easier to use. We welcome everyone and look forward to working together on OpenKAT. \r\n\r\n## Features:\r\n\r\nThis release has several features, mostly aimed at stability and usability of the system. Several items are noteworthy:  \r\n\r\n* Mime-types have been introduced to decouple boefjes and whiskers, our scanners and normalizers. It opens up a world of possibilities for new modules for OpenKAT. \r\n\r\n* Queuing in Mula, the scheduler, has been improved. \r\n\r\n* Pre-commit workflow: the new workflow will help anyone who wishes to contribute to OpenKAT, bringing the developers on the team and everyone else on the same level\r\n\r\n* Debian packages are now auto-generated for each module based on the latest release. We\'re working on a repository to make \'apt install openkat\' a reality. \r\n\r\n# IMPORTANT\r\n\r\nAdd DATABASE_MIGRATION=true your .env to run all migrations on building.\r\n\r\n# Full Changelog\r\n\r\n## Coordination\r\n\r\n### What\'s Changed\r\n* Add missing keiko in Makefile and docker-compose by @dekkers \r\n* Release 1.3.0 by @dekkers\r\n* Add workflow and dockerfile for a debian build image by @errieman\r\n* add git to build images to allow installation of octopoes via git by @errieman \r\n* add ssh client to debian build image by @errieman \r\n* Add more build dependencies to Debian Dockerfile by @dekkers \r\n* Add missing KATALOGUS_API for Octopoes by @dekkers \r\n* Also update Ubuntu dependencies by @dekkers \r\n* Initial pre-commit, Sphinx, and GitHub Pages pipeline by @Darwinkel \r\n\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-coordination/compare/v1.3.0...v1.4.0rc1\r\n\r\n## Rocky\r\n### What\'s Changed\r\n* Download PDF Robot Flow by @reincode050 \r\n* Unify and update linter configs by @reincode050 \r\n* fix element not found by @Rieven \r\n* Fix/styling checkboxes treeview by @Rieven\r\n* add groups field to admin by @noamblitz \r\n* support octopoes SCM versioning in docker dev setup by @errieman \r\n* Improve User views in admin by @dekkers\r\n* make rocky compatible with new scan profile model by @Lisser \r\n* change name to id in normalizer task list by @noamblitz \r\n* Create dependabot.yml by @sigio \r\n* Update requirements.txt by @underdarknl\r\n* Bump pylint from 2.13 to 2.15.5 by @dependabot \r\n* build octopoes in main image by @errieman \r\n* bump octopoes to 2.6.2 by @noamblitz \r\n* accept jpg from katalogus by @noamblitz\r\n* Bump django-formtools from 2.3 to 2.4 by @dependabot\r\n* Bump sqlparse from 0.4.2 to 0.4.3 by @dependabot \r\n* Bump uwsgi from 2.0.20 to 2.0.21 by @dependabot \r\n* Required/mandatory settings for Boefjes by @Rieven \r\n* perf(octopoes): improve pagination  by @Lisser\r\n* Fix for getting consumable oois at plugin detail by @Rieven \r\n* Change date to time for checking OOI in future by @Rieven \r\n* Translations before release by @Rieven \r\n* Bump soupsieve from 2.2.1 to 2.3.2.post1 by @dependabot\r\n* Bump phonenumbers from 8.12.30 to 8.12.57 by @dependabot \r\n* Bump xhtml2pdf from 0.2.5 to 0.2.8 by @dependabot\r\n* Fix toggle not working at ooi detail by @Rieven \r\n* Bump toolz from 0.11.1 to 0.12.0 by @dependabot\r\n* Bump psycopg2-binary from 2.8.6 to 2.9.5 by @dependabot\r\n* Bump reportlab from 3.6.6 to 3.6.12 by @dependabot \r\n* Bump colorama from 0.4.5 to 0.4.6 by @dependabot \r\n* Bump requests from 2.26.0 to 2.28.1 by @dependabot \r\n* Health link in footer by @Rieven \r\n* Add total objects at all objects list by @Rieven \r\n* Adds setting on organization member to assign and acknowledge OOI clearance levels on redteamers by @TwistMeister \r\n* Bump urllib3 from 1.26.5 to 1.26.12 by @dependabot \r\n* Bump python-dotenv from 0.19.0 to 0.21.0 by @dependabot \r\n* Bump mypy from 0.971 to 0.991 by @dependabot \r\n* Bump idna from 3.3 to 3.4 by @dependabot \r\n* Bump qrcode from 6.1 to 7.3.1 by @dependabot \r\n* Merge release back to develop by @dekkers\r\n* Bump certifi from 2022.6.15 to 2022.9.24 by @dependabot \r\n* Add scan levels to dev account in setup by @TwistMeister \r\n* Improve onboarding "setup accounts" flow by @TwistMeister \r\n* chore:upgraded to manon v1.1.0 by @HeleenSG \r\n* Fixes task list download URL so it downloads zip with meta and RAW file by @TwistMeister\r\n* Update stand alone checkboxes in forms in onboarding flow, to comply with new manon version by @TwistMeister \r\n* Improve text "Got it, generate my report" to "start scanning" by @TwistMeister \r\n* Bump vulture from 2.5 to 2.6 by @dependabot \r\n* Bump djlint from 1.12.1 to 1.19.7 by @dependabot\r\n* Revert "Bump djlint from 1.12.1 to 1.19.7" by @ammar92 \r\n* Bump pytz from 2021.1 to 2022.6 by @dependabot\r\n* Set button states and heading styles by @TwistMeister \r\n* Fix broken dashboard by @Rieven\r\n* Move templates and locale directory inside rocky dir by @errieman \r\n* Rocky deb package with venv by @errieman \r\n* Changes to support new scheduler setup by @jpbruinsslot \r\n* Feature/support download multiple raw files by @Donnype \r\n* fix: Updated to manon v1.1.1 which includes the footer fix by @HeleenSG\r\n* Fix normalizers task list by @noamblitz \r\n* Bump certifi from 2022.9.24 to 2022.12.7 by @dependabot\r\n* Fix: re-use uuid by @noamblitz \r\n* bump octopoes to 2.8.0 by @noamblitz\r\n* Upgraded manon version by @HeleenSG\r\n* Fixed: qr-code alignment and form message alignment by @HeleenSG \r\n* Upgraded to manon v1.1.3 by @HeleenSG\r\n\r\n### New Contributors\r\n* @jpbruinsslot made their first contribution \r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-rocky/compare/v1.3.0...v1.4.0rc1\r\n\r\n## Boefjes\r\n### What\'s Changed\r\n* fix env file by @underdarknl in https://github.com/minvws/nl-kat-boefjes/pull/16\r\n* LeakIX handle HTTP 204 response by @zcrt in https://github.com/minvws/nl-kat-boefjes/pull/19\r\n* Censys by @ammar92 in https://github.com/minvws/nl-kat-boefjes/pull/20\r\n* [log4shell] [#14] make REPLY_FQDN variable by @zcrt in https://github.com/minvws/nl-kat-boefjes/pull/25\r\n* [bug] [shodan] log no info instead of failing boefje by @zcrt in https://github.com/minvws/nl-kat-boefjes/pull/22\r\n* RE: [log4shell] [#14] [#25] make REPLY_FQDN variable by @zcrt in https://github.com/minvws/nl-kat-boefjes/pull/28\r\n* fixes, including formatting by @Lisser in https://github.com/minvws/nl-kat-boefjes/pull/31\r\n* Implement pre-commit hooks and some improvements by @ammar92 \r\n* Bump docker from 5.0.2 to 6.0.1 by @dependabot \r\n* Bump jsonschema from 4.16.0 to 4.17.0 by @dependabot \r\n* Bump sqlalchemy from 1.4.42 to 1.4.43 by @dependabot \r\n* Bump click from 8.0.3 to 8.1.3 by @dependabot \r\n* Bump fastapi from 0.85.1 to 0.86.0 by @dependabot \r\n* Fix fierce error handling by @Lisser \r\n* Bump dnspython from 2.1.0 to 2.2.1 by @dependabot \r\n* Bump sqlalchemy from 1.4.43 to 1.4.44 by @dependabot \r\n* Bump fastapi from 0.86.0 to 0.87.0 by @dependabot \r\n* Add covers for: webpage analysis, greenhosting, leakIX and many new ports open by @TwistMeister \r\n* Fix requirements by @dekkers \r\n* Merge release back to develop by @dekkers \r\n* Updates pre-commit pipeline by @ammar92 \r\n* Debian package with venv by @errieman \r\n* Changes to support new scheduler setup by @jpbruinsslot\r\n* Fix alembic invocation by @dekkers \r\n* Feature/multiple raw returns by @Donnype \r\n* Feature/multiple raw returns by @noamblitz \r\n* Refactor: prepare-for-containerization support by @Donnype \r\n\r\n### New Contributors\r\n* @TwistMeister made their first contribution \r\n* @jpbruinsslot made their first contribution \r\n* @underdarknl made their first contribution in https://github.com/minvws/nl-kat-boefjes/pull/16\r\n* @zcrt made their first contribution in https://github.com/minvws/nl-kat-boefjes/pull/19\r\n* @ammar92 made their first contribution in https://github.com/minvws/nl-kat-boefjes/pull/20\r\n* @Lisser made their first contribution in https://github.com/minvws/nl-kat-boefjes/pull/31\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-boefjes/compare/v1.3.0...v1.4.0rc1\r\n\r\n## Octopoes\r\n### What\'s Changed\r\n* Add pytest, show test coverage and add more tests by @dekkers \r\n* Replace the CI pipeline with `pre-commit` by @Darwinkel\r\n* Feature/robot improvements by @Lisser\r\n* chore(robot): explicit host mapping in docker compose by @Lisser \r\n* Bump setuptools from 65.5.0 to 65.5.1 by @dependabot\r\n* Bump fastapi from 0.85.1 to 0.86.0 by @dependabot\r\n* chore(dependencies): fix dependencies by @Lisser \r\n* Feature/pre commit compliance by @Lisser \r\n* refactor(*): comply to vulture by @Lisser \r\n* Fix pushing the scan profile increments events to the scheduler by @Lisser \r\n* Updates pre-commit pipeline by @ammar92 \r\n* Merge release back to develop by @dekkers \r\n* Add mypy pre-commit stubs by @Darwinkel \r\n* Run unit tests with supported Python versions by @Darwinkel\r\n* feat(scan_profiles): send all mutation events to scheduler by @Lisser \r\n* feat(api): implement object filtering based on scan level by @Lisser \r\n* fix(types): implement some missing types by @Lisser\r\n* chore(deps): update by @Lisser\r\n* Initial Sphinx/autodoc support by @Darwinkel\r\n* Potential fix for Pages deploy by @Darwinkel \r\n* Fix trailing spaces in diagrams by @Darwinkel \r\n* v2 architectural design document by @Lisser \r\n* v2 -> v3 by @Lisser \r\n* Ship venv with debian package by @errieman\r\n* Remove redundant artifact upload by @Darwinkel\r\n* default 0 for filtering by scan level by @Lisser\r\n* Bump certifi from 2022.9.24 to 2022.12.7 by @dependabot\r\n\r\n### New Contributors\r\n* @Darwinkel made their first contribution \r\n* @dependabot made their first contribution\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-octopoes/compare/v1.3.0...v1.4.0rc1\r\n\r\n## Mula\r\n### What\'s changed\r\n* Automated update to workflows: use checkout@v3 by @sigio \r\n* Create dependabot.yml by @sigio \r\n* Bump alembic from 1.7.6 to 1.8.1 by @dependabot \r\n* Bump psutil from 5.9.1 to 5.9.4 by @dependabot \r\n* Bump psycopg2-binary from 2.9.3 to 2.9.5 by @dependabot \r\n* Bump celery from 5.2.3 to 5.2.7 by @dependabot\r\n* Bump fastapi from 0.73.0 to 0.86.0 by @dependabot \r\n* Fix database dsn name in env.py (PR from open) by @dekkers\r\n* Fix/task not found bytes, octopoes scan profile object_type by @jpbruinsslot \r\n* Debian package for mula by @errieman \r\n* PriorityQueue filtering by @jpbruinsslot \r\n* Investigate stuck dispatched status by @jpbruinsslot \r\n* Feature/dispatch normalizers with raw data field by @Donnype \r\n\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-mula/compare/v1.3.0...v1.4.0rc1\r\n\r\n## Bytes\r\n### What\'s Changed\r\n* Bump fastapi from 0.78.0 to 0.86.0 by @dependabot \r\n* Bump attrs from 21.4.0 to 22.1.0 by @dependabot \r\n* Bump pika from 1.2.1 to 1.3.1 by @dependabot \r\n* Bump mccabe from 0.6.1 to 0.7.0 by @dependabot \r\n* Bump psycopg2-binary from 2.9.3 to 2.9.5 by @dependabot\r\n* Bump toolz from 0.11.2 to 0.12.0 by @dependabot \r\n* Bump requests from 2.27.1 to 2.28.1 by @dependabot \r\n* Bump alembic from 1.7.7 to 1.8.1 by @dependabot \r\n* Bump certifi from 2022.5.18.1 to 2022.9.24 by @dependabot \r\n* Bump bcrypt from 3.2.2 to 4.0.1 by @dependabot \r\n* Release 0.15.0 by @dekkers \r\n* Feature/pre commit by @Darwinkel\r\n* Bump mako from 1.2.2 to 1.2.4 by @dependabot \r\n* Bump pylint from 2.15.5 to 2.15.6 by @dependabot \r\n* Bump python-dotenv from 0.20.0 to 0.21.0 by @dependabot\r\n* Bump idna from 3.3 to 3.4 by @dependabot \r\n* Bump sqlalchemy from 1.4.36 to 1.4.44 by @dependabot \r\n* Bump sniffio from 1.2.0 to 1.3.0 by @dependabot\r\n* Bump importlib-metadata from 4.11.4 to 5.1.0 by @dependabot\r\n* Bump greenlet from 2.0.0a2 to 2.0.1 by @dependabot\r\n* Fix mypy and pylint configs by @Darwinkel \r\n* Ship venv with debian package by @errieman \r\n* Bump cryptography from 37.0.2 to 38.0.4 by @dependabot \r\n* Fix alembic invocation by @dekkers\r\n* Make raw_file_id mandatory when saving normalizers by @Donnype\r\n* Bump certifi from 2022.9.24 to 2022.12.7 by @dependabot \r\n* Bump certifi from 2022.9.24 to 2022.12.7 by @dependabot \r\n* Back to optional raw_file id by @Donnype \r\n\r\n### New Contributors\r\n* @Darwinkel made their first contribution\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-bytes/compare/v1.3.0...v1.4.0rc1\r\n\r\n## Keiko\r\n### What\'s Changed\r\n* chore(dependencies): update and export requirements by @Lisser\r\n* build(deps): bump fastapi from 0.85.2 to 0.86.0 by @dependabot \r\n* Release 0.1.0 by @dekkers\r\n* Feature/pre commit compliance by @Lisser \r\n* Update pre-commit configs (squashed) by @Darwinkel \r\n* Add `mypy` pre-commit stubs by @Darwinkel \r\n* Files and scripts for creating debian package by @errieman \r\n\r\n### New Contributors\r\n* @dependabot made their first contribution \r\n* @dekkers made their first contribution\r\n* @errieman made their first contribution \r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-keiko/compare/v1.3.0...v1.4.0rc1', 'createdAt': '2022-12-16T13:10:55Z'}}, {'node': {'name': 'v1.3.0', 'tag': {'name': 'v1.3.0'}, 'description': '# Summary\r\n\r\nThe 1.3.0 release of OpenKAT introduces new features and small fixes. The most interesting new elements are the way boefjes and normalizers are structured and the way settings are handled. Boefjes and normalizers are decoupled, to allow more matches between boefjes, normalizers and objects. Settings for boefjes have become available through the front end of OpenKAT. Also, OpenKAT has become easier to package and install. \r\n\r\n# IMPORTANT\r\n\r\nCelery beat had been added to the Octopoes worker and the command used to start the Octopoes worker has been changed because of this. There needs to be one Octopoes worker that runs Celery beat to schedule tasks and there can also be only one worker with celery beat. For containers we added entrypoints that can handle any future changes, see https://github.com/minvws/nl-kat-coordination/blob/main/docs/containers.md#container-commands and https://github.com/minvws/nl-kat-coordination/blob/main/docker-compose.release-example.yml\r\n\r\n### Settings for boefjes\r\nBuilding on the changes that were made in the previous release, from now on boefjes can have mandatory settings. For example, before enabling Shodan, you must provide the API key in the katalogus settings. This removes the need to place all boefje settings in a config file.\r\n\r\n### Plugin directory restructure\r\nBoefjes and normalizers are now fully decoupled. This means that a plugin directory can now have as many subdirectories with boefjes and normalizers. For a boefjes or normalizer to be found, it has to have an `__init__.py`, a `boefje.json` or `normalizer.json` and a file with a run method. This sets a big step towards "package-ability" of plugins. On the downside, your previously created boefjes and normalizers need a minor update. The manual on the wiki has been adapted to reflect these changes and will help you make the transition. \r\n\r\n### Pagination of Octopoes\r\nBefore, when loading the objects list, all OOIs were returned. This created performance issues, and therefore we added API side pagination to octopoes.\r\n\r\n# Full Changelog\r\n\r\n## Coordination\r\n\r\n### What\'s Changed\r\n* apply changes to octopoes worker by @Lisser\r\n\r\n## Rocky\r\n### What\'s Changed\r\n* Download PDF Robot Flow by @reincode050\r\n* Unify and update linter configs by @reincode050\r\n* fix element not found by @Rieven\r\n* Fix/styling checkboxes treeview by @Rieven\r\n* add groups field to admin by @noamblitz\r\n* support octopoes SCM versioning in docker dev setup by @errieman\r\n* Improve User views in admin by @dekkers\r\n* make rocky compatible with new scan profile model by @Lisser\r\n* change name to id in normalizer task list by @noamblitz\r\n* Create dependabot.yml by @sigio\r\n* Update requirements.txt by @underdarknl\r\n* Bump pylint from 2.13 to 2.15.5 by @dependabot\r\n* build octopoes in main image by @errieman\r\n* bump octopoes to 2.6.2 by @noamblitz\r\n* accept jpg from katalogus by @noamblitz\r\n* Bump django-formtools from 2.3 to 2.4 by @dependabot\r\n* Bump sqlparse from 0.4.2 to 0.4.3 by @dependabot\r\n* Bump uwsgi from 2.0.20 to 2.0.21 by @dependabot\r\n* Required/mandatory settings for Boefjes by @Rieven\r\n* perf(octopoes): improve pagination  by @Lisser\r\n* Fix for getting consumable oois at plugin detail by @Rieven\r\n* Change date to time for checking OOI in future by @Rieven\r\n* Translations before release by @Rieven\r\n* Bump soupsieve from 2.2.1 to 2.3.2.post1 by @dependabot\r\n* Bump phonenumbers from 8.12.30 to 8.12.57 by @dependabot\r\n* Bump xhtml2pdf from 0.2.5 to 0.2.8 by @dependabot\r\n* update yarn packages by @Rieven\r\n\r\n\r\n## Boefjes\r\n### What\'s Changed\r\n* update instructions for running boefjes by @errieman\r\n* Feature/json boefje definitions by @Donnype\r\n* support octopoes SCM versioning in docker dev setup by @errieman\r\n* Expose environment keys (mandatory fields) by @Donnype\r\n* Feature/recursively find plugins by @Donnype\r\n* Feature/module to path by @Donnype\r\n* Discovery fix by @Donnype\r\n* add correct port and address to cert boefje by @noamblitz\r\n* Remove redundant API key notices from description by @noamblitz\r\n* Create dependabot.yml by @sigio\r\n* build octopoes in main image by @errieman\r\n* fix(binaryedge): rename ooi_type to object_type by @Lisser\r\n* bump octopoes to 2.6.2 by @noamblitz\r\n* optimize katalogus images by @noamblitz\r\n* Env vars globally by @sigio\r\n* Bump sqlalchemy from 1.4.32 to 1.4.42 by @dependabot\r\n* Bump fastapi from 0.75.0 to 0.85.1 by @dependabot\r\n* Bump uvicorn from 0.17.5 to 0.19.0 by @dependabot\r\n* Bump pytest from 6.2.5 to 7.2.0 by @dependabot\r\n* revert id to name change by @noamblitz\r\n* get api keys from katalogus api plugin settings by @noamblitz\r\n* Bump dnspython from 2.1.0 to 2.2.1 by @dependabot\r\n* Bump black from 21.9b0 to 22.10.0 by @dependabot\r\n* Bump psycopg2-binary from 2.9.3 to 2.9.5 by @dependabot\r\n* Bump alembic from 1.7.7 to 1.8.1 by @dependabot\r\n* Bump requests from 2.27.1 to 2.28.1 by @dependabot\r\n* Fix requirements for requests and dispython by @ammar92\r\n* Automated update to workflows: use checkout@v3 by @sigiO\r\n\r\n## New Contributors\r\n* @dependabot made their first contribution\r\n\r\n## Octopoes\r\n### What\'s Changed\r\n* fix(retirejs): avoid indexerror by @Lisser\r\n* Minor improvements and optimalisation for scanprofile recalculate by @dekkers\r\n* Release 2.6.0 by @Lisser\r\n* refactor(list_ooi): add count to result by @Lisser\r\n* Create pull_request_template.md by @Lisser\r\n* Automated update to workflows: use checkout@v3 by @sigio\r\n* fix packaging requirement by @noamblitz\r\n\r\n## Mula\r\n### What\'s changed\r\n* Merge pull request #130 from minvws/feat/monitor-org-timeout\r\n* Access queues directly from schedulers dict\r\n\r\n## Bytes\r\n### What\'s Changed\r\n* Bump mako from 1.2.0 to 1.2.2 by @dependabot\r\n* Hotfix/rename name to by @Donnype\r\n* Create dependabot.yml by @sigio\r\n* Automated update to workflows: use checkout@v3 by @sigio\r\n\r\n## New Contributors\r\n* @dependabot made their first contribution', 'createdAt': '2022-11-14T08:48:32Z'}}, {'node': {'name': 'v1.2.4', 'tag': {'name': 'v1.2.4'}, 'description': '- Rocky: User views in the admin have been fixed', 'createdAt': '2022-10-05T08:25:15Z'}}, {'node': {'name': 'v1.2.3', 'tag': {'name': 'v1.2.3'}, 'description': "## What's Changed\r\n* Update docs to build with pre built containers by @noamblitz in https://github.com/minvws/nl-kat-coordination/pull/46\r\n\r\n\r\n**Full Changelog**: https://github.com/minvws/nl-kat-coordination/compare/v1.2.0...v1.2.3", 'createdAt': '2022-10-04T05:11:17Z'}}, {'node': {'name': 'v1.2.0', 'tag': {'name': 'v1.2.0'}, 'description': '# Introduction\r\n\r\nThis new release of OpenKAT includes many small and large updates: OpenKAT has become easier to install, use and maintain. One of the main novelties is Keiko, the reporting module. We also introduced container images based on a GitHUB action, introduced a settings scheme for Boefjes and removed Flower from the system. Read the full changelog to see all the work that has been done. We look forward to comments on this release, here on GitHUB or by email @ meedoen@openkat.nl. \r\n\r\n\r\n# IMPORTANT\r\n\r\n### Before using this update, delete your .env file in the main directory and prune docker, or make sure that your .env contains all new variables (KEIKO_API is new and required to make reports, also, USE_SCHEDULER=1 should be added).\r\n\r\n# Summary\r\n\r\n### Keiko\r\nKeiko is a new module added to KAT responsible for creating informative reports in LateX. In this version, you can check out some of Keiko\'s capabilities by going to a findings report and clicking on the generate PDF report button. By using Keiko, we will be able to create different and more versatile reports in the future which will become one of KATs most important features.\r\n\r\n### Containers\r\nIn this version, people that want to use KAT without actively developing it can use pre-built containers which are built using GitHub workflows. This saves a lot of time and risks of compiling errors.\r\n\r\n### Celery and Flower\r\nAs Flower is not actively maintained we decided to remove KATs dependency on it. Previously, jobs were placed in a celery queue by the scheduler and the Boefjes would use that queue to know what to do. Since this release, the Boefje runner pops directly from the scheduler\'s queue. Not only is this method more secure (flower contained some vulnerabilities), but it also opens up the possibility for Boefjes to pop only jobs that they are capable of running. Think of two Boefje runners of which only one has access to IPv6. \r\n\r\n### Boefje settings\r\nIn this version, we laid the foundation of settings for Boefjes. For example, API keys, endpoints, but also "how many ports should NMAP scan?". Settings can be set per boefje, per organisation. In the next version, those settings will be fetched by the runner and injected into the Boefje job. Also, minimal settings for a Boefje to run will be added.\r\n\r\n### Model changes\r\nFor ease-of-use purposes we added a URL discovery bit, enabling users to also choose Hostnames as "starting points" instead of only URLs. Also, Subject Alternative Names were added to the Certificate object removing false positives that we were made aware of by the community.\r\n\r\n# Full Changelog\r\n\r\n## Coordination\r\n\r\n### What\'s Changed\r\n* Update boefje entrypoints by @Donnype\r\n* Add `make checkout branch=x` command by @reincode050\r\n* feat(keiko): implement keiko in env, docker and makefile by @Lisser\r\n* feature(keiko): update entrypoint by @Lisser\r\n* Build production suitable container images in CI by @dekkers\r\n* Run build-rocky-frontend outside docker by @dekkers\r\n* refactor(keiko): change keiko api invocation by @Lisser\r\n* Remove celery by @Rieven\r\n* Use local octopoes when developing by @dekkers\r\n\r\n### New Contributors\r\n* @dekkers made their first contribution\r\n\r\n## Rocky\r\n\r\n### What\'s Changed\r\n* Robot framework implementation by @Reinaard\r\n* Add note for SMTP by @Rieven\r\n* Bug fix by @Rieven\r\n* Implement PR and issue templates by @reincode050 in\r\n* Implement baseline Python linters on Rocky by @reincode050\r\n* feat(): Remove inline JS and add separate script to handle this by @TwistMeister\r\n* Filter boefjes on object detail when scan level exceeds objects clearance level by @TwistMeister\r\n* Change django password requirements to allow rdo-default by @sigio\r\n* More functional Robot tests by @reincode050\r\n* Remove 90% confidence lines by @reincode050\r\n* Initial GA translation check by @reincode050\r\n* Celery to scheduler by @Rieven\r\n* Send Content-Security-Policy header using django-csp by @dekkers\r\n* Add autocomplete to token field of form by @Rieven\r\n* General settings for KAT-alogus by @Rieven\r\n* Beautified Health Checks by @Rieven\r\n* feat(keiko): add option to generate pdf report by @Lisser\r\n* Refactoring CSV upload for Hostname, IPAddressV4, IPAddressV6 by @Rieven\r\n* Password fixes for Robot tests by @reincode050\r\n* Build production suitable container images in CI by @dekkers\r\n* Fix collectstatic and  by @dekkers\r\n* Fix upgrading deb package by @errieman\r\n* Enable uwsgi thunder lock to workaround bug by @dekkers\r\n* Make password settings configurable using env variables by @dekkers\r\n* Use local boefjes and octopoes when developing by @dekkers\r\n* More features added to Task List  by @Rieven\r\n* Feature/settings per boefje by @Rieven\r\n* remove inline JS by @Rieven\r\n* Feature/translations by @Rieven\r\n\r\n### New Contributors\r\n* @Reinaard made their first contribution\r\n\r\n## Mula\r\n\r\n### What\'s Changed\r\n* Fix pylint suggestions by @jpbruinsslot\r\n* Add commit to update by @jpbruinsslot\r\n* Start database session for every method by @jpbruinsslot\r\n* Remove obsolete sesssion by @jpbruinsslot\r\n* Build production suitable container images in CI by @dekkers\r\n* Support using Postgres as database by @dekkers\r\n* Fix upgrading deb package by @errieman\r\n* Remove references to dispatcher by @jpbruinsslot\r\n\r\n### New Contributors\r\n* @dekkers made their first contribution\r\n\r\n## Bytes\r\n\r\n### What\'s Changed\r\n* Build production suitable container images in CI by @dekkers\r\n* Add log statements in log manager by @Donnype\r\n* templated repos url in changelog by @errieman\r\n* Requirements bump by @Donnype\r\n* Fix debian package upgrade by @errieman\r\n* Reconnect and retry basic_publish on pika.exceptions.ConnectionClosed by @Donnype\r\n* Longer plugin_id, normalizer_name and boefje_id character fields by @Donnype\r\n\r\n### New Contributors\r\n* @dekkers made their first contribution\r\n\r\n## Boefjes\r\n\r\n### What\'s Changed\r\n* Build production suitable container images in CI by @dekkers\r\n* Remove removed boefje requirements.txt from Dockerfile by @dekkers\r\n* Update requirements.txt by @underdarknl\r\n* Deb upgrade fix by @errieman\r\n* Feature/create org on request by @noamblitz\r\n* Feature/pop from scheduler pq worker update by @Donnype\r\n* Add plugin_id parameter and filter on it for the all() method. by @Donnype\r\n* Cherry picked local octopoes by @Donnype\r\n* Add certificate subject alternative names to certificate boefje by @noamblitz\r\n* Longer plugin_id, normalizer_name and boefje_id character fields by @Donnype\r\n\r\n\r\n### New Contributors\r\n* @dekkers made their first contribution\r\n\r\n## Octopoes\r\n\r\n### What\'s Changed\r\n* Release 2.4.0 by @noamblitz\r\n* Fix debian package upgrade by @errieman\r\n* fix(netblock model): fix human-readable by @Lisser\r\n* fix path to debian build script by @errieman\r\n* Main by @noamblitz\r\n* fix netblock human_readable by @Lisser\r\n* Fix openapi schema endpoint by @dekkers\r\n* Build production suitable container images in CI by @dekkers\r\n* Add makefile and debian package target by @errieman\r\n* remove nginx dep from deb by @errieman\r\n* URL discovery bit by @noamblitz\r\n* Add certificatealternativenames and make bits work by @noamblitz\r\n\r\n### New Contributors\r\n* @dekkers made their first contribution\r\n', 'createdAt': '2022-09-26T09:52:43Z'}}, {'node': {'name': 'v1.1.0', 'tag': {'name': 'v1.1.0'}, 'description': '# Introduction\r\n\r\nWelcome to the first release of OpenKAT after we let her play out in the real world under the EU PL 1.2 license. The response has been fantastic, many thanks for this. \r\n\r\nThe goal of this release is to give OpenKAT nice and round edges in many areas that were a bit rough, reduce dependencies, make Octopoes persistent, introduce the debian packages etc: basically to improve OpenKAT in all corners. Also, OpenKAT now uses Manon open for the front end design. \r\n\r\nIt also includes some fixes that should warrant a more smooth installation. Please share your experience @ meedoen@openkat.nl\r\n\r\nBefore you upgrade your current installation please follow the advice below: \r\n\r\n# IMPORTANT\r\n\r\n### Make sure that your DB has no users with the same email address before migrating. \r\n\r\n### Delete your .env file in the main directory before making, or make sure that your .env contains all new variables. SCHEDULER_DB_DSN and SCHEDULER_API are new, rockydb credentials are renamed, see .env-dist.\r\n\r\n### To use email password recovery, make sure to set the SMTP env variables.\r\n\r\n# Summary\r\n\r\n## Debian installer and security improvements\r\n\r\nDebian packages arrived! Some notes: \r\n\r\nRocky works out of the box due to a self-signed certificate. This certificate does have to be replaced by the user. Secondly, the default configuration of Nginx is strict. For example it sets the client body limits to protect against DoS attacks and only allows strong TLS ciphers and protocols. The installer also generates a random password for the RabbitMQ user.\r\n\r\nLogin has been changed internally. Instead of using the Django user model with a username field, we now use the email field for logging in. Also first and last name are changed to full name. The database will automatically enforce these changes while migrating. Therefore, the migration will fail when the database contains two users with the same email address.\r\n\r\nWhen using docker containers, the Rocky user now owns the application directory so that it is able to write yarn error logs.\r\n\r\nThe UID and GID of the host in the containers is used to resolve permission errors caused by mounting the application code in the containers, which changes permission levels to the host UID and GID.\r\n\r\n## For end-users\r\n\r\nOctopoes is now persistent, which means that data will not be lost after an update or reboot. To get a new version of KAT without cleaning all data, "make update" is now available which skips the cleaning step. This will pull new versions, do all necessary database migrations and spin all containers back up. \r\n\r\nAs usual, Rocky got a lot of small UI improvements, but most noticeably, Rocky now forces users to set the correct clearance level before running a boefje. Before, on an object without a clearance level when running a boefje, a clearance level would be set. Now, this is not possible anymore. Rocky also migrated to use open Manon which was previously open-sourced.\r\n\r\nFlower and celery are now not dependencies of Rocky anymore. This means that when manually running a boefje, a call will be made to a new scheduler API which will schedule that job with a high priority. All jobs (boefjes and normalizers) are now shown in Rocky with that same scheduler API, not only those that are run manually.\r\n\r\n# Full Changelog\r\n\r\n## Coordination\r\n\r\n### What\'s Changed\r\n* Update README.adoc by @ring-ring-ring\r\n* Pinned RabbitMQ version by @ammar92\r\n* .dockerignore by @Donnype\r\n* use persistent xtdb by @noamblitz\r\n* Correct LinkedIn url in link to openKAT by @reincode050\r\n* Provide current user id to docker builds, defaulting to 1000 by @Donnype\r\n* make update by @noamblitz\r\n* Add SCHEDULER_DB_DSN by @jpbruinsslot\r\n* fix makefile for macos by @noamblitz\r\n* add scheduler api endpoint in env-dist by @noamblitz\r\n\r\n### New Contributors\r\n* @reincode050 made their first contribution\r\n\r\n## Rocky\r\n\r\n### What\'s Changed\r\n* Github workflow for creating .deb installer by @errieman\r\n* Add robots.txt by @Rieven\r\n* Upgrade requirements to use django 3.2.14 by @TwistMeister\r\n* fix description kat-581 by @noamblitz\r\n* Hide CVSS link in report when 0 findings by @TwistMeister\r\n* Change crisis room total findings list to table by @TwistMeister\r\n* Add temporary classes to fix recommendation labels by @TwistMeister\r\n* Fix/graph ooi by @Rieven\r\n* Bump lxml from 4.6.5 to 4.9.1 by @dependabot\r\n* Delete ro-logo.svg by @TwistMeister\r\n* Update manon-dev.css, by removing the reference to deleted icons by @TwistMeister\r\n* Remove hyperlink on bit name on object detail by @TwistMeister\r\n* Add formatter by @ppvg\r\n* Temporarily hide add indemnification button by @TwistMeister\r\n* Clearance level form initial value for declared levels by @ammar92\r\n* Hide "scan object" form from boefje detail when no scannable objects by @TwistMeister\r\n* Fix exported migrations to match migrate by @dekkers\r\n* Feature/user model and auth by @Rieven\r\n* Bump terser from 5.14.1 to 5.14.2 by @dependabot\r\n* Fix shebang in run_rock.sh CI script by @dekkers\r\n* Move mixins by @Rieven\r\n* Set permissions for organization view and members by @Rieven\r\n* Chown app dir to rocky user by @Donnype\r\n* Add .editorconfig by @ppvg\r\n* Fix for make build by @Rieven\r\n* Configure rabbitmq user and pass by @errieman\r\n* Fix/django bump by @underdarknl\r\n* Increase items per page for oois and findings lists by @TwistMeister\r\n* use repository name in deb changelog by @errieman\r\n* Login and recovery by @Rieven\r\n* Feature/objects filter on boefje detail jesse by @Lisser\r\n* Provide current user id to docker builds and bump node version by @Donnype\r\n* generate self-signed cert on install by @errieman\r\n* Use manon from npm by @ppvg\r\n* NL + PAP translations before release by @Rieven\r\n* Feature/scheduler client by @Lisser\r\n\r\n### New Contributors\r\n* @errieman made their first contribution\r\n* @ppvg made their first contribution\r\n* @dekkers made their first contribution\r\n\r\n\r\n## Mula\r\n\r\n### What\'s Changed\r\n* Boefje error handling by @jpbruinsslot\r\n* Update docs for job status endpoints by @jpbruinsslot\r\n* Feature/error handling by @jpbruinsslot\r\n\r\n\r\n## Bytes\r\n### What\'s Changed\r\n* Debian installer for bytes by @errieman\r\n* Small docs update by @Donnype\r\n* configure rabbitmq user on deb install by @errieman\r\n* Add event for received normalizer_meta and fix Makefile issue by @Donnype\r\n* Provide current user id to docker builds, defaulting to 1000 by @Donnype\r\n\r\n### New Contributors\r\n* @errieman made their first contribution\r\n\r\n## Boefjes\r\n### What\'s Changed\r\n* remove SPF boefje tests by @errieman\r\n* Fix/better caching of boefjes requirements by @Donnype\r\n* Debian installer by @errieman\r\n* add manual trigger to deb build by @errieman\r\n* fix version number on manual build by @errieman\r\n* Catch boefje errors by @ammar92\r\n\r\n\r\n## Octopoes\r\n### What\'s Changed\r\n* Debian installer for octopoes by @errieman\r\n* temp fix for hostname objects from server headers by @noamblitz\r\n* Configure rabbitmq user and pass on install by @errieman\r\n* templated repos url in changelog by @errieman\r\n* Provide current user id to docker builds, defaulting to 1000 by @Donnype\r\n\r\n### New Contributors\r\n* @errieman made their first contribution\r\n', 'createdAt': '2022-08-16T16:10:48Z'}}]}}}}
+-----------------+---------------------+
| Provider        | github.com          |
+-----------------+---------------------+
| Repository Name | nl-kat-coordination |
+-----------------+---------------------+
| Number of Tags  | 46                  |
+-----------------+---------------------+

Markdown file created!

Process finished with exit code 0

Could you please check if you are on the latest release? I will put in a fix for >100 releases

akshaybabloo commented 8 months ago

I have added a fix for @mohamedmansor in version 1.1.2

mohamedmansor commented 8 months ago

Thank you @akshaybabloo