Skip to content
#

malware

Here are 257 public repositories matching this topic...

mlmarkovic
mlmarkovic commented Jul 15, 2020

Most .py files use #!/usr/bin/python3 as shebang, but few others use #!/usr/bin/env python3.

Files which use #!/usr/bin/env python3:

./contrib/eventdb/common.py
./intelmq/bin/intelmq_generate_misp_objects_templates.py
./intelmq/tests/bots/parsers/github_feed/test_parser.py

These files should use #!/usr/bin/python3 for the sake of consistency.

Improve this page

Add a description, image, and links to the malware topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the malware topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.