diff --git a/docs/hooks/create_dynamic_tables.py b/docs/hooks/create_dynamic_tables.py
index 5aa227aada..431e4b6b3e 100644
--- a/docs/hooks/create_dynamic_tables.py
+++ b/docs/hooks/create_dynamic_tables.py
@@ -213,6 +213,8 @@ def get_all_weaknessess():
frontmatter['status'] = 'newstatus:new'
elif status == 'draft':
frontmatter['status'] = f'draftstatus:draft'
+ elif status == 'deprecated':
+ frontmatter['status'] = 'deprecatedstatus:deprecated'
frontmatter['platform'] = "".join([get_platform_icon(platform) for platform in frontmatter['platform']])
weaknesses.append(frontmatter)