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,19 +47,15 @@
"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"
},
{
"Id": "VirtoCommerce.CatalogPublishing",
"BlobName": "VirtoCommerce.CatalogPublishing_3.1001.0-pr-72-48ca.zip"
},
{
"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 +71,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.CatalogPublishing",
"BlobName": "VirtoCommerce.CatalogPublishing_3.1002.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.

Release artifact referenced in pre-release blob container

Medium Severity

The CatalogPublishing BlobName changed from a PR build (_3.1001.0-pr-72-48ca.zip) to a release-style version (_3.1002.0.zip) within the vc3prerelease AzureBlob source. Every other module in this source uses a -pr- suffixed artifact. The PR description confirms the automation broke: "from PR undefined undefined" — the CI script failed to resolve the source PR, likely producing an incorrect artifact reference that may not exist in the pre-release container.

Fix in Cursor Fix in Web

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

}

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

}