aboutsummaryrefslogtreecommitdiff
path: root/dbstore/sql/cisa/search.sql
diff options
context:
space:
mode:
Diffstat (limited to 'dbstore/sql/cisa/search.sql')
-rw-r--r--dbstore/sql/cisa/search.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbstore/sql/cisa/search.sql b/dbstore/sql/cisa/search.sql
index 01db7a5..7252ce0 100644
--- a/dbstore/sql/cisa/search.sql
+++ b/dbstore/sql/cisa/search.sql
@@ -5,6 +5,7 @@ SELECT COALESCE(json_group_array(json_object(
'vendor', d.name,
'product', e.name,
'name', b.name,
+ 'description', b.description,
'added_at', b.added_at,
'action', b.action,
'due_at', b.due_at,