Skip to content

Commit aa80ff4

Browse files
committed
fix oauth
1 parent 38b9273 commit aa80ff4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bbot/modules/oauth.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ async def handle_event(self, event):
6666
"description": f"OpenID Connect Endpoint (domain: {source_domain}) found at {url}",
6767
"host": event.host,
6868
"url": url,
69+
"severity": "INFORMATIONAL",
70+
"confidence": "HIGH",
6971
},
7072
"FINDING",
7173
parent=event,
@@ -106,6 +108,8 @@ async def handle_event(self, event):
106108
"description": description,
107109
"host": event.host,
108110
"url": url,
111+
"severity": "INFORMATIONAL",
112+
"confidence": "LOW",
109113
},
110114
"FINDING",
111115
parent=event,

0 commit comments

Comments
 (0)