diff --git a/packages/backend/src/controller/scopeDetection.ts b/packages/backend/src/controller/scopeDetection.ts index 2e6a5c5..e8d0ea7 100644 --- a/packages/backend/src/controller/scopeDetection.ts +++ b/packages/backend/src/controller/scopeDetection.ts @@ -32,7 +32,7 @@ const httpUtils = new HttpUtils(); const locScope = this.getScopeFromQuery(location); if (locScope && (locScope === "all" || locScope === "*")) { - return [`scope parameter in response location header is insecure: ${locScope}`]; + return [`응답 location에서 scope 값 위험 요소 발견: ${locScope}`]; } return 0;