We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bddb48f commit c79b5d0Copy full SHA for c79b5d0
1 file changed
docs/content/en/open_source/upgrading/2.55.md
@@ -0,0 +1,13 @@
1
+---
2
+title: 'Upgrading to DefectDojo Version 2.55.x'
3
+toc_hide: true
4
+weight: -20260101
5
+description: Authorization related optimizations
6
7
+
8
+## Authorization related optimizations
9
10
+The queries related to authorizations have been optmized. For example retrieving the list of authorized findings for the logged in user.
11
+Some of these are now also cached during that duration of a request. This should have no functional effects and only results in better performance.
12
13
+Check the [Release Notes](https://github.com/DefectDojo/django-DefectDojo/releases/tag/2.55.0) for the contents of the release.
0 commit comments