You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/en/open_source/upgrading/2.54.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,20 @@ weight: -20250804
5
5
description: Dropped support for DD_PARSER_EXCLUDE
6
6
---
7
7
8
+
## Breaking change: `DD_PARSER_EXCLUDE` removed
9
+
8
10
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.
9
11
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.
10
12
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