This Project All Project
body start
04.11.08-04:57:06
300575
Submitted by 양홍모
Assignee wkpark
View1758
Priority5
2 Comments
양홍모
File added 132: UploadFile.php
아참 -_- 버전은 1.0.9.1입니다
04.11.08-04:58:04
wkpark
"Assigned To" was changed from "Nobody" to "wkpark""Priority" was changed from "5" to "5""resolution_id" was changed from "100" to "None"
04.11.08-22:25:30
참고로 이번 보안버그때문에 고쳐야 하는 부분은 다음과 같습니다. plugin/UploadFile.php의 다음 부분을 고쳐주세요. $pds_exts="png|jpg|jpeg|gif|mp3|zip|tgz|gz|txt|css|exe|hwp"; - if (!preg_match("/(".$pds_exts.")$/i",$fname[2])) + if (!preg_match("/(".$pds_exts.")$/i",$fname[2])) { $msg.=sprintf(_("%s does not allowed to upload"),$upfilename)."<br/>\n"; + continue; + }
04.11.08-22:55:23
"State" was changed from "Open" to "Closed"
04.11.15-21:36:43
업로드에 관한 보안버그 수정 plugin/Up...
Yes, I want to delete this artifact
Confirm Cancel