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.52.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,20 @@ weight: -20251006
5
5
description: MobSF parsers & Helm chart changes.
6
6
---
7
7
8
+
## Fix UI overwriting service field from parsers
9
+
10
+
The web form in the UI by default sends an empty string, which ended up overwriting the service value provided by parsers.
11
+
12
+
Only a few parsers do this, so the impact of this fix is low:
13
+
14
+
- Trivy Scan
15
+
- Trivy Operator Scan
16
+
- Hydra Scan
17
+
- JFrog Xray API Summary Artifact Scan
18
+
- StackHawk HawkScan
19
+
20
+
See [PR 13517](https://github.com/DefectDojo/django-DefectDojo/pull/13517) for more details.
21
+
8
22
## Deduplication fix of `UNIQUE_ID_OR_HASH_CODE`
9
23
A bug was fixed in the `UNIQUE_ID_OR_HASH_CODE` algorithm where it stopped processing candidate findings with equal `unique_id_from_tool` or `hash_code` value.
10
24
Strictly speaking this is not a breaking change, but we wanted to make you aware that you can see more (better) more deduplicatation for parsers using this algorithm.
0 commit comments