Skip to content

Commit 11e3af8

Browse files
authored
Merge pull request #11479 from DefectDojo/master-into-bugfix/2.41.4-2.42.0-dev
Release: Merge back 2.41.4 into bugfix from: master-into-bugfix/2.41.4-2.42.0-dev
2 parents 082a7d2 + 2090c3d commit 11e3af8

4 files changed

Lines changed: 17 additions & 2 deletions

File tree

docs/config/_default/menus/menus.en.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
url = "/en/about_defectdojo/about_docs/"
44
weight = 10
55

6+
[[main]]
7+
name = "Changelog"
8+
url = "/en/changelog/changelog/"
9+
weight = 11
10+
611
[[social]]
712
name = "X"
813
pre = '<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-x" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M4 4l11.733 16h4.267l-11.733 -16z"></path><path d="M4 20l6.768 -6.768m2.46 -2.46l6.772 -6.772"></path></svg>'

docs/content/en/changelog/changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ Here are the release notes for **DefectDojo Pro (Cloud Version)**. These release
77

88
For Open Source release notes, please see the [Releases page on GitHub](https://github.com/DefectDojo/django-DefectDojo/releases), or alternatively consult the Open Source [upgrade notes](../../open_source/upgrading/upgrading_guide).
99

10+
## Dec 24, 2024: v2.41.3
11+
12+
- **(API)** Added `/request_response_pairs` endpoint.
13+
- **(Beta UI)** When sorting by Severity, Findings will now be ordered by **severity level** rather than alphabetically.
14+
- **(Beta UI)** On the Findings table, the Endpoint Hosts column has been replaced with a numerical count of affected Endpoints.
15+
- **(Beta UI)** On the Findings table, the Vulnerability ID field can now be filtered with "starts_with", "ends_with" filters.
16+
- **(Beta UI)** Added Edit Test Type form: you can now edit the properties of a custom Test Type to determine if it is Active or Inactive, or a Static Scan or Dynamic Scan Test.
17+
- **(Beta UI)** Same Tool Deduplication Settings / Test Type field is now searchable.
18+
- **(Tools)** Qualys HackerGuardian now uses hashcode against "title", "severity", "description" for deduplication.
19+
- **(Tools)** Horusec scan now uses hashcode against "title", "description", "file_path", and "line" for deduplication.
1020

1121
## Dec 16, 2024: v2.41.2
1222

dojo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
# Django starts so that shared_task will use this app.
55
from .celery import app as celery_app # noqa: F401
66

7-
__version__ = "2.41.3"
7+
__version__ = "2.41.4"
88
__url__ = "https://github.com/DefectDojo/django-DefectDojo"
99
__docs__ = "https://documentation.defectdojo.com"

helm/defectdojo/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: "2.42.0-dev"
33
description: A Helm chart for Kubernetes to install DefectDojo
44
name: defectdojo
5-
version: 1.6.166-dev
5+
version: 1.6.167-dev
66
icon: https://www.defectdojo.org/img/favicon.ico
77
maintainers:
88
- name: madchap

0 commit comments

Comments
 (0)