scope detection 수정 1

This commit is contained in:
seungyeoncherry 2025-06-02 02:02:12 +09:00
commit 741fbe7e13

View file

@ -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;