Skip to content

Commit 943faf8

Browse files
add upgrade notes
1 parent 3c42df1 commit 943faf8

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

  • docs/content/en/open_source/upgrading

docs/content/en/open_source/upgrading/2.54.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,20 @@ weight: -20250804
55
description: Dropped support for DD_PARSER_EXCLUDE
66
---
77

8+
## Breaking change: `DD_PARSER_EXCLUDE` removed
9+
810
To simplify the management of the DefectDojo application, parser exclusions are no longer controlled via the environment variable DD_PARSER_EXCLUDE or application settings. This variable is now unsupported.
911
From now on, you should use the active flag in the Test_Type model to enable or disable parsers. Only parsers associated with active Test_Type entries will be available for use.
1012

11-
There are other instructions for upgrading to 2.54.x. Check the Release Notes for the contents of the release.
13+
## Import/reimport performance improvements
14+
15+
DefectDojo 2.54.x includes performance improvements for importing and reimporting scan results, especially for large scans:
16+
17+
- **Faster imports and reimports** due to fewer database queries and more bulk operations.
18+
- **Reduced database load** during reimport matching and post-processing (helps avoid slowdowns/timeouts under heavy scan volume).
19+
- **More efficient endpoint status updates** during reimport of dynamic findings.
20+
- **Less churn when updating vulnerability IDs**, avoiding unnecessary deletes/writes when nothing changed.
21+
22+
No action is required after upgrading. (Optional tuning knobs exist via `DD_IMPORT_REIMPORT_MATCH_BATCH_SIZE` and `DD_IMPORT_REIMPORT_DEDUPE_BATCH_SIZE`.)
23+
24+
There are other instructions for upgrading to 2.54.x. Check the Release Notes for the contents of the release: `https://github.com/DefectDojo/django-DefectDojo/releases/tag/2.54.0`

0 commit comments

Comments
 (0)