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

ファイル管理のアップロード可能ファイルを制限 #5087

Merged
merged 1 commit into from
Jul 20, 2021

Conversation

chihiro-adachi
Copy link
Contributor

@chihiro-adachi chihiro-adachi commented Jul 8, 2021

概要(Overview・Refs Issue)

#4698 でのディスカッション内容を実装

方針(Policy)

  • phpファイル、dotファイルをアップロード不可に修正しています。

実装に関する補足(Appendix)

  • なし

テスト(Test)

  • ユニットテストを追加しています。

相談(Discussion)

マイナーバージョン互換性保持のための制限事項チェックリスト

  • 既存機能の仕様変更
  • フックポイントの呼び出しタイミングの変更
  • フックポイントのパラメータの削除・データ型の変更
  • twigファイルに渡しているパラメータの削除・データ型の変更
  • Serviceクラスの公開関数の、引数の削除・データ型の変更
  • 入出力ファイル(CSVなど)のフォーマット変更

レビュワー確認項目

  • 動作確認
  • コードレビュー
  • E2E/Unit テスト確認(テストの追加・変更が必要かどうか)
  • 互換性が保持されているか
  • セキュリティ上の問題がないか

@chihiro-adachi chihiro-adachi added document Improvements or additions to documentation enhancement 機能追加 and removed document Improvements or additions to documentation labels Jul 8, 2021
@chihiro-adachi chihiro-adachi added this to the 4.1 milestone Jul 8, 2021
@codecov-commenter
Copy link

Codecov Report

Merging #5087 (0c52fd4) into 4.1 (6149c4c) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##                4.1    #5087      +/-   ##
============================================
+ Coverage     75.71%   75.72%   +0.01%     
- Complexity     6016     6019       +3     
============================================
  Files           454      454              
  Lines         21125    21131       +6     
============================================
+ Hits          15994    16001       +7     
+ Misses         5131     5130       -1     
Flag Coverage Δ
tests 75.72% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...Eccube/Controller/Admin/Content/FileController.php 88.97% <100.00%> (+0.66%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6149c4c...0c52fd4. Read the comment docs.

@matsuoshi
Copy link
Contributor

確認しました、問題ないと思います

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

Successfully merging this pull request may close these issues.

3 participants