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
Updated documentation for version 2.52 to reflect the transition from Redis to Valkey as the message broker, including UI fixes and deduplication improvements.
The web form in the UI by default sends an empty string, which ended up overwriting the service value provided by parsers.
@@ -24,7 +23,7 @@ See [PR 13517](https://github.com/DefectDojo/django-DefectDojo/pull/13517) for m
24
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.
25
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.
26
25
27
-
## Merge of MobSF parsers
26
+
## Valkey in `docker compose`
28
27
29
28
Since the license change at Redis the fork ValKey has become widely popular and is backed by industry giants such as AWS. AWS is advising to use ValKey over Redis and is using lower prices for ValKey compared to Redis.
0 commit comments