Skip to content

Commit

Permalink
Change: Skip CERT refs in get_config_family
Browse files Browse the repository at this point in the history
  • Loading branch information
timopollmeier authored Aug 9, 2023
2 parents 4e67c72 + 15d8c6a commit 86daf8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gsad_gmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -6966,6 +6966,7 @@ get_config_family (gvm_connection_t *connection, credentials_t *credentials,
"<get_nvts"
" config_id=\"%s\" details=\"1\""
" family=\"%s\" timeout=\"1\" preference_count=\"1\""
" skip_cert_refs=\"1\""
" sort_field=\"%s\" sort_order=\"%s\"/>",
config_id, family, sort_field ? sort_field : "nvts.name",
sort_order ? sort_order : "ascending")
Expand Down Expand Up @@ -7008,6 +7009,7 @@ get_config_family (gvm_connection_t *connection, credentials_t *credentials,
" family=\"%s\""
" preferences_config_id=\"%s\""
" preference_count=\"1\""
" skip_cert_refs=\"1\""
" sort_field=\"%s\""
" sort_order=\"%s\"/>",
family, config_id,
Expand Down

0 comments on commit 86daf8a

Please sign in to comment.