Migrate open props buttons by ksitton58 · Pull Request #14582 · DefectDojo/django-DefectDojo

and others added 30 commits

December 8, 2025 09:35
…3767)

* squashed commits

* remove unittest

* update

* update

* add unittest

* update
…mance (DefectDojo#13805)

Replace eager query execution in Product_Tab.__init__ with @cached_property
decorators. This defers expensive database queries until they are actually
accessed, improving page load performance.

Fixes DefectDojo#10313
…efectDojo#13703)

* docs: Add Pro vs OSS comparison for cross-product risk acceptances

* Update risk_acceptances.md - correct scope b/w Pro and OSS

Corrected risk acceptance scope at engagement level for OSS.

* Update docs/content/en/working_with_findings/findings_workflows/risk_acceptances.md

---------

Co-authored-by: Paul Osinski <42211303+paulOsinski@users.noreply.github.com>
Co-authored-by: Cody Maffucci <46459665+Maffooch@users.noreply.github.com>
Release: Merge release into master from: release/2.53.1
…x/2.53.1-2.54.0-dev

Release: Merge back 2.53.1 into bugfix from: master-into-bugfix/2.53.1-2.54.0-dev
* add asset/org info

* remove ref to P/PT nestability

* change screenshot

* add contact email

* Update docs/content/en/working_with_findings/organizing_engagements_tests/pro_assets_organizations.md

Co-authored-by: Cody Maffucci <46459665+Maffooch@users.noreply.github.com>

* Update docs/content/en/working_with_findings/organizing_engagements_tests/pro_assets_organizations.md

Co-authored-by: Cody Maffucci <46459665+Maffooch@users.noreply.github.com>

---------

Co-authored-by: Paul Osinski <paul.m.osinski@gmail.com>
Co-authored-by: Cody Maffucci <46459665+Maffooch@users.noreply.github.com>
….53.1-2.54.0-dev

Release: Merge back 2.53.1 into dev from: master-into-dev/2.53.1-2.54.0-dev
…e.json) (DefectDojo#13837)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…42.42.0 (.github/workflows/renovate.yaml) (DefectDojo#13836)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* update changelog

* update pro_features.md

* Update docs/content/en/changelog/changelog.md

Co-authored-by: Cody Maffucci <46459665+Maffooch@users.noreply.github.com>

* Update docs/content/en/changelog/changelog.md

Co-authored-by: Cody Maffucci <46459665+Maffooch@users.noreply.github.com>

---------

Co-authored-by: Paul Osinski <paul.m.osinski@gmail.com>
Co-authored-by: Cody Maffucci <46459665+Maffooch@users.noreply.github.com>
Co-authored-by: Paul Osinski <paul.m.osinski@gmail.com>
…1.37.10 to v1.37.11 (helm/defectdojo/values.yaml) (DefectDojo#13856)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…m v2.3.1 to v2.3.2 (.github/workflows/test-helm-chart.yml) (DefectDojo#13847)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…11 to v8 (.github/workflows/update-sample-data.yml) (DefectDojo#13857)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(django): Upgrade to 5.2

* update deps + fix tagulous

* resolve conflicts

* use django 5.2 but against tagulous 2.1.0

* Latest Django patch

---------

Co-authored-by: Valentijn Scholten <valentijnscholten@gmail.com>
Bumps vulners from 3.1.2 to 3.1.3.

---
updated-dependencies:
- dependency-name: vulners
  dependency-version: 3.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…/workflows/validate_docs_build.yml) (DefectDojo#13864)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…orkflows/validate_docs_build.yml) (DefectDojo#13871)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Release: Merge release into master from: release/2.54.2
…x/2.54.2-2.55.0-dev

Release: Merge back 2.54.2 into bugfix from: master-into-bugfix/2.54.2-2.55.0-dev

@manuel-sommer

@manuel-sommer

* update changelog 2.54.1/2

* quick fix

Removed note about no significant UX changes from changelog.

@Maffooch

@rossops

@Maffooch

Release: Merge release into master from: release/2.54.3

@ksitton58