A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Sep 30, 2020
Feb 04, 2021
Closed, Fixed and tested
This is a fix for an issue where the API allows for addition of duplicate assets to products.
Scenario: When adding multiple media items with the same key/ID to a product, it causes an exception (duplicate key) when saving the next time.
Cause:
AssetServiceDatabase.CommitAssets does not check duplication for the updatingRows list.
In this case, an exception should be thrown.