From 23b2c851aa0f40918d7b7c8856dad104b9107399 Mon Sep 17 00:00:00 2001 From: Cody Maffucci <46459665+Maffooch@users.noreply.github.com> Date: Mon, 17 Aug 2026 21:48:56 -0600 Subject: [PATCH] docs(locations): note the Endpoints deprecation timeline Endpoints are deprecated in favour of Locations as of 3.2.201 and are scheduled for removal in 3.4.0. Record that timeline at the top of the migration guide, which is where the in-app DEPRECATED badges (menu, list pages, Finding endpoint tables) link. Co-Authored-By: Claude Opus 4.8 --- .../asset_modelling/locations/PRO__migrating_from_endpoints.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/asset_modelling/locations/PRO__migrating_from_endpoints.md b/docs/content/asset_modelling/locations/PRO__migrating_from_endpoints.md index bfaf2ca2d0..f69cc0cdad 100644 --- a/docs/content/asset_modelling/locations/PRO__migrating_from_endpoints.md +++ b/docs/content/asset_modelling/locations/PRO__migrating_from_endpoints.md @@ -9,6 +9,8 @@ When you enable Locations on an existing DefectDojo Pro instance, the data alrea Note that migration is **one-way**. There is no automated rollback path that re-creates Endpoints from Locations. +> **Endpoints are deprecated.** As of **3.2.201**, Endpoints are deprecated in favour of Locations and are scheduled for **removal in 3.4.0**. Until then the Endpoints UI and the read-only Endpoint API stay available, and the **DEPRECATED** badges shown on the Endpoints menu, the Endpoint list pages, and a Finding's endpoint tables link here. Enable Locations and run the migration below before 3.4.0. + ## Running the migration from the Feature Flags page Enabling Locations only changes behaviour for *new* imports; your existing history is carried forward by a **data-migration suite** that appears under the Locations row on the **Settings > Feature Flags** page once the feature is on. Each item is run on demand by a superuser, shows live progress and an ETA, and is safe to re-run (every step is idempotent).