Conversation
|
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is kicking off a free cloud agent to fix this issue. This run is complimentary, but you can enable autofix for all future PRs in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 2ef082a. Configure here.
| }, | ||
| { | ||
| "Id": "VirtoCommerce.Seo", | ||
| "BlobName": "VirtoCommerce.Seo_3.1001.0.zip" |
There was a problem hiding this comment.
Seo module blob likely references nonexistent artifact
High Severity
The VirtoCommerce.Seo module was moved from the GithubReleases source to AzureBlob, but its BlobName (VirtoCommerce.Seo_3.1001.0.zip) lacks the -pr-NUMBER-HASH suffix that nearly every other AzureBlob entry has. The PR description confirms the automation failed: "from PR undefined undefined" — the PR number and identifier were not resolved. This strongly suggests the referenced blob artifact may not exist in Azure storage, which would cause a deployment failure at module download time.
Reviewed by Cursor Bugbot for commit 2ef082a. Configure here.
There was a problem hiding this comment.
Bugbot Autofix determined this is a false positive.
The referenced Azure blob VirtoCommerce.Seo_3.1001.0.zip is publicly present in the vc3prerelease/packages container and returns HTTP 200, so this entry does not point to a missing artifact.
This Bugbot Autofix run was free. To enable autofix for future PRs, go to the Cursor dashboard.


ci: Automated update vc-module-seo from PR undefined undefined
Note
Low Risk
Low risk configuration-only change; main impact is deployment behavior by switching where the
VirtoCommerce.Seomodule is fetched from and which version is installed.Overview
Updates module manifest to bump and re-source
VirtoCommerce.Seo.backend/packages.jsonremovesVirtoCommerce.Seo(3.1000.0) from theGithubReleasessource and adds it to theAzureBlobsource asVirtoCommerce.Seo_3.1001.0.zip.Also includes minor JSON formatting/whitespace adjustments (including EOF newline change).
Reviewed by Cursor Bugbot for commit 2ef082a. Bugbot is set up for automated code reviews on this repo. Configure here.