Skip to content

Commit 553c853

Browse files
docs: add upgrade note
1 parent c045024 commit 553c853

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

  • docs/content/en/open_source/upgrading

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ weight: -20251006
55
description: MobSF parsers & Helm chart changes.
66
---
77

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+
812
## Merge of MobSF parsers
913

1014
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:
1721

1822
#### Tags
1923

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`).
2327
Digest pinning is now supported as well.
2428

2529
#### Security context
2630

2731
This Helm chart extends security context capabilities to all deployed pods and containers.
2832
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.
3034

3135
#### Fine-grained resources
3236

0 commit comments

Comments
 (0)