scope detection 수정 1
This commit is contained in:
parent
658acc3740
commit
741fbe7e13
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ const httpUtils = new HttpUtils();
|
||||||
const locScope = this.getScopeFromQuery(location);
|
const locScope = this.getScopeFromQuery(location);
|
||||||
|
|
||||||
if (locScope && (locScope === "all" || locScope === "*")) {
|
if (locScope && (locScope === "all" || locScope === "*")) {
|
||||||
return [`scope parameter in response location header is insecure: ${locScope}`];
|
return [`응답 location에서 scope 값 위험 요소 발견: ${locScope}`];
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue