Skip to content

Commit 662bf16

Browse files
authored
Merge pull request #291 from 00willo/ms-security-oauth-unnecessary-hive
Removes TheHive related things as out of app scope
2 parents 8d071a9 + e79e779 commit 662bf16

File tree

5 files changed

+3
-45
lines changed

5 files changed

+3
-45
lines changed

microsoft-security-oauth2/1.0.0/docker-compose.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

microsoft-security-oauth2/1.0.0/env.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
requests==2.25.1
2-
thehive4py==1.8.1
3-
python-magic==0.4.18

microsoft-security-oauth2/1.0.0/run

Lines changed: 0 additions & 17 deletions
This file was deleted.

microsoft-security-oauth2/1.0.0/src/app.py

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,11 @@
22
# -*- coding: utf-8 -*-
33

44
import asyncio
5-
import time
6-
import random
75
import json
8-
import requests
9-
import thehive4py
10-
11-
from thehive4py.api import TheHiveApi
12-
from thehive4py.query import *
13-
import thehive4py.models
6+
import random
7+
import time
148

9+
import requests
1510
from walkoff_app_sdk.app_base import AppBase
1611

1712
class MicrosoftSecurity(AppBase):

0 commit comments

Comments
 (0)