Skip to content

Commit

Permalink
Add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Maffooch committed Feb 6, 2025
1 parent 3492784 commit a87d818
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/content/en/open_source/upgrading/2.44.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,16 @@ toc_hide: true
weight: -20250203
description: No special instructions.
---
There are no special instructions for upgrading to 2.44.x. Check the [Release Notes](https://github.com/DefectDojo/django-DefectDojo/releases/tag/2.44.0) for the contents of the release.

### Hash Code changes

The Burp parser now has a custom deduplication configuration to make deduplication more accurate. To recalculate the hash code and deduplicate existing Burp findings, please execute the following command:

`docker compose exec uwsgi /bin/bash -c "python manage.py dedupe.py --parser "Burp Scan" --hash_code_only`

This command has various command line arguments to tweak its behavior, for example to trigger a run of the deduplication process.
See [dedupe.py](https://github.com/DefectDojo/django-DefectDojo/blob/master/dojo/management/commands/dedupe.py) for more information.

---

Check the [Release Notes](https://github.com/DefectDojo/django-DefectDojo/releases/tag/2.44.0) for the contents of the release.

0 comments on commit a87d818

Please sign in to comment.