Skip to content

Commit ce31785

Browse files
committed
#604 use python3, bumped version
2 parents f74d6b0 + 7dd6a3a commit ce31785

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

analyzers/MsgParser/Msg_Parser.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Msg_Parser",
3-
"version": "2.0",
3+
"version": "3.0",
44
"author": "CERT-BDF",
55
"url": "https://github.com/TheHive-Project/Cortex-Analyzers",
66
"license": "AGPL-V3",

analyzers/MsgParser/parse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# encoding: utf-8
33

44
from lib.msgParser import Message
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)