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

auditbeat/module/file_integrity: remove garbled PE executable test file #35724

Merged
merged 1 commit into from
Jun 12, 2023

Commits on Jun 8, 2023

  1. auditbeat/module/file_integrity: remove garbled PE executable test file

    This file is detected by some malware detection systems as malicious
    likely due to the source obfuscation that garble does to it. The testing
    of the underlying library already tests the infrastucture, so removing
    the test here does not harm coverage.
    
    The executable itself is a garble built compilation of the file at
    https:/elastic/toutoumomoma/blob/dev/testdata/main.go. In
    that repository the executable is built on the fly during testing rather
    than being retained as an asset.
    efd6 committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    7d22d95 View commit details
    Browse the repository at this point in the history