Skip to content

Commit

Permalink
#566 use python3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Feb 8, 2020
1 parent 065529a commit e590631
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion analyzers/Abuse_Finder/Abuse_Finder.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Abuse_Finder",
"version": "2.0",
"version": "3.0",
"author": "CERT-BDF",
"url": "https://github.com/TheHive-Project/Cortex-Analyzers",
"license": "AGPL-V3",
Expand Down
2 changes: 1 addition & 1 deletion analyzers/Abuse_Finder/abusefinder.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*
"""This analyzer leverages abuse_finder, an Open Source Python library provided by CERT Société Générale to help
automatically find the most appropriate contact for abuse reports.
Expand Down

0 comments on commit e590631

Please sign in to comment.