From 741fbe7e135362323079ed380f0ebcd59328b4a0 Mon Sep 17 00:00:00 2001 From: seungyeoncherry Date: Mon, 2 Jun 2025 02:02:12 +0900 Subject: [PATCH] =?UTF-8?q?scope=20detection=20=EC=88=98=EC=A0=95=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/backend/src/controller/scopeDetection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;