Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 12 additions & 15 deletions backend/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"PlatformVersion": "3.1013.0-pr-2995-0034-vcst-4834-00344529",
"PlatformImage": "ghcr.io/virtocommerce/platform",
"PlatformImageTag": "3.1013.0-pr-2995-0034-vcst-4834-00344529",

"ModuleSources": [
"https://raw.githubusercontent.com/VirtoCommerce/vc-modules/master/modules_v3.json"
],
Expand All @@ -12,7 +11,7 @@
"Name": "AzureBlob",
"Container": "packages",
"ServiceUri": "https://vc3prerelease.blob.core.windows.net",
"Modules": [
"Modules": [
{
"Id": "VirtoCommerce.PowerBiReports",
"BlobName": "VirtoCommerce.PowerBiReports_3.800.0-pr-5-3363.zip"
Expand Down Expand Up @@ -48,7 +47,7 @@
"Id": "VirtoCommerce.XCart",
"BlobName": "VirtoCommerce.XCart_3.1005.0-pr-106-ad89.zip"
},
{
{
"Id": "VirtoCommerce.Assets",
"BlobName": "VirtoCommerce.Assets_3.1002.0-pr-36-2ce1.zip"
},
Expand All @@ -60,7 +59,7 @@
"Id": "VirtoCommerce.Customer",
"BlobName": "VirtoCommerce.Customer_3.1003.0-pr-295-0f8e.zip"
},
{
{
"Id": "VirtoCommerce.Inventory",
"BlobName": "VirtoCommerce.Inventory_3.1001.0-pr-160-a558.zip"
},
Expand All @@ -76,24 +75,27 @@
"Id": "VirtoCommerce.Pricing",
"BlobName": "VirtoCommerce.Pricing_3.1001.0-pr-232-4228.zip"
},
{
{
"Id": "VirtoCommerce.Store",
"BlobName": "VirtoCommerce.Store_3.1001.0-pr-165-2642.zip"
},
{
"Id": "VirtoCommerce.Orders",
"BlobName": "VirtoCommerce.Orders_3.1003.0-pr-490-ea59.zip"
},
{
"Id": "VirtoCommerce.Seo",
"BlobName": "VirtoCommerce.Seo_3.1001.0.zip"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 2ef082a. Configure here.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

}

]
},
{
"Name": "GithubReleases",
"ModuleSources": [
"https://raw.githubusercontent.com/VirtoCommerce/vc-modules/master/modules_v3.json"
],
"Modules": [
{
],
"Modules": [
{
"Id": "VirtoCommerce.Contentful",
"Version": "3.805.0"
},
Expand All @@ -117,10 +119,6 @@
"Id": "VirtoCommerce.Search",
"Version": "3.1000.0"
},
{
"Id": "VirtoCommerce.Seo",
"Version": "3.1000.0"
},
{
"Id": "VirtoCommerce.OpenIdConnectModule",
"Version": "3.1000.0"
Expand Down Expand Up @@ -364,5 +362,4 @@
]
}
]
}

}