• Some samples triggered antivirus engines, issues #215 and #217 ended with
    the agreement to encapsulate problematic samples in encrypted zip
    containers and decrypt them on-the-fly. Initial support for this was added
    but that did not cover 5 tests. Create on-the-fly decryption for these
    tests as well and re-enable them.
    Christian Herdtweck authored
     
    Browse Dir »







  • Some msodde tests call the main() function from the module
    which tries to enable logging, causing lots of problems
    when running multiple tests due to the singleton dependency
    of the logging modules.
    
    Since what they want to test is whether msodde is finding
    links, we can use the process_file() function directly
    instead and check its output.
    Samir Aguiar authored
     
    Browse Dir »