From 8eabc81b8abb89015c1240f135fcb51824c7a6c6 Mon Sep 17 00:00:00 2001 From: David Vadnais <56882532+DavidVadnais@users.noreply.github.com> Date: Tue, 12 Aug 2025 06:37:12 -1000 Subject: [PATCH 1/4] Support paradigm change to only latest --- SECURITY.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index ce7ca9fc..7195e2bc 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,13 +2,7 @@ ## Supported Versions -The following chart shows versions of `django-helpdesk` that are currently receiving bugfixes and security patches. - -| Version | Support History | Last Date of Support | -| ------- | ------------------ | -------------------------------- | -| 0.3.x | :white_check_mark: | will be set after release of 0.4 | -| 0.2.x | :white_check_mark: | 2021-12-31 | -| < 0.2 | :x: | 2016-10-31 +We only support the latest django-helpdesk version. ## Reporting a Vulnerability From b97eddd258dd07e5ab87240bd16030d4b41ea9f8 Mon Sep 17 00:00:00 2001 From: David Vadnais <56882532+DavidVadnais@users.noreply.github.com> Date: Tue, 12 Aug 2025 06:50:09 -1000 Subject: [PATCH 2/4] Update AUTHORS --- AUTHORS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AUTHORS b/AUTHORS index ebb11164..6527cdb1 100644 --- a/AUTHORS +++ b/AUTHORS @@ -2,6 +2,8 @@ django-helpdesk was originally written by Ross Poulton. After nearly nine years under his guidance, the project graduated to its own eponymous organization, and is currently maintained by: +Christopher Broderick (@uhurusurfa) +(@Benbb96) Alex Seeholzer (@flinz) Garret Wassermann (@gwasser) Jonathan Barratt (@reduxionist) @@ -14,6 +16,7 @@ To these people, and many more, our sincere thanks: Alex Barcelo Andreas Kotowicz +Christopher Broderick Chris Etcp Daryl Egarr David Clymer From 0532e22b20bbeaa09646cd34eaf9aeec6416bf46 Mon Sep 17 00:00:00 2001 From: David Vadnais <56882532+DavidVadnais@users.noreply.github.com> Date: Wed, 13 Aug 2025 16:38:03 +0000 Subject: [PATCH 3/4] Update AUTHORS Add David V move Garret W --- AUTHORS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 6527cdb1..ba283a43 100644 --- a/AUTHORS +++ b/AUTHORS @@ -4,8 +4,8 @@ organization, and is currently maintained by: Christopher Broderick (@uhurusurfa) (@Benbb96) +David Vadnais (@DavidVadnais) Alex Seeholzer (@flinz) -Garret Wassermann (@gwasser) Jonathan Barratt (@reduxionist) Since publishing the code a number of people have made some fantastic @@ -20,6 +20,7 @@ Christopher Broderick Chris Etcp Daryl Egarr David Clymer +Garret Wassermann (@gwasser) Loe Spee Maxim Litnitskiy Nikolay Panov From cc040ad2bef8fef917a5e10572b81c70591f3e76 Mon Sep 17 00:00:00 2001 From: David Vadnais <56882532+DavidVadnais@users.noreply.github.com> Date: Wed, 13 Aug 2025 16:41:43 +0000 Subject: [PATCH 4/4] Update SECURITY.md change primary maintainer email --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 7195e2bc..0d8d580c 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -8,7 +8,7 @@ We only support the latest django-helpdesk version. If you believe you have discovered a bug impacting security in a supported version, please DO NOT file a Issue / Bug Report for it publicly. -Instead, please send details to . Please be sure to include "django-helpdesk security issue" in the subject line for fastest response. +Instead, please send details to . Please be sure to include "django-helpdesk security issue" in the subject line for fastest response. Once reported, we'll be in touch to confirm the issue and work toward releasing a patch as soon as possible.