diff --git a/addon/ScopeDetection.py b/addon/ScopeDetection.py index a955aeb..21b76a6 100644 --- a/addon/ScopeDetection.py +++ b/addon/ScopeDetection.py @@ -45,7 +45,7 @@ class ScopeDetection: if result != 0: report_data = [{ 'target': target.load(), - 'status': "WARNING", + 'status': "WARNING!", 'title': "OAuth scope value issue", 'description': f"{method} {url}: {', '.join(result)}", 'uri': url