Skip to content

Win log requester marks warnings incorrectly #4

@spencer-sullivan

Description

@spencer-sullivan

When running the win log requester, it marks every successful request as a warning because of the line:

if response.status_code != 200 or response.status_code != 204:

in beeswax/tools/win_events/win_log_requester.py:153

The fix for this would be to change it to be an and instead of an or.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions