Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow use of SMB file path as directory and from a tag (7.0) #296

Merged

Commits on Dec 21, 2018

  1. New option: File path as directory in SMB alert

    With the new method data smb_file_path_type the alert will use the
    smb_file_path only for the directory, appending the report filename
    from the user's settings if it is set to "directory".
    timopollmeier committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    230cc61 View commit details
    Browse the repository at this point in the history
  2. Special task tag "smb-alert:file_path"

    When this tag is attached to a task, SMB alerts on the task will use the
    tag value as the file path instead of the value given in the alert.
    timopollmeier committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    0af9935 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad6adac View commit details
    Browse the repository at this point in the history
  4. Fix tag selection in escalate_2 SMB case

    The SQL for the file_path override tag has been adjusted to the database
    structure of this version allowing only one resource per tag.
    timopollmeier committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    0b0a16f View commit details
    Browse the repository at this point in the history