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

商品規格登録画面のコードに256文字以上の文字列を入力し、登録ボタンをクリックしたところ、システムエラーを示す画面に遷移しました #5725

Closed
tiger-nakaya opened this issue Aug 31, 2022 · 5 comments
Labels
bug:Low bugbounty2022:issue:entry バグバウンティ2022 バグ報告 Issue登録 bugbounty2022:issue:recognition バグバウンティ2022 バグ報告 バグ認定 bugbounty2022:issue:runbook バグバウンティ2022 バグ報告 再現手順の記述
Milestone

Comments

@tiger-nakaya
Copy link

概要(Overview)

コードに256文字以上の文字列を入力し、登録ボタンをクリックしたところ、システムエラーを示す画面に遷移しました。

期待する内容(Expect) or 要望 (Requirement)

エラーメッセージが表示された方がよいと思いました。

再現手順(Procedure)

概要の通りです。

環境 (environment)

  • EC-CUBE: 4.0.x
  • PHP: 7.x.x
  • DB:
    • PostgreSQL x.x.x
    • MySQL x.x.x

関連情報 (Ref)

@nobuhiko
Copy link
Contributor

4.2 で確認したところ、255文字で文字がカットされて登録されました。

@nobuhiko
Copy link
Contributor

#5714
重複ですかね?

@chihiro-adachi chihiro-adachi added this to the 4.2.0 milestone Aug 31, 2022
@chihiro-adachi
Copy link
Contributor

#5714 は重複と思われるためクローズさせていただきました。

@chihiro-adachi
Copy link
Contributor

PostgreSQLでシステムエラー確認しました。

An exception occurred while executing a query: SQLSTATE[22001]: String data, right truncated: 7 ERROR: value too long for type character varying(255)

@chihiro-adachi chihiro-adachi added bugbounty2022:issue:entry バグバウンティ2022 バグ報告 Issue登録 bugbounty2022:issue:runbook バグバウンティ2022 バグ報告 再現手順の記述 bugbounty2022:issue:recognition バグバウンティ2022 バグ報告 バグ認定 labels Sep 1, 2022
chihiro-adachi added a commit that referenced this issue Sep 1, 2022
ref #5725 商品コードバリデートの不整合
@chihiro-adachi
Copy link
Contributor

#5740 で対応

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug:Low bugbounty2022:issue:entry バグバウンティ2022 バグ報告 Issue登録 bugbounty2022:issue:recognition バグバウンティ2022 バグ報告 バグ認定 bugbounty2022:issue:runbook バグバウンティ2022 バグ報告 再現手順の記述
Projects
None yet
Development

No branches or pull requests

3 participants