Skip to content

Commit

Permalink
Merge pull request #139 from greenbone/add-scp-alert-port
Browse files Browse the repository at this point in the history
Add: Add scp_port as valid alert method data key
  • Loading branch information
timopollmeier authored Aug 11, 2023
2 parents 86daf8a + 4680dfe commit baa4378
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gsad_gmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -4460,6 +4460,7 @@ append_alert_method_data (GString *xml, params_t *data, const char *method,
|| strcmp (name, "scp_host") == 0
|| strcmp (name, "scp_known_hosts") == 0
|| strcmp (name, "scp_path") == 0
|| strcmp (name, "scp_port") == 0
|| strcmp (name, "scp_report_format") == 0))
|| (strcmp (method, "SMB") == 0
&& (strcmp (name, "smb_credential") == 0
Expand Down

0 comments on commit baa4378

Please sign in to comment.