Skip to content

Commit

Permalink
Change: Skip tags in get_config_family
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmundell authored and timopollmeier committed Oct 4, 2023
1 parent 437bb8c commit bd4b00f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gsad_gmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -6968,7 +6968,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\""
" skip_cert_refs=\"1\" skip_tags=\"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 @@ -7012,6 +7012,7 @@ get_config_family (gvm_connection_t *connection, credentials_t *credentials,
" preferences_config_id=\"%s\""
" preference_count=\"1\""
" skip_cert_refs=\"1\""
" skip_tags=\"1\""
" sort_field=\"%s\""
" sort_order=\"%s\"/>",
family, config_id,
Expand Down

0 comments on commit bd4b00f

Please sign in to comment.