From 9882a0586bbefd75ef0aead107b45de4ab7f1719 Mon Sep 17 00:00:00 2001 From: seungyeoncherry Date: Sat, 7 Jun 2025 22:36:57 +0900 Subject: [PATCH] =?UTF-8?q?=EC=88=98=EC=A0=95/test=20=EC=99=84=EB=A3=8C1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- addon/ScopeDetection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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