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

4.0.6 / 4.0.6-p1 の変更(#5071 / #5078)の取り込み #5073

Merged
merged 23 commits into from Jun 29, 2021

Conversation

okazy
Copy link
Contributor

@okazy okazy commented Jun 23, 2021

概要(Overview・Refs Issue)

2021/6/29 追記: .htaccess の設定不備に対応しました。

4.0.6 の変更(#5071)および 4.0.6-p1 の変更(#5078)を取り込みました。

  • クロスサイトスクリプティング脆弱性の修正
  • Symfonyライブラリのアップデート
  • プラグインのインストール時にrequire-devのライブラリが含まれていた不具合の修正

コンフリクトが発生しましたので composer update "symfony/*" も実施しています。

テスト(Test)

脆弱性が発生しないことを確認

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

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

レビュワー確認項目

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

@okazy okazy changed the title Dev/4.0.6 no Dev/4.0.6 の変更()の取り込み Jun 23, 2021
@okazy okazy changed the title Dev/4.0.6 の変更()の取り込み 4.0.6 の変更(#5071)の取り込み Jun 23, 2021
@okazy okazy added the improvement 機能改善 label Jun 23, 2021
@okazy okazy added this to the 4.0.x milestone Jun 23, 2021
@codecov-commenter
Copy link

codecov-commenter commented Jun 23, 2021

Codecov Report

Merging #5073 (14fc5c2) into 4.0 (6ec8440) will increase coverage by 0.07%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##                4.0    #5073      +/-   ##
============================================
+ Coverage     76.11%   76.18%   +0.07%     
  Complexity     6124     6124              
============================================
  Files           437      437              
  Lines         20744    20748       +4     
============================================
+ Hits          15789    15807      +18     
+ Misses         4955     4941      -14     
Flag Coverage Δ
tests 76.18% <0.00%> (+0.07%) ⬆️

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

Impacted Files Coverage Δ
src/Eccube/Service/Composer/ComposerApiService.php 4.23% <0.00%> (-0.15%) ⬇️
src/Eccube/Entity/TaxRule.php 86.41% <0.00%> (+1.23%) ⬆️
...be/Service/PurchaseFlow/Processor/TaxProcessor.php 83.33% <0.00%> (+3.70%) ⬆️
src/Eccube/Controller/Admin/AdminController.php 78.18% <0.00%> (+6.81%) ⬆️

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 6ec8440...14fc5c2. Read the comment docs.

@okazy okazy changed the title 4.0.6 の変更(#5071)の取り込み 4.0.6 / 4.0.6-p1 の変更(#5071 / #5078)の取り込み Jun 29, 2021
@chihiro-adachi chihiro-adachi merged commit 45c5720 into EC-CUBE:4.0 Jun 29, 2021
@okazy okazy modified the milestones: 4.0.x, 4.1 Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants