We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d071a9 + e79e779 commit 662bf16Copy full SHA for 662bf16
microsoft-security-oauth2/1.0.0/docker-compose.yml
microsoft-security-oauth2/1.0.0/env.txt
microsoft-security-oauth2/1.0.0/requirements.txt
@@ -1,3 +1 @@
1
requests==2.25.1
2
-thehive4py==1.8.1
3
-python-magic==0.4.18
microsoft-security-oauth2/1.0.0/run
microsoft-security-oauth2/1.0.0/src/app.py
@@ -2,16 +2,11 @@
# -*- coding: utf-8 -*-
4
import asyncio
5
-import time
6
-import random
7
import json
8
-import requests
9
-import thehive4py
10
-
11
-from thehive4py.api import TheHiveApi
12
-from thehive4py.query import *
13
-import thehive4py.models
+import random
+import time
14
+import requests
15
from walkoff_app_sdk.app_base import AppBase
16
17
class MicrosoftSecurity(AppBase):
0 commit comments