Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ファイルをアップロードしたときにファイル名が正しく反映されない #329

Open
appare45 opened this issue Aug 14, 2024 · 1 comment

Comments

@appare45
Copy link
Member

クライアント側の問題ではなさそう
sos24.sohosai.com_committee_forms_a899bba2-6998-45d1-816d-c5acdcab64aa (1).png をアップロードするとsos24.pngになってしまう

@arata-nvm
Copy link
Member

パストラバーサル対策でファイル名をサニタイズしているのが原因だと思います

pub fn sanitized(name: String) -> Self {

危険そうな文字を_に置き換えるような実装のほうが嬉しいですか?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants