[KVE-2021-0029,0030]영카트_XSS_취약점 수정

This commit is contained in:
thisgun
2021-04-05 17:01:29 +09:00
parent dcd7a725d5
commit 17e9f13275
4 changed files with 100 additions and 99 deletions

View File

@ -235,6 +235,7 @@ $check_sanitize_keys = array(
'de_sms_use5', //SMS 상품배송시 고객님께 발송
'cf_icode_server_ip', // 아이코드 ip
'cf_icode_server_port', // 아이코드 port
'cf_icode_token_key', // 아이코드 토큰키 (JSON버전)
);
foreach( $check_sanitize_keys as $key ){