Skip to content

Commit

Permalink
Merge pull request #605 from spryker-shop/upgradebot/upgrade-for-mast…
Browse files Browse the repository at this point in the history
…er-release-group-5742

Auto-updating Spryker modules on 2025-02-28 10:59 for release group #5742 / Jira ticket FRW-10005
  • Loading branch information
gechetspr authored Feb 28, 2025
2 parents af600ef + 8af9ff1 commit de9e74b
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 66 deletions.
94 changes: 48 additions & 46 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions tests/PyzTest/Glue/Customer/RestApi/CustomerPasswordCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,11 +234,6 @@ protected function requestPatchCustomerPasswordFailsValidationDataProvider(): ar
RestErrorMessageTransfer::STATUS => Response::HTTP_UNPROCESSABLE_ENTITY,
RestErrorMessageTransfer::DETAIL => 'newPassword => Your password must include at least one uppercase letter, one lowercase letter, one number, and one special character from the following list: !@#$%^&*()_-+=[]{}|;:<>.,/?\~. Non-Latin and other special characters are not allowed.',
],
[
RestErrorMessageTransfer::CODE => RestRequestValidatorConfig::RESPONSE_CODE_REQUEST_INVALID,
RestErrorMessageTransfer::STATUS => Response::HTTP_UNPROCESSABLE_ENTITY,
RestErrorMessageTransfer::DETAIL => 'newPassword => This password has been leaked in a data breach, it must not be used. Please use another password.',
],
[
RestErrorMessageTransfer::CODE => RestRequestValidatorConfig::RESPONSE_CODE_REQUEST_INVALID,
RestErrorMessageTransfer::STATUS => Response::HTTP_UNPROCESSABLE_ENTITY,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,11 +264,6 @@ protected function requestPostCustomerFailsValidationDataProvider(): array
RestErrorMessageTransfer::STATUS => Response::HTTP_UNPROCESSABLE_ENTITY,
RestErrorMessageTransfer::DETAIL => 'password => Your password must include at least one uppercase letter, one lowercase letter, one number, and one special character from the following list: !@#$%^&*()_-+=[]{}|;:<>.,/?\~. Non-Latin and other special characters are not allowed.',
],
[
RestErrorMessageTransfer::CODE => RestRequestValidatorConfig::RESPONSE_CODE_REQUEST_INVALID,
RestErrorMessageTransfer::STATUS => Response::HTTP_UNPROCESSABLE_ENTITY,
RestErrorMessageTransfer::DETAIL => 'password => This password has been leaked in a data breach, it must not be used. Please use another password.',
],
[
RestErrorMessageTransfer::CODE => RestRequestValidatorConfig::RESPONSE_CODE_REQUEST_INVALID,
RestErrorMessageTransfer::STATUS => Response::HTTP_UNPROCESSABLE_ENTITY,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,6 @@ protected function requestPatchCustomerPasswordFailsValidationDataProvider(): ar
RestErrorMessageTransfer::STATUS => Response::HTTP_UNPROCESSABLE_ENTITY,
RestErrorMessageTransfer::DETAIL => 'password => Your password must include at least one uppercase letter, one lowercase letter, one number, and one special character from the following list: !@#$%^&*()_-+=[]{}|;:<>.,/?\~. Non-Latin and other special characters are not allowed.',
],
[
RestErrorMessageTransfer::CODE => RestRequestValidatorConfig::RESPONSE_CODE_REQUEST_INVALID,
RestErrorMessageTransfer::STATUS => Response::HTTP_UNPROCESSABLE_ENTITY,
RestErrorMessageTransfer::DETAIL => 'password => This password has been leaked in a data breach, it must not be used. Please use another password.',
],
[
RestErrorMessageTransfer::CODE => RestRequestValidatorConfig::RESPONSE_CODE_REQUEST_INVALID,
RestErrorMessageTransfer::STATUS => Response::HTTP_UNPROCESSABLE_ENTITY,
Expand Down
5 changes: 0 additions & 5 deletions tests/PyzTest/Glue/Customer/RestApi/CustomerUpdateCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -399,11 +399,6 @@ protected function requestPatchCustomerFailsValidationDataProvider(): array
RestErrorMessageTransfer::STATUS => Response::HTTP_UNPROCESSABLE_ENTITY,
RestErrorMessageTransfer::DETAIL => 'password => Your password must include at least one uppercase letter, one lowercase letter, one number, and one special character from the following list: !@#$%^&*()_-+=[]{}|;:<>.,/?\~. Non-Latin and other special characters are not allowed.',
],
[
RestErrorMessageTransfer::CODE => RestRequestValidatorConfig::RESPONSE_CODE_REQUEST_INVALID,
RestErrorMessageTransfer::STATUS => Response::HTTP_UNPROCESSABLE_ENTITY,
RestErrorMessageTransfer::DETAIL => 'password => This password has been leaked in a data breach, it must not be used. Please use another password.',
],
[
RestErrorMessageTransfer::CODE => RestRequestValidatorConfig::RESPONSE_CODE_REQUEST_INVALID,
RestErrorMessageTransfer::STATUS => Response::HTTP_UNPROCESSABLE_ENTITY,
Expand Down

0 comments on commit de9e74b

Please sign in to comment.