정적 분석기 결과 반영. 빠진 POST 인자 입력 등
This commit is contained in:
@@ -47,6 +47,8 @@ if(!$username || !$password || !$nickname){
|
||||
]);
|
||||
}
|
||||
|
||||
'@phan-var-force string $password';
|
||||
|
||||
if(strlen($password)!=128){
|
||||
Json::die([
|
||||
'result'=>false,
|
||||
|
||||
Reference in New Issue
Block a user