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.
1 parent 38b9273 commit aa80ff4Copy full SHA for aa80ff4
bbot/modules/oauth.py
@@ -66,6 +66,8 @@ async def handle_event(self, event):
66
"description": f"OpenID Connect Endpoint (domain: {source_domain}) found at {url}",
67
"host": event.host,
68
"url": url,
69
+ "severity": "INFORMATIONAL",
70
+ "confidence": "HIGH",
71
},
72
"FINDING",
73
parent=event,
@@ -106,6 +108,8 @@ async def handle_event(self, event):
106
108
"description": description,
107
109
110
111
112
+ "confidence": "LOW",
113
114
115
0 commit comments