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
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,10 @@ weight: -20251006
5
5
description: MobSF parsers & Helm chart changes.
6
6
---
7
7
8
+
## Deduplication fix of `UNIQUE_ID_OR_HASH_CODE`
9
+
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
+
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.
11
+
8
12
## Merge of MobSF parsers
9
13
10
14
Mobsfscan Scan" has been merged into the "MobSF Scan" parser. The "Mobsfscan Scan" scan_type has been retained to keep deduplication working for existing Tests, but users are encouraged to move to the "MobSF Scan" scan_type.
@@ -17,16 +21,16 @@ This release introduces more important changes to the Helm chart configuration:
17
21
18
22
#### Tags
19
23
20
-
`tag` and `repositoryPrefix` fields have been deprecated. Currently, image tags used in containers are derived by default from the `appVersion` defined in the Chart.
21
-
This behavior can be overridden by setting the `tag` value in `images.django` and `images.nginx`.
22
-
If fine-tuning is necessary, each container’s image value can also be customized individually (`celery.beat.image`, `celery.worker.image`, `django.nginx.image`, `django.uwsgi.image`, `initializer.image`, and `dbMigrationChecker.image`).
24
+
`tag` and `repositoryPrefix` fields have been deprecated. Currently, image tags used in containers are derived by default from the `appVersion` defined in the Chart.
25
+
This behavior can be overridden by setting the `tag` value in `images.django` and `images.nginx`.
26
+
If fine-tuning is necessary, each container’s image value can also be customized individually (`celery.beat.image`, `celery.worker.image`, `django.nginx.image`, `django.uwsgi.image`, `initializer.image`, and `dbMigrationChecker.image`).
23
27
Digest pinning is now supported as well.
24
28
25
29
#### Security context
26
30
27
31
This Helm chart extends security context capabilities to all deployed pods and containers.
28
32
You can define a default pod and container security context globally using `securityContext.podSecurityContext` and `securityContext.containerSecurityContext` keys.
29
-
Additionally, each deployment can specify its own pod and container security contexts, which will override or merge with the global ones.
33
+
Additionally, each deployment can specify its own pod and container security contexts, which will override or merge with the global ones.
# endpoints do not match with 224, but they do match with the finding just created. this proves that the dedupe algo considers more than only the first
# endpoints do not match with 224, but they do match with the finding just created. this proves that the dedupe algo considers more than only the first
0 commit comments