Conversation
|
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| }, | ||
| { | ||
| "Id": "VirtoCommerce.GDPR", | ||
| "BlobName": "VirtoCommerce.GDPR_3.1000.0.zip" |
There was a problem hiding this comment.
GDPR module source changed unexpectedly
Medium Severity
VirtoCommerce.GDPR was moved from the GithubReleases source (with Version) to the AzureBlob source (with BlobName). This changes the resolution/download mechanism and pins to VirtoCommerce.GDPR_3.1000.0.zip, which may not exist in the configured blob container or may bypass expected release metadata, causing deployments to miss the GDPR module.


ci: Automated update vc-module-gdpr from PR undefined undefined
Note
Low Risk
Only changes module package sourcing/version in a manifest; risk is limited to deployment/runtime behavior if the referenced GDPR package is missing or incompatible.
Overview
Updates
backend/packages.jsonto source theVirtoCommerce.GDPRmodule from theAzureBlobfeed (VirtoCommerce.GDPR_3.1000.0.zip) instead of pinning it inGithubReleases(previously3.809.0).Also includes minor JSON formatting/whitespace adjustments (including removing the trailing newline).
Written by Cursor Bugbot for commit 8d2be79. This will update automatically on new commits. Configure here.