Skip to content

Commit a8cadd3

Browse files
authored
feat: disallows trimming properties in CDX BOM (#17)
1 parent c4a9d97 commit a8cadd3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/trim-cdx-bom.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export function trimCdxBom(cdxBom: CdxBom): CdxBom {
1313
component.externalReferences = [];
1414
component.evidence = {};
1515
component.hashes = [];
16-
component.properties = [];
1716
}
1817

1918
return newBom;

0 commit comments

Comments
 (0)