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.46.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@ weight: -20250407
5
5
description: Tag Formatting Changes + Import Payload Changes
6
6
---
7
7
8
-
### Tag Formatting Update
8
+
9
+
## Tag Formatting Update
9
10
10
11
Tags can no longer contain the following characters:
11
12
@@ -38,6 +39,13 @@ We recommend reviewing your current tags, specifically CI/CD processes before up
38
39
39
40
Following the deployment of these new behaviors, requests sent to the API or through the UI with any of the violations listed above will result in an error, with the details of the error raised in the response.
40
41
42
+
43
+
## Feature Removal
44
+
The `DD_SLA_BUSINESS_DAYS` flag was no longer working and has been removed to avoid confusion.
45
+
If it returns, it will probably be part of the SLA Configuration settings in the UI.
46
+
There are currently no plans to reimplemnt this feature.
47
+
Please follow [11833](https://github.com/DefectDojo/django-DefectDojo/issues/11833) for updates.
48
+
41
49
---
42
50
43
51
### Asynchronous Import Feature Removal in 2.47.0
@@ -79,3 +87,4 @@ After:
79
87
---
80
88
81
89
Check the [Release Notes](https://github.com/DefectDojo/django-DefectDojo/releases/tag/2.46.0) for the contents of the release.
0 commit comments