Skip to content

Latest commit

 

History

History
245 lines (208 loc) · 27.4 KB

CHANGELOG-1.5.md

File metadata and controls

245 lines (208 loc) · 27.4 KB

CHANGELOG FOR 1.5.X

v1.5.7, v1.5.8 (2019-12-03, 2019-12-05)

CVE-2019-16768: Internal exception message exposure in login action.

Details:

Exception messages from internal exceptions (like database exception) are wrapped by \Symfony\Component\Security\Core\Exception\AuthenticationServiceException and propagated through the system to UI. Therefore, some internal system information may leak and be visible to the customer.

A validation message with the exception details will be presented to the user when one will try to log into the shop.

Solution:

This release patches the reported vulnerability. The src/Sylius/Bundle/UiBundle/Resources/views/Security/_login.html.twig file from Sylius should be overridden and {{ messages.error(last_error.message) }} changed to {{ messages.error(last_error.messageKey) }}.

Details

v1.5.6 (2019-11-11)

Details

v1.5.5 (2019-10-08)

Details

v1.5.4 (2019-08-27)

Details

v1.5.3 (2019-07-25)

Details

v1.5.2 (2019-06-20)

Details

v1.5.1 (2019-05-29)

Details

v1.5.0 (2019-05-15)

TL;DR

  • Extracted packages from the core (#10325, #10326, #10327)
  • Added order index API endpoint (#10161)
  • Added ability to customise whether coupons should be reusable after canceling an order using them (#10310)
  • Added shipments list view in the admin panel (#10249)
  • Added ability to define locale used by Sylius during the installation (#10240)

Details

v1.5.0-RC.1 (2019-05-07)

TL;DR

Will be provided for the stable release.

Details