Skip to content

Commit

Permalink
Add: a get_trash command per resource
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmundell committed Jan 4, 2024
1 parent 8a7a2d5 commit 5c7182a
Show file tree
Hide file tree
Showing 4 changed files with 513 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/gsad.c
Original file line number Diff line number Diff line change
Expand Up @@ -1528,7 +1528,23 @@ exec_gmp_get (http_connection_t *con, gsad_connection_info_t *con_info,
ELSE (get_tls_certificate)
ELSE (get_tls_certificates)
ELSE (get_trash)
ELSE (get_trash_alerts)
ELSE (get_trash_configs)
ELSE (get_trash_credentials)
ELSE (get_trash_filters)
ELSE (get_trash_groups)
ELSE (get_trash_notes)
ELSE (get_trash_overrides)
ELSE (get_trash_permissions)
ELSE (get_trash_port_lists)
ELSE (get_trash_report_formats)
ELSE (get_trash_roles)
ELSE (get_trash_scanners)
ELSE (get_trash_schedules)
ELSE (get_trash_tags)
ELSE (get_trash_targets)
ELSE (get_trash_tasks)
ELSE (get_trash_tickets)
ELSE (get_user)
ELSE (get_users)
ELSE (get_vulns)
Expand Down
Loading

0 comments on commit 5c7182a

Please sign in to comment.