mirror of
https://github.com/j93es/oauth-backend.git
synced 2026-06-05 00:11:27 +09:00
수정/test 완료1
This commit is contained in:
parent
526ab3c3f6
commit
9882a0586b
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class ScopeDetection:
|
||||||
if result != 0:
|
if result != 0:
|
||||||
report_data = [{
|
report_data = [{
|
||||||
'target': target.load(),
|
'target': target.load(),
|
||||||
'status': "WARNING",
|
'status': "WARNING!",
|
||||||
'title': "OAuth scope value issue",
|
'title': "OAuth scope value issue",
|
||||||
'description': f"{method} {url}: {', '.join(result)}",
|
'description': f"{method} {url}: {', '.join(result)}",
|
||||||
'uri': url
|
'uri': url
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue