Skip to content

Commit

Permalink
remove file path
Browse files Browse the repository at this point in the history
  • Loading branch information
amf committed Aug 15, 2024
1 parent f22f6b4 commit 17c76c8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkg/sbom/cyclonedx/marshal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1462,7 +1462,7 @@ func TestMarshaler_MarshalReport(t *testing.T) {
Name: "com.fasterxml.jackson.core:jackson-databind",
Version: "2.13.4.1",
Identifier: ftypes.PkgIdentifier{
BOMRef: "pkg:maven/com.fasterxml.jackson.core/[email protected]?file_path=jackson-databind-2.13.4.1.jar",
BOMRef: "pkg:maven/com.fasterxml.jackson.core/[email protected]",
UID: "9A5066570222D04C",
PURL: &packageurl.PackageURL{
Type: packageurl.TypeMaven,
Expand All @@ -1480,7 +1480,7 @@ func TestMarshaler_MarshalReport(t *testing.T) {
PkgName: "com.fasterxml.jackson.core:jackson-databind",
PkgPath: "jackson-databind-2.13.4.1.jar",
PkgIdentifier: ftypes.PkgIdentifier{
BOMRef: "pkg:maven/com.fasterxml.jackson.core/[email protected]?file_path=jackson-databind-2.13.4.1.jar",
BOMRef: "pkg:maven/com.fasterxml.jackson.core/[email protected]",
UID: "9A5066570222D04C",
PURL: &packageurl.PackageURL{
Type: packageurl.TypeMaven,
Expand Down Expand Up @@ -1557,7 +1557,7 @@ func TestMarshaler_MarshalReport(t *testing.T) {
},
Components: &[]cdx.Component{
{
BOMRef: "pkg:maven/com.fasterxml.jackson.core/[email protected]?file_path=jackson-databind-2.13.4.1.jar",
BOMRef: "pkg:maven/com.fasterxml.jackson.core/[email protected]",
Type: cdx.ComponentTypeLibrary,
Group: "com.fasterxml.jackson.core",
Name: "jackson-databind",
Expand Down Expand Up @@ -1607,7 +1607,7 @@ func TestMarshaler_MarshalReport(t *testing.T) {
Updated: "2022-12-20T10:15:00+00:00",
Affects: &[]cdx.Affects{
{
Ref: "pkg:maven/com.fasterxml.jackson.core/[email protected]?file_path=jackson-databind-2.13.4.1.jar",
Ref: "pkg:maven/com.fasterxml.jackson.core/[email protected]",
Range: &[]cdx.AffectedVersions{
{
Version: "2.13.4.1",
Expand All @@ -1622,11 +1622,11 @@ func TestMarshaler_MarshalReport(t *testing.T) {
{
Ref: "aff65b54-6009-4c32-968d-748949ef46e8",
Dependencies: &[]string{
"pkg:maven/com.fasterxml.jackson.core/[email protected]?file_path=jackson-databind-2.13.4.1.jar",
"pkg:maven/com.fasterxml.jackson.core/[email protected]",
},
},
{
Ref: "pkg:maven/com.fasterxml.jackson.core/[email protected]?file_path=jackson-databind-2.13.4.1.jar",
Ref: "pkg:maven/com.fasterxml.jackson.core/[email protected]",
Dependencies: lo.ToPtr([]string{}),
},
},
Expand Down

0 comments on commit 17c76c8

Please sign in to comment.