Last active
June 12, 2024 23:47
-
-
Save kishimotonico/95cda60c176fc03c5231d25a5da92c04 to your computer and use it in GitHub Desktop.
EC-CUBE 4.xの環境において、スロットリングを無効化したり脆弱なパスワードを許可したりする邪悪な設定ファイル
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eccube: | |
rate_limiter: | |
parameters: | |
eccube_password_min_len: 1 | |
eccube_password_pattern: '/.*/i' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment