diff --git a/cyclonedx_py/_internal/utils/cdx.py b/cyclonedx_py/_internal/utils/cdx.py index b6abc6f5..affe505d 100644 --- a/cyclonedx_py/_internal/utils/cdx.py +++ b/cyclonedx_py/_internal/utils/cdx.py @@ -35,7 +35,7 @@ def make_bom(**kwargs: Any) -> Bom: bom.metadata.tools.add(Tool( # keep in sync with `../../../pyproject.toml` vendor='CycloneDX', - name='cyclonedx-bom', + name='cyclonedx-py', version=__version__, external_references=[ ExternalReference( diff --git a/tests/__init__.py b/tests/__init__.py index 0205481e..1b922fc1 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -98,10 +98,10 @@ def make_xml_comparable(bom: str) -> str: bom = bom.replace(_root_file_uri_xml_attr, 'file://.../') bom = bom.replace( # replace metadata.tools.version ' CycloneDX\n' - ' cyclonedx-bom\n' + ' cyclonedx-py\n' f' {__this_version}', ' CycloneDX\n' - ' cyclonedx-bom\n' + ' cyclonedx-py\n' ' thisVersion-testing') bom = re_sub( # replace metadata.tools.version ' CycloneDX\n' @@ -127,10 +127,10 @@ def make_xml_comparable(bom: str) -> str: def make_json_comparable(bom: str) -> str: bom = bom.replace(_root_file_uri_json, 'file://.../') bom = bom.replace( # replace metadata.tools.version - ' "name": "cyclonedx-bom",\n' + ' "name": "cyclonedx-py",\n' ' "vendor": "CycloneDX",\n' f' "version": {json_dumps(__this_version)}', - ' "name": "cyclonedx-bom",\n' + ' "name": "cyclonedx-py",\n' ' "vendor": "CycloneDX",\n' ' "version": "thisVersion-testing"') bom = re_sub( # replace metadata.tools.version diff --git a/tests/_data/snapshots/environment/pep639-texts_with-license-pep639_1.2.json.bin b/tests/_data/snapshots/environment/pep639-texts_with-license-pep639_1.2.json.bin index acc12748..94975105 100644 --- a/tests/_data/snapshots/environment/pep639-texts_with-license-pep639_1.2.json.bin +++ b/tests/_data/snapshots/environment/pep639-texts_with-license-pep639_1.2.json.bin @@ -307,7 +307,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/environment/pep639-texts_with-license-pep639_1.2.xml.bin b/tests/_data/snapshots/environment/pep639-texts_with-license-pep639_1.2.xml.bin index f531e83b..1d5886dd 100644 --- a/tests/_data/snapshots/environment/pep639-texts_with-license-pep639_1.2.xml.bin +++ b/tests/_data/snapshots/environment/pep639-texts_with-license-pep639_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/pep639-texts_with-license-pep639_1.3.json.bin b/tests/_data/snapshots/environment/pep639-texts_with-license-pep639_1.3.json.bin index 0ee6f49e..fc0328e7 100644 --- a/tests/_data/snapshots/environment/pep639-texts_with-license-pep639_1.3.json.bin +++ b/tests/_data/snapshots/environment/pep639-texts_with-license-pep639_1.3.json.bin @@ -313,7 +313,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/environment/pep639-texts_with-license-pep639_1.3.xml.bin b/tests/_data/snapshots/environment/pep639-texts_with-license-pep639_1.3.xml.bin index 12a6ec53..fb78a50f 100644 --- a/tests/_data/snapshots/environment/pep639-texts_with-license-pep639_1.3.xml.bin +++ b/tests/_data/snapshots/environment/pep639-texts_with-license-pep639_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/pep639-texts_with-license-pep639_1.4.xml.bin b/tests/_data/snapshots/environment/pep639-texts_with-license-pep639_1.4.xml.bin index f3a66a4f..621aa107 100644 --- a/tests/_data/snapshots/environment/pep639-texts_with-license-pep639_1.4.xml.bin +++ b/tests/_data/snapshots/environment/pep639-texts_with-license-pep639_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/pep639-texts_with-license-pep639_1.5.xml.bin b/tests/_data/snapshots/environment/pep639-texts_with-license-pep639_1.5.xml.bin index 49c9f3e2..42067257 100644 --- a/tests/_data/snapshots/environment/pep639-texts_with-license-pep639_1.5.xml.bin +++ b/tests/_data/snapshots/environment/pep639-texts_with-license-pep639_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/pep639-texts_with-license-pep639_1.6.xml.bin b/tests/_data/snapshots/environment/pep639-texts_with-license-pep639_1.6.xml.bin index d57d04f8..ef0bf057 100644 --- a/tests/_data/snapshots/environment/pep639-texts_with-license-pep639_1.6.xml.bin +++ b/tests/_data/snapshots/environment/pep639-texts_with-license-pep639_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/pep639_with-license-pep639_1.2.json.bin b/tests/_data/snapshots/environment/pep639_with-license-pep639_1.2.json.bin index 2f2f678d..07ab2198 100644 --- a/tests/_data/snapshots/environment/pep639_with-license-pep639_1.2.json.bin +++ b/tests/_data/snapshots/environment/pep639_with-license-pep639_1.2.json.bin @@ -190,7 +190,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/environment/pep639_with-license-pep639_1.2.xml.bin b/tests/_data/snapshots/environment/pep639_with-license-pep639_1.2.xml.bin index 7fe5601e..f6694405 100644 --- a/tests/_data/snapshots/environment/pep639_with-license-pep639_1.2.xml.bin +++ b/tests/_data/snapshots/environment/pep639_with-license-pep639_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/pep639_with-license-pep639_1.3.json.bin b/tests/_data/snapshots/environment/pep639_with-license-pep639_1.3.json.bin index 946efb40..b5fc2710 100644 --- a/tests/_data/snapshots/environment/pep639_with-license-pep639_1.3.json.bin +++ b/tests/_data/snapshots/environment/pep639_with-license-pep639_1.3.json.bin @@ -196,7 +196,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/environment/pep639_with-license-pep639_1.3.xml.bin b/tests/_data/snapshots/environment/pep639_with-license-pep639_1.3.xml.bin index a9a7f53e..7332598c 100644 --- a/tests/_data/snapshots/environment/pep639_with-license-pep639_1.3.xml.bin +++ b/tests/_data/snapshots/environment/pep639_with-license-pep639_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/pep639_with-license-pep639_1.4.xml.bin b/tests/_data/snapshots/environment/pep639_with-license-pep639_1.4.xml.bin index 15201240..61db29c5 100644 --- a/tests/_data/snapshots/environment/pep639_with-license-pep639_1.4.xml.bin +++ b/tests/_data/snapshots/environment/pep639_with-license-pep639_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/pep639_with-license-pep639_1.5.xml.bin b/tests/_data/snapshots/environment/pep639_with-license-pep639_1.5.xml.bin index bf911fb1..d00fe52d 100644 --- a/tests/_data/snapshots/environment/pep639_with-license-pep639_1.5.xml.bin +++ b/tests/_data/snapshots/environment/pep639_with-license-pep639_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/pep639_with-license-pep639_1.6.xml.bin b/tests/_data/snapshots/environment/pep639_with-license-pep639_1.6.xml.bin index 6089decd..f86753a7 100644 --- a/tests/_data/snapshots/environment/pep639_with-license-pep639_1.6.xml.bin +++ b/tests/_data/snapshots/environment/pep639_with-license-pep639_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_editable-self_1.2.json.bin b/tests/_data/snapshots/environment/plain_editable-self_1.2.json.bin index d1c2f622..cc39ad90 100644 --- a/tests/_data/snapshots/environment/plain_editable-self_1.2.json.bin +++ b/tests/_data/snapshots/environment/plain_editable-self_1.2.json.bin @@ -44,7 +44,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/environment/plain_editable-self_1.2.xml.bin b/tests/_data/snapshots/environment/plain_editable-self_1.2.xml.bin index 7a3ad29a..47c3717e 100644 --- a/tests/_data/snapshots/environment/plain_editable-self_1.2.xml.bin +++ b/tests/_data/snapshots/environment/plain_editable-self_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_editable-self_1.3.json.bin b/tests/_data/snapshots/environment/plain_editable-self_1.3.json.bin index c9e9b4e6..0e06fe0f 100644 --- a/tests/_data/snapshots/environment/plain_editable-self_1.3.json.bin +++ b/tests/_data/snapshots/environment/plain_editable-self_1.3.json.bin @@ -50,7 +50,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/environment/plain_editable-self_1.3.xml.bin b/tests/_data/snapshots/environment/plain_editable-self_1.3.xml.bin index 581ab83a..810d605f 100644 --- a/tests/_data/snapshots/environment/plain_editable-self_1.3.xml.bin +++ b/tests/_data/snapshots/environment/plain_editable-self_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_editable-self_1.4.xml.bin b/tests/_data/snapshots/environment/plain_editable-self_1.4.xml.bin index cda2f5bf..6a3abd68 100644 --- a/tests/_data/snapshots/environment/plain_editable-self_1.4.xml.bin +++ b/tests/_data/snapshots/environment/plain_editable-self_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_editable-self_1.5.xml.bin b/tests/_data/snapshots/environment/plain_editable-self_1.5.xml.bin index b2a372b8..03271fad 100644 --- a/tests/_data/snapshots/environment/plain_editable-self_1.5.xml.bin +++ b/tests/_data/snapshots/environment/plain_editable-self_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_editable-self_1.6.xml.bin b/tests/_data/snapshots/environment/plain_editable-self_1.6.xml.bin index 9189d4b0..cbc324bd 100644 --- a/tests/_data/snapshots/environment/plain_editable-self_1.6.xml.bin +++ b/tests/_data/snapshots/environment/plain_editable-self_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_local_1.2.json.bin b/tests/_data/snapshots/environment/plain_local_1.2.json.bin index 74aea42f..0a7dbfd0 100644 --- a/tests/_data/snapshots/environment/plain_local_1.2.json.bin +++ b/tests/_data/snapshots/environment/plain_local_1.2.json.bin @@ -95,7 +95,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/environment/plain_local_1.2.xml.bin b/tests/_data/snapshots/environment/plain_local_1.2.xml.bin index 61150894..277351d1 100644 --- a/tests/_data/snapshots/environment/plain_local_1.2.xml.bin +++ b/tests/_data/snapshots/environment/plain_local_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_local_1.3.json.bin b/tests/_data/snapshots/environment/plain_local_1.3.json.bin index b74fc7a3..52504fb4 100644 --- a/tests/_data/snapshots/environment/plain_local_1.3.json.bin +++ b/tests/_data/snapshots/environment/plain_local_1.3.json.bin @@ -113,7 +113,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/environment/plain_local_1.3.xml.bin b/tests/_data/snapshots/environment/plain_local_1.3.xml.bin index 1eaa9e31..87fa1a2f 100644 --- a/tests/_data/snapshots/environment/plain_local_1.3.xml.bin +++ b/tests/_data/snapshots/environment/plain_local_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_local_1.4.xml.bin b/tests/_data/snapshots/environment/plain_local_1.4.xml.bin index a2a1e908..12cc36f1 100644 --- a/tests/_data/snapshots/environment/plain_local_1.4.xml.bin +++ b/tests/_data/snapshots/environment/plain_local_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_local_1.5.xml.bin b/tests/_data/snapshots/environment/plain_local_1.5.xml.bin index 62522a1d..994864bd 100644 --- a/tests/_data/snapshots/environment/plain_local_1.5.xml.bin +++ b/tests/_data/snapshots/environment/plain_local_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_local_1.6.xml.bin b/tests/_data/snapshots/environment/plain_local_1.6.xml.bin index 21001a09..21e8f45e 100644 --- a/tests/_data/snapshots/environment/plain_local_1.6.xml.bin +++ b/tests/_data/snapshots/environment/plain_local_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_no-deps_1.2.json.bin b/tests/_data/snapshots/environment/plain_no-deps_1.2.json.bin index 6de193b1..f7ab17f1 100644 --- a/tests/_data/snapshots/environment/plain_no-deps_1.2.json.bin +++ b/tests/_data/snapshots/environment/plain_no-deps_1.2.json.bin @@ -51,7 +51,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/environment/plain_no-deps_1.2.xml.bin b/tests/_data/snapshots/environment/plain_no-deps_1.2.xml.bin index a982f421..5c6c1fc0 100644 --- a/tests/_data/snapshots/environment/plain_no-deps_1.2.xml.bin +++ b/tests/_data/snapshots/environment/plain_no-deps_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_no-deps_1.3.json.bin b/tests/_data/snapshots/environment/plain_no-deps_1.3.json.bin index 4922946d..3cfa3a05 100644 --- a/tests/_data/snapshots/environment/plain_no-deps_1.3.json.bin +++ b/tests/_data/snapshots/environment/plain_no-deps_1.3.json.bin @@ -57,7 +57,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/environment/plain_no-deps_1.3.xml.bin b/tests/_data/snapshots/environment/plain_no-deps_1.3.xml.bin index f70c1e34..c326a1fb 100644 --- a/tests/_data/snapshots/environment/plain_no-deps_1.3.xml.bin +++ b/tests/_data/snapshots/environment/plain_no-deps_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_no-deps_1.4.xml.bin b/tests/_data/snapshots/environment/plain_no-deps_1.4.xml.bin index e0d55c55..374af51d 100644 --- a/tests/_data/snapshots/environment/plain_no-deps_1.4.xml.bin +++ b/tests/_data/snapshots/environment/plain_no-deps_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_no-deps_1.5.xml.bin b/tests/_data/snapshots/environment/plain_no-deps_1.5.xml.bin index d4d39154..787be761 100644 --- a/tests/_data/snapshots/environment/plain_no-deps_1.5.xml.bin +++ b/tests/_data/snapshots/environment/plain_no-deps_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_no-deps_1.6.xml.bin b/tests/_data/snapshots/environment/plain_no-deps_1.6.xml.bin index 8081bd9d..290470c8 100644 --- a/tests/_data/snapshots/environment/plain_no-deps_1.6.xml.bin +++ b/tests/_data/snapshots/environment/plain_no-deps_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_normalize-packagename_1.2.json.bin b/tests/_data/snapshots/environment/plain_normalize-packagename_1.2.json.bin index bf95cfa4..9657d83b 100644 --- a/tests/_data/snapshots/environment/plain_normalize-packagename_1.2.json.bin +++ b/tests/_data/snapshots/environment/plain_normalize-packagename_1.2.json.bin @@ -125,7 +125,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/environment/plain_normalize-packagename_1.2.xml.bin b/tests/_data/snapshots/environment/plain_normalize-packagename_1.2.xml.bin index ce3a500b..ce11abd1 100644 --- a/tests/_data/snapshots/environment/plain_normalize-packagename_1.2.xml.bin +++ b/tests/_data/snapshots/environment/plain_normalize-packagename_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_normalize-packagename_1.3.json.bin b/tests/_data/snapshots/environment/plain_normalize-packagename_1.3.json.bin index 4d73455c..9ec32cf5 100644 --- a/tests/_data/snapshots/environment/plain_normalize-packagename_1.3.json.bin +++ b/tests/_data/snapshots/environment/plain_normalize-packagename_1.3.json.bin @@ -137,7 +137,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/environment/plain_normalize-packagename_1.3.xml.bin b/tests/_data/snapshots/environment/plain_normalize-packagename_1.3.xml.bin index 75be771b..dddb8143 100644 --- a/tests/_data/snapshots/environment/plain_normalize-packagename_1.3.xml.bin +++ b/tests/_data/snapshots/environment/plain_normalize-packagename_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_normalize-packagename_1.4.xml.bin b/tests/_data/snapshots/environment/plain_normalize-packagename_1.4.xml.bin index deded9be..854dc5c4 100644 --- a/tests/_data/snapshots/environment/plain_normalize-packagename_1.4.xml.bin +++ b/tests/_data/snapshots/environment/plain_normalize-packagename_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_normalize-packagename_1.5.xml.bin b/tests/_data/snapshots/environment/plain_normalize-packagename_1.5.xml.bin index efdf8ff9..98c37a8f 100644 --- a/tests/_data/snapshots/environment/plain_normalize-packagename_1.5.xml.bin +++ b/tests/_data/snapshots/environment/plain_normalize-packagename_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_normalize-packagename_1.6.xml.bin b/tests/_data/snapshots/environment/plain_normalize-packagename_1.6.xml.bin index 0f4ee721..a2beff60 100644 --- a/tests/_data/snapshots/environment/plain_normalize-packagename_1.6.xml.bin +++ b/tests/_data/snapshots/environment/plain_normalize-packagename_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_private-packages_1.2.json.bin b/tests/_data/snapshots/environment/plain_private-packages_1.2.json.bin index e6be519f..7034e743 100644 --- a/tests/_data/snapshots/environment/plain_private-packages_1.2.json.bin +++ b/tests/_data/snapshots/environment/plain_private-packages_1.2.json.bin @@ -74,7 +74,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/environment/plain_private-packages_1.2.xml.bin b/tests/_data/snapshots/environment/plain_private-packages_1.2.xml.bin index 89416304..7498dda1 100644 --- a/tests/_data/snapshots/environment/plain_private-packages_1.2.xml.bin +++ b/tests/_data/snapshots/environment/plain_private-packages_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_private-packages_1.3.json.bin b/tests/_data/snapshots/environment/plain_private-packages_1.3.json.bin index 4d2c51c2..f58bf3e5 100644 --- a/tests/_data/snapshots/environment/plain_private-packages_1.3.json.bin +++ b/tests/_data/snapshots/environment/plain_private-packages_1.3.json.bin @@ -86,7 +86,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/environment/plain_private-packages_1.3.xml.bin b/tests/_data/snapshots/environment/plain_private-packages_1.3.xml.bin index dd4cd546..b9df9aad 100644 --- a/tests/_data/snapshots/environment/plain_private-packages_1.3.xml.bin +++ b/tests/_data/snapshots/environment/plain_private-packages_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_private-packages_1.4.xml.bin b/tests/_data/snapshots/environment/plain_private-packages_1.4.xml.bin index 362e2921..2597a674 100644 --- a/tests/_data/snapshots/environment/plain_private-packages_1.4.xml.bin +++ b/tests/_data/snapshots/environment/plain_private-packages_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_private-packages_1.5.xml.bin b/tests/_data/snapshots/environment/plain_private-packages_1.5.xml.bin index a0f93b5a..87a38f75 100644 --- a/tests/_data/snapshots/environment/plain_private-packages_1.5.xml.bin +++ b/tests/_data/snapshots/environment/plain_private-packages_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_private-packages_1.6.xml.bin b/tests/_data/snapshots/environment/plain_private-packages_1.6.xml.bin index 586af2fd..d277f40a 100644 --- a/tests/_data/snapshots/environment/plain_private-packages_1.6.xml.bin +++ b/tests/_data/snapshots/environment/plain_private-packages_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_via-pdm_1.2.json.bin b/tests/_data/snapshots/environment/plain_via-pdm_1.2.json.bin index b49f2597..7e4ed029 100644 --- a/tests/_data/snapshots/environment/plain_via-pdm_1.2.json.bin +++ b/tests/_data/snapshots/environment/plain_via-pdm_1.2.json.bin @@ -49,7 +49,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/environment/plain_via-pdm_1.2.xml.bin b/tests/_data/snapshots/environment/plain_via-pdm_1.2.xml.bin index cf306fae..4641e71b 100644 --- a/tests/_data/snapshots/environment/plain_via-pdm_1.2.xml.bin +++ b/tests/_data/snapshots/environment/plain_via-pdm_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_via-pdm_1.3.json.bin b/tests/_data/snapshots/environment/plain_via-pdm_1.3.json.bin index 6c3d6f01..2d8465d0 100644 --- a/tests/_data/snapshots/environment/plain_via-pdm_1.3.json.bin +++ b/tests/_data/snapshots/environment/plain_via-pdm_1.3.json.bin @@ -55,7 +55,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/environment/plain_via-pdm_1.3.xml.bin b/tests/_data/snapshots/environment/plain_via-pdm_1.3.xml.bin index 191aa85d..8b6cd0f1 100644 --- a/tests/_data/snapshots/environment/plain_via-pdm_1.3.xml.bin +++ b/tests/_data/snapshots/environment/plain_via-pdm_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_via-pdm_1.4.xml.bin b/tests/_data/snapshots/environment/plain_via-pdm_1.4.xml.bin index 52967690..766915a0 100644 --- a/tests/_data/snapshots/environment/plain_via-pdm_1.4.xml.bin +++ b/tests/_data/snapshots/environment/plain_via-pdm_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_via-pdm_1.5.xml.bin b/tests/_data/snapshots/environment/plain_via-pdm_1.5.xml.bin index f337ab36..a58116ee 100644 --- a/tests/_data/snapshots/environment/plain_via-pdm_1.5.xml.bin +++ b/tests/_data/snapshots/environment/plain_via-pdm_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_via-pdm_1.6.xml.bin b/tests/_data/snapshots/environment/plain_via-pdm_1.6.xml.bin index e63e9873..0122f908 100644 --- a/tests/_data/snapshots/environment/plain_via-pdm_1.6.xml.bin +++ b/tests/_data/snapshots/environment/plain_via-pdm_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_via-pipenv_1.2.json.bin b/tests/_data/snapshots/environment/plain_via-pipenv_1.2.json.bin index 42e34cb2..7544046d 100644 --- a/tests/_data/snapshots/environment/plain_via-pipenv_1.2.json.bin +++ b/tests/_data/snapshots/environment/plain_via-pipenv_1.2.json.bin @@ -81,7 +81,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/environment/plain_via-pipenv_1.2.xml.bin b/tests/_data/snapshots/environment/plain_via-pipenv_1.2.xml.bin index 0efa51b3..c6b1be3a 100644 --- a/tests/_data/snapshots/environment/plain_via-pipenv_1.2.xml.bin +++ b/tests/_data/snapshots/environment/plain_via-pipenv_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_via-pipenv_1.3.json.bin b/tests/_data/snapshots/environment/plain_via-pipenv_1.3.json.bin index 6a254989..52fe11ee 100644 --- a/tests/_data/snapshots/environment/plain_via-pipenv_1.3.json.bin +++ b/tests/_data/snapshots/environment/plain_via-pipenv_1.3.json.bin @@ -87,7 +87,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/environment/plain_via-pipenv_1.3.xml.bin b/tests/_data/snapshots/environment/plain_via-pipenv_1.3.xml.bin index a30a4395..b317f5d8 100644 --- a/tests/_data/snapshots/environment/plain_via-pipenv_1.3.xml.bin +++ b/tests/_data/snapshots/environment/plain_via-pipenv_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_via-pipenv_1.4.xml.bin b/tests/_data/snapshots/environment/plain_via-pipenv_1.4.xml.bin index 6d286bf9..e5688431 100644 --- a/tests/_data/snapshots/environment/plain_via-pipenv_1.4.xml.bin +++ b/tests/_data/snapshots/environment/plain_via-pipenv_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_via-pipenv_1.5.xml.bin b/tests/_data/snapshots/environment/plain_via-pipenv_1.5.xml.bin index 41aa4241..35be2efc 100644 --- a/tests/_data/snapshots/environment/plain_via-pipenv_1.5.xml.bin +++ b/tests/_data/snapshots/environment/plain_via-pipenv_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_via-pipenv_1.6.xml.bin b/tests/_data/snapshots/environment/plain_via-pipenv_1.6.xml.bin index 2a3679b4..8ae4c92c 100644 --- a/tests/_data/snapshots/environment/plain_via-pipenv_1.6.xml.bin +++ b/tests/_data/snapshots/environment/plain_via-pipenv_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_via-poetry_1.2.json.bin b/tests/_data/snapshots/environment/plain_via-poetry_1.2.json.bin index b3175a0d..1882a9b0 100644 --- a/tests/_data/snapshots/environment/plain_via-poetry_1.2.json.bin +++ b/tests/_data/snapshots/environment/plain_via-poetry_1.2.json.bin @@ -81,7 +81,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/environment/plain_via-poetry_1.2.xml.bin b/tests/_data/snapshots/environment/plain_via-poetry_1.2.xml.bin index d52ebd1e..aaf2c0d4 100644 --- a/tests/_data/snapshots/environment/plain_via-poetry_1.2.xml.bin +++ b/tests/_data/snapshots/environment/plain_via-poetry_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_via-poetry_1.3.json.bin b/tests/_data/snapshots/environment/plain_via-poetry_1.3.json.bin index 1706c191..4b29daa2 100644 --- a/tests/_data/snapshots/environment/plain_via-poetry_1.3.json.bin +++ b/tests/_data/snapshots/environment/plain_via-poetry_1.3.json.bin @@ -87,7 +87,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/environment/plain_via-poetry_1.3.xml.bin b/tests/_data/snapshots/environment/plain_via-poetry_1.3.xml.bin index d7dab0de..cc721dde 100644 --- a/tests/_data/snapshots/environment/plain_via-poetry_1.3.xml.bin +++ b/tests/_data/snapshots/environment/plain_via-poetry_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_via-poetry_1.4.xml.bin b/tests/_data/snapshots/environment/plain_via-poetry_1.4.xml.bin index 001ff5b4..f56a2e3d 100644 --- a/tests/_data/snapshots/environment/plain_via-poetry_1.4.xml.bin +++ b/tests/_data/snapshots/environment/plain_via-poetry_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_via-poetry_1.5.xml.bin b/tests/_data/snapshots/environment/plain_via-poetry_1.5.xml.bin index cd305196..1a7ffd09 100644 --- a/tests/_data/snapshots/environment/plain_via-poetry_1.5.xml.bin +++ b/tests/_data/snapshots/environment/plain_via-poetry_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_via-poetry_1.6.xml.bin b/tests/_data/snapshots/environment/plain_via-poetry_1.6.xml.bin index fd8eed5b..6cba08fb 100644 --- a/tests/_data/snapshots/environment/plain_via-poetry_1.6.xml.bin +++ b/tests/_data/snapshots/environment/plain_via-poetry_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_with-extras_1.2.json.bin b/tests/_data/snapshots/environment/plain_with-extras_1.2.json.bin index 0a52e833..bb23087e 100644 --- a/tests/_data/snapshots/environment/plain_with-extras_1.2.json.bin +++ b/tests/_data/snapshots/environment/plain_with-extras_1.2.json.bin @@ -1138,7 +1138,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/environment/plain_with-extras_1.2.xml.bin b/tests/_data/snapshots/environment/plain_with-extras_1.2.xml.bin index 59c1d097..6ce4e6c9 100644 --- a/tests/_data/snapshots/environment/plain_with-extras_1.2.xml.bin +++ b/tests/_data/snapshots/environment/plain_with-extras_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_with-extras_1.3.json.bin b/tests/_data/snapshots/environment/plain_with-extras_1.3.json.bin index fc3e8582..325645da 100644 --- a/tests/_data/snapshots/environment/plain_with-extras_1.3.json.bin +++ b/tests/_data/snapshots/environment/plain_with-extras_1.3.json.bin @@ -1156,7 +1156,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/environment/plain_with-extras_1.3.xml.bin b/tests/_data/snapshots/environment/plain_with-extras_1.3.xml.bin index 79d4f9e3..c925acca 100644 --- a/tests/_data/snapshots/environment/plain_with-extras_1.3.xml.bin +++ b/tests/_data/snapshots/environment/plain_with-extras_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_with-extras_1.4.xml.bin b/tests/_data/snapshots/environment/plain_with-extras_1.4.xml.bin index 98d29529..2a510cf5 100644 --- a/tests/_data/snapshots/environment/plain_with-extras_1.4.xml.bin +++ b/tests/_data/snapshots/environment/plain_with-extras_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_with-extras_1.5.xml.bin b/tests/_data/snapshots/environment/plain_with-extras_1.5.xml.bin index 11375eb7..e40b02fc 100644 --- a/tests/_data/snapshots/environment/plain_with-extras_1.5.xml.bin +++ b/tests/_data/snapshots/environment/plain_with-extras_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_with-extras_1.6.xml.bin b/tests/_data/snapshots/environment/plain_with-extras_1.6.xml.bin index 921e6243..67885dc8 100644 --- a/tests/_data/snapshots/environment/plain_with-extras_1.6.xml.bin +++ b/tests/_data/snapshots/environment/plain_with-extras_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_with-license-file_1.2.json.bin b/tests/_data/snapshots/environment/plain_with-license-file_1.2.json.bin index 1ee914a9..7c99638f 100644 --- a/tests/_data/snapshots/environment/plain_with-license-file_1.2.json.bin +++ b/tests/_data/snapshots/environment/plain_with-license-file_1.2.json.bin @@ -26,7 +26,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/environment/plain_with-license-file_1.2.xml.bin b/tests/_data/snapshots/environment/plain_with-license-file_1.2.xml.bin index 8b335021..710c26d9 100644 --- a/tests/_data/snapshots/environment/plain_with-license-file_1.2.xml.bin +++ b/tests/_data/snapshots/environment/plain_with-license-file_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_with-license-file_1.3.json.bin b/tests/_data/snapshots/environment/plain_with-license-file_1.3.json.bin index 0c62fac8..2e92b093 100644 --- a/tests/_data/snapshots/environment/plain_with-license-file_1.3.json.bin +++ b/tests/_data/snapshots/environment/plain_with-license-file_1.3.json.bin @@ -32,7 +32,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/environment/plain_with-license-file_1.3.xml.bin b/tests/_data/snapshots/environment/plain_with-license-file_1.3.xml.bin index ca266c8c..29a9c22a 100644 --- a/tests/_data/snapshots/environment/plain_with-license-file_1.3.xml.bin +++ b/tests/_data/snapshots/environment/plain_with-license-file_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_with-license-file_1.4.xml.bin b/tests/_data/snapshots/environment/plain_with-license-file_1.4.xml.bin index 51e9cbe4..08fd7e21 100644 --- a/tests/_data/snapshots/environment/plain_with-license-file_1.4.xml.bin +++ b/tests/_data/snapshots/environment/plain_with-license-file_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_with-license-file_1.5.xml.bin b/tests/_data/snapshots/environment/plain_with-license-file_1.5.xml.bin index 0dc1b63d..b7bf4dc2 100644 --- a/tests/_data/snapshots/environment/plain_with-license-file_1.5.xml.bin +++ b/tests/_data/snapshots/environment/plain_with-license-file_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_with-license-file_1.6.xml.bin b/tests/_data/snapshots/environment/plain_with-license-file_1.6.xml.bin index 89460f5b..e3fe1fc9 100644 --- a/tests/_data/snapshots/environment/plain_with-license-file_1.6.xml.bin +++ b/tests/_data/snapshots/environment/plain_with-license-file_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_with-license-pep639_1.2.json.bin b/tests/_data/snapshots/environment/plain_with-license-pep639_1.2.json.bin index 2f2f678d..07ab2198 100644 --- a/tests/_data/snapshots/environment/plain_with-license-pep639_1.2.json.bin +++ b/tests/_data/snapshots/environment/plain_with-license-pep639_1.2.json.bin @@ -190,7 +190,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/environment/plain_with-license-pep639_1.2.xml.bin b/tests/_data/snapshots/environment/plain_with-license-pep639_1.2.xml.bin index 7fe5601e..f6694405 100644 --- a/tests/_data/snapshots/environment/plain_with-license-pep639_1.2.xml.bin +++ b/tests/_data/snapshots/environment/plain_with-license-pep639_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_with-license-pep639_1.3.json.bin b/tests/_data/snapshots/environment/plain_with-license-pep639_1.3.json.bin index 946efb40..b5fc2710 100644 --- a/tests/_data/snapshots/environment/plain_with-license-pep639_1.3.json.bin +++ b/tests/_data/snapshots/environment/plain_with-license-pep639_1.3.json.bin @@ -196,7 +196,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/environment/plain_with-license-pep639_1.3.xml.bin b/tests/_data/snapshots/environment/plain_with-license-pep639_1.3.xml.bin index a9a7f53e..7332598c 100644 --- a/tests/_data/snapshots/environment/plain_with-license-pep639_1.3.xml.bin +++ b/tests/_data/snapshots/environment/plain_with-license-pep639_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_with-license-pep639_1.4.xml.bin b/tests/_data/snapshots/environment/plain_with-license-pep639_1.4.xml.bin index 15201240..61db29c5 100644 --- a/tests/_data/snapshots/environment/plain_with-license-pep639_1.4.xml.bin +++ b/tests/_data/snapshots/environment/plain_with-license-pep639_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_with-license-pep639_1.5.xml.bin b/tests/_data/snapshots/environment/plain_with-license-pep639_1.5.xml.bin index bf911fb1..d00fe52d 100644 --- a/tests/_data/snapshots/environment/plain_with-license-pep639_1.5.xml.bin +++ b/tests/_data/snapshots/environment/plain_with-license-pep639_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_with-license-pep639_1.6.xml.bin b/tests/_data/snapshots/environment/plain_with-license-pep639_1.6.xml.bin index 6089decd..f86753a7 100644 --- a/tests/_data/snapshots/environment/plain_with-license-pep639_1.6.xml.bin +++ b/tests/_data/snapshots/environment/plain_with-license-pep639_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_with-license-text_1.2.json.bin b/tests/_data/snapshots/environment/plain_with-license-text_1.2.json.bin index 56683c7f..14ac614b 100644 --- a/tests/_data/snapshots/environment/plain_with-license-text_1.2.json.bin +++ b/tests/_data/snapshots/environment/plain_with-license-text_1.2.json.bin @@ -106,7 +106,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/environment/plain_with-license-text_1.2.xml.bin b/tests/_data/snapshots/environment/plain_with-license-text_1.2.xml.bin index bb207cb6..a8cff13d 100644 --- a/tests/_data/snapshots/environment/plain_with-license-text_1.2.xml.bin +++ b/tests/_data/snapshots/environment/plain_with-license-text_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_with-license-text_1.3.json.bin b/tests/_data/snapshots/environment/plain_with-license-text_1.3.json.bin index fb9a12f9..ff26e876 100644 --- a/tests/_data/snapshots/environment/plain_with-license-text_1.3.json.bin +++ b/tests/_data/snapshots/environment/plain_with-license-text_1.3.json.bin @@ -130,7 +130,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/environment/plain_with-license-text_1.3.xml.bin b/tests/_data/snapshots/environment/plain_with-license-text_1.3.xml.bin index bab72695..feface8a 100644 --- a/tests/_data/snapshots/environment/plain_with-license-text_1.3.xml.bin +++ b/tests/_data/snapshots/environment/plain_with-license-text_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_with-license-text_1.4.xml.bin b/tests/_data/snapshots/environment/plain_with-license-text_1.4.xml.bin index c4ca4f86..96c29808 100644 --- a/tests/_data/snapshots/environment/plain_with-license-text_1.4.xml.bin +++ b/tests/_data/snapshots/environment/plain_with-license-text_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_with-license-text_1.5.xml.bin b/tests/_data/snapshots/environment/plain_with-license-text_1.5.xml.bin index d56840b9..bd5e569c 100644 --- a/tests/_data/snapshots/environment/plain_with-license-text_1.5.xml.bin +++ b/tests/_data/snapshots/environment/plain_with-license-text_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_with-license-text_1.6.xml.bin b/tests/_data/snapshots/environment/plain_with-license-text_1.6.xml.bin index 61dd69d2..1ebfdd27 100644 --- a/tests/_data/snapshots/environment/plain_with-license-text_1.6.xml.bin +++ b/tests/_data/snapshots/environment/plain_with-license-text_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_with-urls_1.2.json.bin b/tests/_data/snapshots/environment/plain_with-urls_1.2.json.bin index 1464717f..106c7a15 100644 --- a/tests/_data/snapshots/environment/plain_with-urls_1.2.json.bin +++ b/tests/_data/snapshots/environment/plain_with-urls_1.2.json.bin @@ -169,7 +169,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/environment/plain_with-urls_1.2.xml.bin b/tests/_data/snapshots/environment/plain_with-urls_1.2.xml.bin index 489e45f6..27120966 100644 --- a/tests/_data/snapshots/environment/plain_with-urls_1.2.xml.bin +++ b/tests/_data/snapshots/environment/plain_with-urls_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_with-urls_1.3.json.bin b/tests/_data/snapshots/environment/plain_with-urls_1.3.json.bin index 13c567eb..a41f22dc 100644 --- a/tests/_data/snapshots/environment/plain_with-urls_1.3.json.bin +++ b/tests/_data/snapshots/environment/plain_with-urls_1.3.json.bin @@ -203,7 +203,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/environment/plain_with-urls_1.3.xml.bin b/tests/_data/snapshots/environment/plain_with-urls_1.3.xml.bin index 564ccf54..cdd63909 100644 --- a/tests/_data/snapshots/environment/plain_with-urls_1.3.xml.bin +++ b/tests/_data/snapshots/environment/plain_with-urls_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_with-urls_1.4.xml.bin b/tests/_data/snapshots/environment/plain_with-urls_1.4.xml.bin index d0dc1c3e..e9e5ecfc 100644 --- a/tests/_data/snapshots/environment/plain_with-urls_1.4.xml.bin +++ b/tests/_data/snapshots/environment/plain_with-urls_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_with-urls_1.5.xml.bin b/tests/_data/snapshots/environment/plain_with-urls_1.5.xml.bin index 8fe624b5..58a2e16f 100644 --- a/tests/_data/snapshots/environment/plain_with-urls_1.5.xml.bin +++ b/tests/_data/snapshots/environment/plain_with-urls_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/plain_with-urls_1.6.xml.bin b/tests/_data/snapshots/environment/plain_with-urls_1.6.xml.bin index e8a3d7bd..bdb769e0 100644 --- a/tests/_data/snapshots/environment/plain_with-urls_1.6.xml.bin +++ b/tests/_data/snapshots/environment/plain_with-urls_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/texts_with-license-pep639_1.2.json.bin b/tests/_data/snapshots/environment/texts_with-license-pep639_1.2.json.bin index 2f2f678d..07ab2198 100644 --- a/tests/_data/snapshots/environment/texts_with-license-pep639_1.2.json.bin +++ b/tests/_data/snapshots/environment/texts_with-license-pep639_1.2.json.bin @@ -190,7 +190,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/environment/texts_with-license-pep639_1.2.xml.bin b/tests/_data/snapshots/environment/texts_with-license-pep639_1.2.xml.bin index 7fe5601e..f6694405 100644 --- a/tests/_data/snapshots/environment/texts_with-license-pep639_1.2.xml.bin +++ b/tests/_data/snapshots/environment/texts_with-license-pep639_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/texts_with-license-pep639_1.3.json.bin b/tests/_data/snapshots/environment/texts_with-license-pep639_1.3.json.bin index 946efb40..b5fc2710 100644 --- a/tests/_data/snapshots/environment/texts_with-license-pep639_1.3.json.bin +++ b/tests/_data/snapshots/environment/texts_with-license-pep639_1.3.json.bin @@ -196,7 +196,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/environment/texts_with-license-pep639_1.3.xml.bin b/tests/_data/snapshots/environment/texts_with-license-pep639_1.3.xml.bin index a9a7f53e..7332598c 100644 --- a/tests/_data/snapshots/environment/texts_with-license-pep639_1.3.xml.bin +++ b/tests/_data/snapshots/environment/texts_with-license-pep639_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/texts_with-license-pep639_1.4.xml.bin b/tests/_data/snapshots/environment/texts_with-license-pep639_1.4.xml.bin index 15201240..61db29c5 100644 --- a/tests/_data/snapshots/environment/texts_with-license-pep639_1.4.xml.bin +++ b/tests/_data/snapshots/environment/texts_with-license-pep639_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/texts_with-license-pep639_1.5.xml.bin b/tests/_data/snapshots/environment/texts_with-license-pep639_1.5.xml.bin index bf911fb1..d00fe52d 100644 --- a/tests/_data/snapshots/environment/texts_with-license-pep639_1.5.xml.bin +++ b/tests/_data/snapshots/environment/texts_with-license-pep639_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/environment/texts_with-license-pep639_1.6.xml.bin b/tests/_data/snapshots/environment/texts_with-license-pep639_1.6.xml.bin index 6089decd..f86753a7 100644 --- a/tests/_data/snapshots/environment/texts_with-license-pep639_1.6.xml.bin +++ b/tests/_data/snapshots/environment/texts_with-license-pep639_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_category-deps_1.2.json.bin b/tests/_data/snapshots/pipenv/plain_category-deps_1.2.json.bin index 29db2b69..53045085 100644 --- a/tests/_data/snapshots/pipenv/plain_category-deps_1.2.json.bin +++ b/tests/_data/snapshots/pipenv/plain_category-deps_1.2.json.bin @@ -33,7 +33,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/pipenv/plain_category-deps_1.2.xml.bin b/tests/_data/snapshots/pipenv/plain_category-deps_1.2.xml.bin index 8bb75f31..6c6f2368 100644 --- a/tests/_data/snapshots/pipenv/plain_category-deps_1.2.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_category-deps_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_category-deps_1.3.json.bin b/tests/_data/snapshots/pipenv/plain_category-deps_1.3.json.bin index bf5f1400..7e759057 100644 --- a/tests/_data/snapshots/pipenv/plain_category-deps_1.3.json.bin +++ b/tests/_data/snapshots/pipenv/plain_category-deps_1.3.json.bin @@ -55,7 +55,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/pipenv/plain_category-deps_1.3.xml.bin b/tests/_data/snapshots/pipenv/plain_category-deps_1.3.xml.bin index 66ddf3f3..00cdaff1 100644 --- a/tests/_data/snapshots/pipenv/plain_category-deps_1.3.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_category-deps_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_category-deps_1.4.xml.bin b/tests/_data/snapshots/pipenv/plain_category-deps_1.4.xml.bin index f84397a3..63092183 100644 --- a/tests/_data/snapshots/pipenv/plain_category-deps_1.4.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_category-deps_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_category-deps_1.5.xml.bin b/tests/_data/snapshots/pipenv/plain_category-deps_1.5.xml.bin index 5fc396b6..268def56 100644 --- a/tests/_data/snapshots/pipenv/plain_category-deps_1.5.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_category-deps_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_category-deps_1.6.xml.bin b/tests/_data/snapshots/pipenv/plain_category-deps_1.6.xml.bin index c913d861..eafd9036 100644 --- a/tests/_data/snapshots/pipenv/plain_category-deps_1.6.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_category-deps_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_default-and-dev_1.2.json.bin b/tests/_data/snapshots/pipenv/plain_default-and-dev_1.2.json.bin index 0e111c17..234443b0 100644 --- a/tests/_data/snapshots/pipenv/plain_default-and-dev_1.2.json.bin +++ b/tests/_data/snapshots/pipenv/plain_default-and-dev_1.2.json.bin @@ -50,7 +50,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/pipenv/plain_default-and-dev_1.2.xml.bin b/tests/_data/snapshots/pipenv/plain_default-and-dev_1.2.xml.bin index 63499151..ac20e8a7 100644 --- a/tests/_data/snapshots/pipenv/plain_default-and-dev_1.2.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_default-and-dev_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_default-and-dev_1.3.json.bin b/tests/_data/snapshots/pipenv/plain_default-and-dev_1.3.json.bin index af4a6d9c..19d633c7 100644 --- a/tests/_data/snapshots/pipenv/plain_default-and-dev_1.3.json.bin +++ b/tests/_data/snapshots/pipenv/plain_default-and-dev_1.3.json.bin @@ -88,7 +88,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/pipenv/plain_default-and-dev_1.3.xml.bin b/tests/_data/snapshots/pipenv/plain_default-and-dev_1.3.xml.bin index 166d4c3e..d4897808 100644 --- a/tests/_data/snapshots/pipenv/plain_default-and-dev_1.3.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_default-and-dev_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_default-and-dev_1.4.xml.bin b/tests/_data/snapshots/pipenv/plain_default-and-dev_1.4.xml.bin index bbc5eaff..f92d1e7d 100644 --- a/tests/_data/snapshots/pipenv/plain_default-and-dev_1.4.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_default-and-dev_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_default-and-dev_1.5.xml.bin b/tests/_data/snapshots/pipenv/plain_default-and-dev_1.5.xml.bin index b263c7c2..b12ead65 100644 --- a/tests/_data/snapshots/pipenv/plain_default-and-dev_1.5.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_default-and-dev_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_default-and-dev_1.6.xml.bin b/tests/_data/snapshots/pipenv/plain_default-and-dev_1.6.xml.bin index b9ed026f..18e01421 100644 --- a/tests/_data/snapshots/pipenv/plain_default-and-dev_1.6.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_default-and-dev_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_editable-self_1.2.json.bin b/tests/_data/snapshots/pipenv/plain_editable-self_1.2.json.bin index acc0bc18..fbfc1445 100644 --- a/tests/_data/snapshots/pipenv/plain_editable-self_1.2.json.bin +++ b/tests/_data/snapshots/pipenv/plain_editable-self_1.2.json.bin @@ -14,7 +14,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/pipenv/plain_editable-self_1.2.xml.bin b/tests/_data/snapshots/pipenv/plain_editable-self_1.2.xml.bin index 914a56f6..c48d9e83 100644 --- a/tests/_data/snapshots/pipenv/plain_editable-self_1.2.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_editable-self_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_editable-self_1.3.json.bin b/tests/_data/snapshots/pipenv/plain_editable-self_1.3.json.bin index ff13d796..cba63306 100644 --- a/tests/_data/snapshots/pipenv/plain_editable-self_1.3.json.bin +++ b/tests/_data/snapshots/pipenv/plain_editable-self_1.3.json.bin @@ -26,7 +26,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/pipenv/plain_editable-self_1.3.xml.bin b/tests/_data/snapshots/pipenv/plain_editable-self_1.3.xml.bin index f549a582..67d75d4a 100644 --- a/tests/_data/snapshots/pipenv/plain_editable-self_1.3.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_editable-self_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_editable-self_1.4.xml.bin b/tests/_data/snapshots/pipenv/plain_editable-self_1.4.xml.bin index 695555b5..5e465b09 100644 --- a/tests/_data/snapshots/pipenv/plain_editable-self_1.4.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_editable-self_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_editable-self_1.5.xml.bin b/tests/_data/snapshots/pipenv/plain_editable-self_1.5.xml.bin index 2324e763..d964ada7 100644 --- a/tests/_data/snapshots/pipenv/plain_editable-self_1.5.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_editable-self_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_editable-self_1.6.xml.bin b/tests/_data/snapshots/pipenv/plain_editable-self_1.6.xml.bin index 4fde0c39..c7802ef5 100644 --- a/tests/_data/snapshots/pipenv/plain_editable-self_1.6.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_editable-self_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_local_1.2.json.bin b/tests/_data/snapshots/pipenv/plain_local_1.2.json.bin index b2a62add..f46d43a5 100644 --- a/tests/_data/snapshots/pipenv/plain_local_1.2.json.bin +++ b/tests/_data/snapshots/pipenv/plain_local_1.2.json.bin @@ -64,7 +64,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/pipenv/plain_local_1.2.xml.bin b/tests/_data/snapshots/pipenv/plain_local_1.2.xml.bin index f520d6c9..cd29abc0 100644 --- a/tests/_data/snapshots/pipenv/plain_local_1.2.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_local_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_local_1.3.json.bin b/tests/_data/snapshots/pipenv/plain_local_1.3.json.bin index 2b17976e..9edeb9bb 100644 --- a/tests/_data/snapshots/pipenv/plain_local_1.3.json.bin +++ b/tests/_data/snapshots/pipenv/plain_local_1.3.json.bin @@ -100,7 +100,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/pipenv/plain_local_1.3.xml.bin b/tests/_data/snapshots/pipenv/plain_local_1.3.xml.bin index 990af727..9115ff8b 100644 --- a/tests/_data/snapshots/pipenv/plain_local_1.3.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_local_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_local_1.4.xml.bin b/tests/_data/snapshots/pipenv/plain_local_1.4.xml.bin index 8a9e27a0..c91b655c 100644 --- a/tests/_data/snapshots/pipenv/plain_local_1.4.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_local_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_local_1.5.xml.bin b/tests/_data/snapshots/pipenv/plain_local_1.5.xml.bin index fcf732d9..925ab933 100644 --- a/tests/_data/snapshots/pipenv/plain_local_1.5.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_local_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_local_1.6.xml.bin b/tests/_data/snapshots/pipenv/plain_local_1.6.xml.bin index c1d0cc24..c1c3ac8f 100644 --- a/tests/_data/snapshots/pipenv/plain_local_1.6.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_local_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_no-deps_1.2.json.bin b/tests/_data/snapshots/pipenv/plain_no-deps_1.2.json.bin index 6de193b1..f7ab17f1 100644 --- a/tests/_data/snapshots/pipenv/plain_no-deps_1.2.json.bin +++ b/tests/_data/snapshots/pipenv/plain_no-deps_1.2.json.bin @@ -51,7 +51,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/pipenv/plain_no-deps_1.2.xml.bin b/tests/_data/snapshots/pipenv/plain_no-deps_1.2.xml.bin index a982f421..5c6c1fc0 100644 --- a/tests/_data/snapshots/pipenv/plain_no-deps_1.2.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_no-deps_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_no-deps_1.3.json.bin b/tests/_data/snapshots/pipenv/plain_no-deps_1.3.json.bin index 4922946d..3cfa3a05 100644 --- a/tests/_data/snapshots/pipenv/plain_no-deps_1.3.json.bin +++ b/tests/_data/snapshots/pipenv/plain_no-deps_1.3.json.bin @@ -57,7 +57,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/pipenv/plain_no-deps_1.3.xml.bin b/tests/_data/snapshots/pipenv/plain_no-deps_1.3.xml.bin index f70c1e34..c326a1fb 100644 --- a/tests/_data/snapshots/pipenv/plain_no-deps_1.3.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_no-deps_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_no-deps_1.4.xml.bin b/tests/_data/snapshots/pipenv/plain_no-deps_1.4.xml.bin index e0d55c55..374af51d 100644 --- a/tests/_data/snapshots/pipenv/plain_no-deps_1.4.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_no-deps_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_no-deps_1.5.xml.bin b/tests/_data/snapshots/pipenv/plain_no-deps_1.5.xml.bin index d4d39154..787be761 100644 --- a/tests/_data/snapshots/pipenv/plain_no-deps_1.5.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_no-deps_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_no-deps_1.6.xml.bin b/tests/_data/snapshots/pipenv/plain_no-deps_1.6.xml.bin index 8081bd9d..290470c8 100644 --- a/tests/_data/snapshots/pipenv/plain_no-deps_1.6.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_no-deps_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_normalize-packagename_1.2.json.bin b/tests/_data/snapshots/pipenv/plain_normalize-packagename_1.2.json.bin index c4c0b9ad..f2933a79 100644 --- a/tests/_data/snapshots/pipenv/plain_normalize-packagename_1.2.json.bin +++ b/tests/_data/snapshots/pipenv/plain_normalize-packagename_1.2.json.bin @@ -67,7 +67,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/pipenv/plain_normalize-packagename_1.2.xml.bin b/tests/_data/snapshots/pipenv/plain_normalize-packagename_1.2.xml.bin index c3eb34cb..2ad4df62 100644 --- a/tests/_data/snapshots/pipenv/plain_normalize-packagename_1.2.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_normalize-packagename_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_normalize-packagename_1.3.json.bin b/tests/_data/snapshots/pipenv/plain_normalize-packagename_1.3.json.bin index 268e3669..57fa1812 100644 --- a/tests/_data/snapshots/pipenv/plain_normalize-packagename_1.3.json.bin +++ b/tests/_data/snapshots/pipenv/plain_normalize-packagename_1.3.json.bin @@ -317,7 +317,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/pipenv/plain_normalize-packagename_1.3.xml.bin b/tests/_data/snapshots/pipenv/plain_normalize-packagename_1.3.xml.bin index b7e88b80..7981bf02 100644 --- a/tests/_data/snapshots/pipenv/plain_normalize-packagename_1.3.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_normalize-packagename_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_normalize-packagename_1.4.xml.bin b/tests/_data/snapshots/pipenv/plain_normalize-packagename_1.4.xml.bin index b7511100..4f427b2e 100644 --- a/tests/_data/snapshots/pipenv/plain_normalize-packagename_1.4.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_normalize-packagename_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_normalize-packagename_1.5.xml.bin b/tests/_data/snapshots/pipenv/plain_normalize-packagename_1.5.xml.bin index eea28adf..fb5b6991 100644 --- a/tests/_data/snapshots/pipenv/plain_normalize-packagename_1.5.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_normalize-packagename_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_normalize-packagename_1.6.xml.bin b/tests/_data/snapshots/pipenv/plain_normalize-packagename_1.6.xml.bin index e752cdfc..7252bd65 100644 --- a/tests/_data/snapshots/pipenv/plain_normalize-packagename_1.6.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_normalize-packagename_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_private-packages_1.2.json.bin b/tests/_data/snapshots/pipenv/plain_private-packages_1.2.json.bin index 9a5d62fb..da5b99a9 100644 --- a/tests/_data/snapshots/pipenv/plain_private-packages_1.2.json.bin +++ b/tests/_data/snapshots/pipenv/plain_private-packages_1.2.json.bin @@ -67,7 +67,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/pipenv/plain_private-packages_1.2.xml.bin b/tests/_data/snapshots/pipenv/plain_private-packages_1.2.xml.bin index b0886c84..f3fd1392 100644 --- a/tests/_data/snapshots/pipenv/plain_private-packages_1.2.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_private-packages_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_private-packages_1.3.json.bin b/tests/_data/snapshots/pipenv/plain_private-packages_1.3.json.bin index 7bd93b67..c87e3653 100644 --- a/tests/_data/snapshots/pipenv/plain_private-packages_1.3.json.bin +++ b/tests/_data/snapshots/pipenv/plain_private-packages_1.3.json.bin @@ -257,7 +257,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/pipenv/plain_private-packages_1.3.xml.bin b/tests/_data/snapshots/pipenv/plain_private-packages_1.3.xml.bin index 15cdc4d7..e145c697 100644 --- a/tests/_data/snapshots/pipenv/plain_private-packages_1.3.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_private-packages_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_private-packages_1.4.xml.bin b/tests/_data/snapshots/pipenv/plain_private-packages_1.4.xml.bin index 39542fdf..9351a78a 100644 --- a/tests/_data/snapshots/pipenv/plain_private-packages_1.4.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_private-packages_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_private-packages_1.5.xml.bin b/tests/_data/snapshots/pipenv/plain_private-packages_1.5.xml.bin index 5626503a..e6dbc8f6 100644 --- a/tests/_data/snapshots/pipenv/plain_private-packages_1.5.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_private-packages_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_private-packages_1.6.xml.bin b/tests/_data/snapshots/pipenv/plain_private-packages_1.6.xml.bin index 1f5eb47b..82141a53 100644 --- a/tests/_data/snapshots/pipenv/plain_private-packages_1.6.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_private-packages_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_with-extras_1.2.json.bin b/tests/_data/snapshots/pipenv/plain_with-extras_1.2.json.bin index 702fba85..73a9f7e2 100644 --- a/tests/_data/snapshots/pipenv/plain_with-extras_1.2.json.bin +++ b/tests/_data/snapshots/pipenv/plain_with-extras_1.2.json.bin @@ -441,7 +441,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/pipenv/plain_with-extras_1.2.xml.bin b/tests/_data/snapshots/pipenv/plain_with-extras_1.2.xml.bin index fdd001ee..ca9bd385 100644 --- a/tests/_data/snapshots/pipenv/plain_with-extras_1.2.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_with-extras_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_with-extras_1.3.json.bin b/tests/_data/snapshots/pipenv/plain_with-extras_1.3.json.bin index 462fac4e..ee9f79a8 100644 --- a/tests/_data/snapshots/pipenv/plain_with-extras_1.3.json.bin +++ b/tests/_data/snapshots/pipenv/plain_with-extras_1.3.json.bin @@ -1611,7 +1611,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/pipenv/plain_with-extras_1.3.xml.bin b/tests/_data/snapshots/pipenv/plain_with-extras_1.3.xml.bin index 96211627..30b33194 100644 --- a/tests/_data/snapshots/pipenv/plain_with-extras_1.3.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_with-extras_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_with-extras_1.4.xml.bin b/tests/_data/snapshots/pipenv/plain_with-extras_1.4.xml.bin index fa6de8b6..ccafeee6 100644 --- a/tests/_data/snapshots/pipenv/plain_with-extras_1.4.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_with-extras_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_with-extras_1.5.xml.bin b/tests/_data/snapshots/pipenv/plain_with-extras_1.5.xml.bin index 18ba1d2d..69ec6087 100644 --- a/tests/_data/snapshots/pipenv/plain_with-extras_1.5.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_with-extras_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_with-extras_1.6.xml.bin b/tests/_data/snapshots/pipenv/plain_with-extras_1.6.xml.bin index bcea4ae9..dfa28942 100644 --- a/tests/_data/snapshots/pipenv/plain_with-extras_1.6.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_with-extras_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_with-urls_1.2.json.bin b/tests/_data/snapshots/pipenv/plain_with-urls_1.2.json.bin index b1c819b1..2f866973 100644 --- a/tests/_data/snapshots/pipenv/plain_with-urls_1.2.json.bin +++ b/tests/_data/snapshots/pipenv/plain_with-urls_1.2.json.bin @@ -135,7 +135,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/pipenv/plain_with-urls_1.2.xml.bin b/tests/_data/snapshots/pipenv/plain_with-urls_1.2.xml.bin index 52f5e33b..ff40c2d1 100644 --- a/tests/_data/snapshots/pipenv/plain_with-urls_1.2.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_with-urls_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_with-urls_1.3.json.bin b/tests/_data/snapshots/pipenv/plain_with-urls_1.3.json.bin index 75b7bd2c..47c76c70 100644 --- a/tests/_data/snapshots/pipenv/plain_with-urls_1.3.json.bin +++ b/tests/_data/snapshots/pipenv/plain_with-urls_1.3.json.bin @@ -565,7 +565,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/pipenv/plain_with-urls_1.3.xml.bin b/tests/_data/snapshots/pipenv/plain_with-urls_1.3.xml.bin index 98cfb39b..ffc3eb6e 100644 --- a/tests/_data/snapshots/pipenv/plain_with-urls_1.3.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_with-urls_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_with-urls_1.4.xml.bin b/tests/_data/snapshots/pipenv/plain_with-urls_1.4.xml.bin index 3107fa74..4036524c 100644 --- a/tests/_data/snapshots/pipenv/plain_with-urls_1.4.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_with-urls_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_with-urls_1.5.xml.bin b/tests/_data/snapshots/pipenv/plain_with-urls_1.5.xml.bin index c137954b..260eef00 100644 --- a/tests/_data/snapshots/pipenv/plain_with-urls_1.5.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_with-urls_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/plain_with-urls_1.6.xml.bin b/tests/_data/snapshots/pipenv/plain_with-urls_1.6.xml.bin index 532d2890..260f043f 100644 --- a/tests/_data/snapshots/pipenv/plain_with-urls_1.6.xml.bin +++ b/tests/_data/snapshots/pipenv/plain_with-urls_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/pypi-mirror_private-packages_1.2.json.bin b/tests/_data/snapshots/pipenv/pypi-mirror_private-packages_1.2.json.bin index 96980c92..106b86a2 100644 --- a/tests/_data/snapshots/pipenv/pypi-mirror_private-packages_1.2.json.bin +++ b/tests/_data/snapshots/pipenv/pypi-mirror_private-packages_1.2.json.bin @@ -57,7 +57,7 @@ "metadata": { "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/pipenv/pypi-mirror_private-packages_1.2.xml.bin b/tests/_data/snapshots/pipenv/pypi-mirror_private-packages_1.2.xml.bin index 1d141c57..59ae3df2 100644 --- a/tests/_data/snapshots/pipenv/pypi-mirror_private-packages_1.2.xml.bin +++ b/tests/_data/snapshots/pipenv/pypi-mirror_private-packages_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/pypi-mirror_private-packages_1.3.json.bin b/tests/_data/snapshots/pipenv/pypi-mirror_private-packages_1.3.json.bin index 79ec9fa5..16d37be6 100644 --- a/tests/_data/snapshots/pipenv/pypi-mirror_private-packages_1.3.json.bin +++ b/tests/_data/snapshots/pipenv/pypi-mirror_private-packages_1.3.json.bin @@ -247,7 +247,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/pipenv/pypi-mirror_private-packages_1.3.xml.bin b/tests/_data/snapshots/pipenv/pypi-mirror_private-packages_1.3.xml.bin index 0443a3f4..31ba484f 100644 --- a/tests/_data/snapshots/pipenv/pypi-mirror_private-packages_1.3.xml.bin +++ b/tests/_data/snapshots/pipenv/pypi-mirror_private-packages_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/pypi-mirror_private-packages_1.4.xml.bin b/tests/_data/snapshots/pipenv/pypi-mirror_private-packages_1.4.xml.bin index 238bd01b..9deadf5a 100644 --- a/tests/_data/snapshots/pipenv/pypi-mirror_private-packages_1.4.xml.bin +++ b/tests/_data/snapshots/pipenv/pypi-mirror_private-packages_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/pypi-mirror_private-packages_1.5.xml.bin b/tests/_data/snapshots/pipenv/pypi-mirror_private-packages_1.5.xml.bin index e99a90d8..76d13f75 100644 --- a/tests/_data/snapshots/pipenv/pypi-mirror_private-packages_1.5.xml.bin +++ b/tests/_data/snapshots/pipenv/pypi-mirror_private-packages_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/pypi-mirror_private-packages_1.6.xml.bin b/tests/_data/snapshots/pipenv/pypi-mirror_private-packages_1.6.xml.bin index 49cd5f40..d322e226 100644 --- a/tests/_data/snapshots/pipenv/pypi-mirror_private-packages_1.6.xml.bin +++ b/tests/_data/snapshots/pipenv/pypi-mirror_private-packages_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/some-categories_category-deps_1.2.json.bin b/tests/_data/snapshots/pipenv/some-categories_category-deps_1.2.json.bin index 9f24c8d3..78c7969f 100644 --- a/tests/_data/snapshots/pipenv/some-categories_category-deps_1.2.json.bin +++ b/tests/_data/snapshots/pipenv/some-categories_category-deps_1.2.json.bin @@ -142,7 +142,7 @@ "metadata": { "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/pipenv/some-categories_category-deps_1.2.xml.bin b/tests/_data/snapshots/pipenv/some-categories_category-deps_1.2.xml.bin index 6e2744f7..fda50aaa 100644 --- a/tests/_data/snapshots/pipenv/some-categories_category-deps_1.2.xml.bin +++ b/tests/_data/snapshots/pipenv/some-categories_category-deps_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/some-categories_category-deps_1.3.json.bin b/tests/_data/snapshots/pipenv/some-categories_category-deps_1.3.json.bin index d6e23efd..2ce86266 100644 --- a/tests/_data/snapshots/pipenv/some-categories_category-deps_1.3.json.bin +++ b/tests/_data/snapshots/pipenv/some-categories_category-deps_1.3.json.bin @@ -280,7 +280,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/pipenv/some-categories_category-deps_1.3.xml.bin b/tests/_data/snapshots/pipenv/some-categories_category-deps_1.3.xml.bin index 784cefbd..b6f9cfe9 100644 --- a/tests/_data/snapshots/pipenv/some-categories_category-deps_1.3.xml.bin +++ b/tests/_data/snapshots/pipenv/some-categories_category-deps_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/some-categories_category-deps_1.4.xml.bin b/tests/_data/snapshots/pipenv/some-categories_category-deps_1.4.xml.bin index d8f78199..2ccb8b03 100644 --- a/tests/_data/snapshots/pipenv/some-categories_category-deps_1.4.xml.bin +++ b/tests/_data/snapshots/pipenv/some-categories_category-deps_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/some-categories_category-deps_1.5.xml.bin b/tests/_data/snapshots/pipenv/some-categories_category-deps_1.5.xml.bin index 52d4bb4b..a4985926 100644 --- a/tests/_data/snapshots/pipenv/some-categories_category-deps_1.5.xml.bin +++ b/tests/_data/snapshots/pipenv/some-categories_category-deps_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/some-categories_category-deps_1.6.xml.bin b/tests/_data/snapshots/pipenv/some-categories_category-deps_1.6.xml.bin index 40a774ba..40b1cc7e 100644 --- a/tests/_data/snapshots/pipenv/some-categories_category-deps_1.6.xml.bin +++ b/tests/_data/snapshots/pipenv/some-categories_category-deps_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/with-dev_default-and-dev_1.2.json.bin b/tests/_data/snapshots/pipenv/with-dev_default-and-dev_1.2.json.bin index affd82b1..40cba5bd 100644 --- a/tests/_data/snapshots/pipenv/with-dev_default-and-dev_1.2.json.bin +++ b/tests/_data/snapshots/pipenv/with-dev_default-and-dev_1.2.json.bin @@ -125,7 +125,7 @@ "metadata": { "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/pipenv/with-dev_default-and-dev_1.2.xml.bin b/tests/_data/snapshots/pipenv/with-dev_default-and-dev_1.2.xml.bin index dc016405..1376a560 100644 --- a/tests/_data/snapshots/pipenv/with-dev_default-and-dev_1.2.xml.bin +++ b/tests/_data/snapshots/pipenv/with-dev_default-and-dev_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/with-dev_default-and-dev_1.3.json.bin b/tests/_data/snapshots/pipenv/with-dev_default-and-dev_1.3.json.bin index 209e8cb1..0a88905f 100644 --- a/tests/_data/snapshots/pipenv/with-dev_default-and-dev_1.3.json.bin +++ b/tests/_data/snapshots/pipenv/with-dev_default-and-dev_1.3.json.bin @@ -243,7 +243,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/pipenv/with-dev_default-and-dev_1.3.xml.bin b/tests/_data/snapshots/pipenv/with-dev_default-and-dev_1.3.xml.bin index be7b125e..64de1765 100644 --- a/tests/_data/snapshots/pipenv/with-dev_default-and-dev_1.3.xml.bin +++ b/tests/_data/snapshots/pipenv/with-dev_default-and-dev_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/with-dev_default-and-dev_1.4.xml.bin b/tests/_data/snapshots/pipenv/with-dev_default-and-dev_1.4.xml.bin index 1eb8df70..8cc6edbc 100644 --- a/tests/_data/snapshots/pipenv/with-dev_default-and-dev_1.4.xml.bin +++ b/tests/_data/snapshots/pipenv/with-dev_default-and-dev_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/with-dev_default-and-dev_1.5.xml.bin b/tests/_data/snapshots/pipenv/with-dev_default-and-dev_1.5.xml.bin index 6fb5cd5d..d97d6de3 100644 --- a/tests/_data/snapshots/pipenv/with-dev_default-and-dev_1.5.xml.bin +++ b/tests/_data/snapshots/pipenv/with-dev_default-and-dev_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/pipenv/with-dev_default-and-dev_1.6.xml.bin b/tests/_data/snapshots/pipenv/with-dev_default-and-dev_1.6.xml.bin index 792cc3f9..7d3fc368 100644 --- a/tests/_data/snapshots/pipenv/with-dev_default-and-dev_1.6.xml.bin +++ b/tests/_data/snapshots/pipenv/with-dev_default-and-dev_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/all-extras_with-extras_lock10_1.2.json.bin b/tests/_data/snapshots/poetry/all-extras_with-extras_lock10_1.2.json.bin index 9fa9ff65..348ef0e2 100644 --- a/tests/_data/snapshots/poetry/all-extras_with-extras_lock10_1.2.json.bin +++ b/tests/_data/snapshots/poetry/all-extras_with-extras_lock10_1.2.json.bin @@ -115,7 +115,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/all-extras_with-extras_lock10_1.2.xml.bin b/tests/_data/snapshots/poetry/all-extras_with-extras_lock10_1.2.xml.bin index 19802b19..e5a2a801 100644 --- a/tests/_data/snapshots/poetry/all-extras_with-extras_lock10_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/all-extras_with-extras_lock10_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/all-extras_with-extras_lock10_1.3.json.bin b/tests/_data/snapshots/poetry/all-extras_with-extras_lock10_1.3.json.bin index b2c46da2..9c6558a2 100644 --- a/tests/_data/snapshots/poetry/all-extras_with-extras_lock10_1.3.json.bin +++ b/tests/_data/snapshots/poetry/all-extras_with-extras_lock10_1.3.json.bin @@ -177,7 +177,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/all-extras_with-extras_lock10_1.3.xml.bin b/tests/_data/snapshots/poetry/all-extras_with-extras_lock10_1.3.xml.bin index c244f88f..5f771125 100644 --- a/tests/_data/snapshots/poetry/all-extras_with-extras_lock10_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/all-extras_with-extras_lock10_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/all-extras_with-extras_lock10_1.4.xml.bin b/tests/_data/snapshots/poetry/all-extras_with-extras_lock10_1.4.xml.bin index 613527a0..0a28bae3 100644 --- a/tests/_data/snapshots/poetry/all-extras_with-extras_lock10_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/all-extras_with-extras_lock10_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/all-extras_with-extras_lock10_1.5.xml.bin b/tests/_data/snapshots/poetry/all-extras_with-extras_lock10_1.5.xml.bin index 181a1f4a..7d2913a8 100644 --- a/tests/_data/snapshots/poetry/all-extras_with-extras_lock10_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/all-extras_with-extras_lock10_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/all-extras_with-extras_lock10_1.6.xml.bin b/tests/_data/snapshots/poetry/all-extras_with-extras_lock10_1.6.xml.bin index 759fc50b..0c5a46e6 100644 --- a/tests/_data/snapshots/poetry/all-extras_with-extras_lock10_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/all-extras_with-extras_lock10_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/all-extras_with-extras_lock11_1.2.json.bin b/tests/_data/snapshots/poetry/all-extras_with-extras_lock11_1.2.json.bin index f9f876b3..56dd1a68 100644 --- a/tests/_data/snapshots/poetry/all-extras_with-extras_lock11_1.2.json.bin +++ b/tests/_data/snapshots/poetry/all-extras_with-extras_lock11_1.2.json.bin @@ -1122,7 +1122,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/all-extras_with-extras_lock11_1.2.xml.bin b/tests/_data/snapshots/poetry/all-extras_with-extras_lock11_1.2.xml.bin index c8224de0..8aff0645 100644 --- a/tests/_data/snapshots/poetry/all-extras_with-extras_lock11_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/all-extras_with-extras_lock11_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/all-extras_with-extras_lock11_1.3.json.bin b/tests/_data/snapshots/poetry/all-extras_with-extras_lock11_1.3.json.bin index c6f3eedd..c3c67041 100644 --- a/tests/_data/snapshots/poetry/all-extras_with-extras_lock11_1.3.json.bin +++ b/tests/_data/snapshots/poetry/all-extras_with-extras_lock11_1.3.json.bin @@ -2124,7 +2124,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/all-extras_with-extras_lock11_1.3.xml.bin b/tests/_data/snapshots/poetry/all-extras_with-extras_lock11_1.3.xml.bin index f6bbeb3e..82b97792 100644 --- a/tests/_data/snapshots/poetry/all-extras_with-extras_lock11_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/all-extras_with-extras_lock11_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/all-extras_with-extras_lock11_1.4.xml.bin b/tests/_data/snapshots/poetry/all-extras_with-extras_lock11_1.4.xml.bin index 8f1401ef..33b153e8 100644 --- a/tests/_data/snapshots/poetry/all-extras_with-extras_lock11_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/all-extras_with-extras_lock11_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/all-extras_with-extras_lock11_1.5.xml.bin b/tests/_data/snapshots/poetry/all-extras_with-extras_lock11_1.5.xml.bin index 9dd62f6d..3e1adf8b 100644 --- a/tests/_data/snapshots/poetry/all-extras_with-extras_lock11_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/all-extras_with-extras_lock11_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/all-extras_with-extras_lock11_1.6.xml.bin b/tests/_data/snapshots/poetry/all-extras_with-extras_lock11_1.6.xml.bin index 560d8b43..5270fe2b 100644 --- a/tests/_data/snapshots/poetry/all-extras_with-extras_lock11_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/all-extras_with-extras_lock11_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/all-extras_with-extras_lock20_1.2.json.bin b/tests/_data/snapshots/poetry/all-extras_with-extras_lock20_1.2.json.bin index 2a8d2398..0732df65 100644 --- a/tests/_data/snapshots/poetry/all-extras_with-extras_lock20_1.2.json.bin +++ b/tests/_data/snapshots/poetry/all-extras_with-extras_lock20_1.2.json.bin @@ -1680,7 +1680,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/all-extras_with-extras_lock20_1.2.xml.bin b/tests/_data/snapshots/poetry/all-extras_with-extras_lock20_1.2.xml.bin index 300bf5ad..58d2a696 100644 --- a/tests/_data/snapshots/poetry/all-extras_with-extras_lock20_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/all-extras_with-extras_lock20_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/all-extras_with-extras_lock20_1.3.json.bin b/tests/_data/snapshots/poetry/all-extras_with-extras_lock20_1.3.json.bin index a6d6fd0d..065fe09c 100644 --- a/tests/_data/snapshots/poetry/all-extras_with-extras_lock20_1.3.json.bin +++ b/tests/_data/snapshots/poetry/all-extras_with-extras_lock20_1.3.json.bin @@ -3170,7 +3170,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/all-extras_with-extras_lock20_1.3.xml.bin b/tests/_data/snapshots/poetry/all-extras_with-extras_lock20_1.3.xml.bin index d93b0190..7cab6f77 100644 --- a/tests/_data/snapshots/poetry/all-extras_with-extras_lock20_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/all-extras_with-extras_lock20_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/all-extras_with-extras_lock20_1.4.xml.bin b/tests/_data/snapshots/poetry/all-extras_with-extras_lock20_1.4.xml.bin index 82c9034b..c719ad2a 100644 --- a/tests/_data/snapshots/poetry/all-extras_with-extras_lock20_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/all-extras_with-extras_lock20_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/all-extras_with-extras_lock20_1.5.xml.bin b/tests/_data/snapshots/poetry/all-extras_with-extras_lock20_1.5.xml.bin index 177793b8..5700de9c 100644 --- a/tests/_data/snapshots/poetry/all-extras_with-extras_lock20_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/all-extras_with-extras_lock20_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/all-extras_with-extras_lock20_1.6.xml.bin b/tests/_data/snapshots/poetry/all-extras_with-extras_lock20_1.6.xml.bin index 547263e5..19e3e3c3 100644 --- a/tests/_data/snapshots/poetry/all-extras_with-extras_lock20_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/all-extras_with-extras_lock20_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/no-dev_group-deps_lock11_1.2.json.bin b/tests/_data/snapshots/poetry/no-dev_group-deps_lock11_1.2.json.bin index c4ed24b7..e59540e3 100644 --- a/tests/_data/snapshots/poetry/no-dev_group-deps_lock11_1.2.json.bin +++ b/tests/_data/snapshots/poetry/no-dev_group-deps_lock11_1.2.json.bin @@ -42,7 +42,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/no-dev_group-deps_lock11_1.2.xml.bin b/tests/_data/snapshots/poetry/no-dev_group-deps_lock11_1.2.xml.bin index 50e031a6..9f5b73f0 100644 --- a/tests/_data/snapshots/poetry/no-dev_group-deps_lock11_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/no-dev_group-deps_lock11_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/no-dev_group-deps_lock11_1.3.json.bin b/tests/_data/snapshots/poetry/no-dev_group-deps_lock11_1.3.json.bin index ab8c21a2..db7c61f1 100644 --- a/tests/_data/snapshots/poetry/no-dev_group-deps_lock11_1.3.json.bin +++ b/tests/_data/snapshots/poetry/no-dev_group-deps_lock11_1.3.json.bin @@ -66,7 +66,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/no-dev_group-deps_lock11_1.3.xml.bin b/tests/_data/snapshots/poetry/no-dev_group-deps_lock11_1.3.xml.bin index 546a4a19..a6c23702 100644 --- a/tests/_data/snapshots/poetry/no-dev_group-deps_lock11_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/no-dev_group-deps_lock11_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/no-dev_group-deps_lock11_1.4.xml.bin b/tests/_data/snapshots/poetry/no-dev_group-deps_lock11_1.4.xml.bin index 05f80dfb..391fe83d 100644 --- a/tests/_data/snapshots/poetry/no-dev_group-deps_lock11_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/no-dev_group-deps_lock11_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/no-dev_group-deps_lock11_1.5.xml.bin b/tests/_data/snapshots/poetry/no-dev_group-deps_lock11_1.5.xml.bin index d04755d2..428a59b3 100644 --- a/tests/_data/snapshots/poetry/no-dev_group-deps_lock11_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/no-dev_group-deps_lock11_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/no-dev_group-deps_lock11_1.6.xml.bin b/tests/_data/snapshots/poetry/no-dev_group-deps_lock11_1.6.xml.bin index cc9e2f48..3ed87039 100644 --- a/tests/_data/snapshots/poetry/no-dev_group-deps_lock11_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/no-dev_group-deps_lock11_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/no-dev_group-deps_lock20_1.2.json.bin b/tests/_data/snapshots/poetry/no-dev_group-deps_lock20_1.2.json.bin index c4ed24b7..e59540e3 100644 --- a/tests/_data/snapshots/poetry/no-dev_group-deps_lock20_1.2.json.bin +++ b/tests/_data/snapshots/poetry/no-dev_group-deps_lock20_1.2.json.bin @@ -42,7 +42,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/no-dev_group-deps_lock20_1.2.xml.bin b/tests/_data/snapshots/poetry/no-dev_group-deps_lock20_1.2.xml.bin index 50e031a6..9f5b73f0 100644 --- a/tests/_data/snapshots/poetry/no-dev_group-deps_lock20_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/no-dev_group-deps_lock20_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/no-dev_group-deps_lock20_1.3.json.bin b/tests/_data/snapshots/poetry/no-dev_group-deps_lock20_1.3.json.bin index ab8c21a2..db7c61f1 100644 --- a/tests/_data/snapshots/poetry/no-dev_group-deps_lock20_1.3.json.bin +++ b/tests/_data/snapshots/poetry/no-dev_group-deps_lock20_1.3.json.bin @@ -66,7 +66,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/no-dev_group-deps_lock20_1.3.xml.bin b/tests/_data/snapshots/poetry/no-dev_group-deps_lock20_1.3.xml.bin index 546a4a19..a6c23702 100644 --- a/tests/_data/snapshots/poetry/no-dev_group-deps_lock20_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/no-dev_group-deps_lock20_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/no-dev_group-deps_lock20_1.4.xml.bin b/tests/_data/snapshots/poetry/no-dev_group-deps_lock20_1.4.xml.bin index 05f80dfb..391fe83d 100644 --- a/tests/_data/snapshots/poetry/no-dev_group-deps_lock20_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/no-dev_group-deps_lock20_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/no-dev_group-deps_lock20_1.5.xml.bin b/tests/_data/snapshots/poetry/no-dev_group-deps_lock20_1.5.xml.bin index d04755d2..428a59b3 100644 --- a/tests/_data/snapshots/poetry/no-dev_group-deps_lock20_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/no-dev_group-deps_lock20_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/no-dev_group-deps_lock20_1.6.xml.bin b/tests/_data/snapshots/poetry/no-dev_group-deps_lock20_1.6.xml.bin index cc9e2f48..3ed87039 100644 --- a/tests/_data/snapshots/poetry/no-dev_group-deps_lock20_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/no-dev_group-deps_lock20_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock10_1.2.json.bin b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock10_1.2.json.bin index 445f8a3d..50fee0bc 100644 --- a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock10_1.2.json.bin +++ b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock10_1.2.json.bin @@ -166,7 +166,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock10_1.2.xml.bin b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock10_1.2.xml.bin index 5a697b83..7a80e02f 100644 --- a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock10_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock10_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock10_1.3.json.bin b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock10_1.3.json.bin index 01f07930..6a77b2e0 100644 --- a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock10_1.3.json.bin +++ b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock10_1.3.json.bin @@ -280,7 +280,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock10_1.3.xml.bin b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock10_1.3.xml.bin index 86e2e5a9..8c9b71ad 100644 --- a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock10_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock10_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock10_1.4.xml.bin b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock10_1.4.xml.bin index d0af3c66..7b611a8e 100644 --- a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock10_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock10_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock10_1.5.xml.bin b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock10_1.5.xml.bin index 43f2684d..5dc074a3 100644 --- a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock10_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock10_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock10_1.6.xml.bin b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock10_1.6.xml.bin index 39170b90..694ec98e 100644 --- a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock10_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock10_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock11_1.2.json.bin b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock11_1.2.json.bin index 445f8a3d..50fee0bc 100644 --- a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock11_1.2.json.bin +++ b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock11_1.2.json.bin @@ -166,7 +166,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock11_1.2.xml.bin b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock11_1.2.xml.bin index 5a697b83..7a80e02f 100644 --- a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock11_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock11_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock11_1.3.json.bin b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock11_1.3.json.bin index 01f07930..6a77b2e0 100644 --- a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock11_1.3.json.bin +++ b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock11_1.3.json.bin @@ -280,7 +280,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock11_1.3.xml.bin b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock11_1.3.xml.bin index 86e2e5a9..8c9b71ad 100644 --- a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock11_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock11_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock11_1.4.xml.bin b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock11_1.4.xml.bin index d0af3c66..7b611a8e 100644 --- a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock11_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock11_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock11_1.5.xml.bin b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock11_1.5.xml.bin index 43f2684d..5dc074a3 100644 --- a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock11_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock11_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock11_1.6.xml.bin b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock11_1.6.xml.bin index 39170b90..694ec98e 100644 --- a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock11_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock11_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock20_1.2.json.bin b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock20_1.2.json.bin index 445f8a3d..50fee0bc 100644 --- a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock20_1.2.json.bin +++ b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock20_1.2.json.bin @@ -166,7 +166,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock20_1.2.xml.bin b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock20_1.2.xml.bin index 5a697b83..7a80e02f 100644 --- a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock20_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock20_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock20_1.3.json.bin b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock20_1.3.json.bin index 8c705990..c17d28f7 100644 --- a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock20_1.3.json.bin +++ b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock20_1.3.json.bin @@ -262,7 +262,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock20_1.3.xml.bin b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock20_1.3.xml.bin index 31c45780..e4720af3 100644 --- a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock20_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock20_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock20_1.4.xml.bin b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock20_1.4.xml.bin index e60cd108..7ec5eef3 100644 --- a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock20_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock20_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock20_1.5.xml.bin b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock20_1.5.xml.bin index bf7b68ee..ec2ea000 100644 --- a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock20_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock20_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock20_1.6.xml.bin b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock20_1.6.xml.bin index 7afd8e49..2356ffa3 100644 --- a/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock20_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/no-dev_main-and-dev_lock20_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/only-groups_group-deps_lock11_1.2.json.bin b/tests/_data/snapshots/poetry/only-groups_group-deps_lock11_1.2.json.bin index cb8be747..154eba67 100644 --- a/tests/_data/snapshots/poetry/only-groups_group-deps_lock11_1.2.json.bin +++ b/tests/_data/snapshots/poetry/only-groups_group-deps_lock11_1.2.json.bin @@ -144,7 +144,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/only-groups_group-deps_lock11_1.2.xml.bin b/tests/_data/snapshots/poetry/only-groups_group-deps_lock11_1.2.xml.bin index 6f6fc213..35e2d231 100644 --- a/tests/_data/snapshots/poetry/only-groups_group-deps_lock11_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/only-groups_group-deps_lock11_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/only-groups_group-deps_lock11_1.3.json.bin b/tests/_data/snapshots/poetry/only-groups_group-deps_lock11_1.3.json.bin index 3ba3db46..f8ca0dbd 100644 --- a/tests/_data/snapshots/poetry/only-groups_group-deps_lock11_1.3.json.bin +++ b/tests/_data/snapshots/poetry/only-groups_group-deps_lock11_1.3.json.bin @@ -244,7 +244,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/only-groups_group-deps_lock11_1.3.xml.bin b/tests/_data/snapshots/poetry/only-groups_group-deps_lock11_1.3.xml.bin index b756a06a..cdab0c1d 100644 --- a/tests/_data/snapshots/poetry/only-groups_group-deps_lock11_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/only-groups_group-deps_lock11_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/only-groups_group-deps_lock11_1.4.xml.bin b/tests/_data/snapshots/poetry/only-groups_group-deps_lock11_1.4.xml.bin index c08bbb4b..8b176a15 100644 --- a/tests/_data/snapshots/poetry/only-groups_group-deps_lock11_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/only-groups_group-deps_lock11_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/only-groups_group-deps_lock11_1.5.xml.bin b/tests/_data/snapshots/poetry/only-groups_group-deps_lock11_1.5.xml.bin index d7cc89bc..85bcd398 100644 --- a/tests/_data/snapshots/poetry/only-groups_group-deps_lock11_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/only-groups_group-deps_lock11_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/only-groups_group-deps_lock11_1.6.xml.bin b/tests/_data/snapshots/poetry/only-groups_group-deps_lock11_1.6.xml.bin index bb1c6130..c1a8da8a 100644 --- a/tests/_data/snapshots/poetry/only-groups_group-deps_lock11_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/only-groups_group-deps_lock11_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/only-groups_group-deps_lock20_1.2.json.bin b/tests/_data/snapshots/poetry/only-groups_group-deps_lock20_1.2.json.bin index cb8be747..154eba67 100644 --- a/tests/_data/snapshots/poetry/only-groups_group-deps_lock20_1.2.json.bin +++ b/tests/_data/snapshots/poetry/only-groups_group-deps_lock20_1.2.json.bin @@ -144,7 +144,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/only-groups_group-deps_lock20_1.2.xml.bin b/tests/_data/snapshots/poetry/only-groups_group-deps_lock20_1.2.xml.bin index 6f6fc213..35e2d231 100644 --- a/tests/_data/snapshots/poetry/only-groups_group-deps_lock20_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/only-groups_group-deps_lock20_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/only-groups_group-deps_lock20_1.3.json.bin b/tests/_data/snapshots/poetry/only-groups_group-deps_lock20_1.3.json.bin index 3200fa58..305ac5e8 100644 --- a/tests/_data/snapshots/poetry/only-groups_group-deps_lock20_1.3.json.bin +++ b/tests/_data/snapshots/poetry/only-groups_group-deps_lock20_1.3.json.bin @@ -216,7 +216,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/only-groups_group-deps_lock20_1.3.xml.bin b/tests/_data/snapshots/poetry/only-groups_group-deps_lock20_1.3.xml.bin index 7e74e040..8cd13681 100644 --- a/tests/_data/snapshots/poetry/only-groups_group-deps_lock20_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/only-groups_group-deps_lock20_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/only-groups_group-deps_lock20_1.4.xml.bin b/tests/_data/snapshots/poetry/only-groups_group-deps_lock20_1.4.xml.bin index 4696917d..eb2e36e3 100644 --- a/tests/_data/snapshots/poetry/only-groups_group-deps_lock20_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/only-groups_group-deps_lock20_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/only-groups_group-deps_lock20_1.5.xml.bin b/tests/_data/snapshots/poetry/only-groups_group-deps_lock20_1.5.xml.bin index fb879787..0e277ef0 100644 --- a/tests/_data/snapshots/poetry/only-groups_group-deps_lock20_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/only-groups_group-deps_lock20_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/only-groups_group-deps_lock20_1.6.xml.bin b/tests/_data/snapshots/poetry/only-groups_group-deps_lock20_1.6.xml.bin index dcaef77d..213dbb1e 100644 --- a/tests/_data/snapshots/poetry/only-groups_group-deps_lock20_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/only-groups_group-deps_lock20_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_group-deps_lock11_1.2.json.bin b/tests/_data/snapshots/poetry/plain_group-deps_lock11_1.2.json.bin index c38d1503..97a2754c 100644 --- a/tests/_data/snapshots/poetry/plain_group-deps_lock11_1.2.json.bin +++ b/tests/_data/snapshots/poetry/plain_group-deps_lock11_1.2.json.bin @@ -192,7 +192,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_group-deps_lock11_1.2.xml.bin b/tests/_data/snapshots/poetry/plain_group-deps_lock11_1.2.xml.bin index f10cb0d6..6373011d 100644 --- a/tests/_data/snapshots/poetry/plain_group-deps_lock11_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/plain_group-deps_lock11_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_group-deps_lock11_1.3.json.bin b/tests/_data/snapshots/poetry/plain_group-deps_lock11_1.3.json.bin index 157f748d..9bd91cd5 100644 --- a/tests/_data/snapshots/poetry/plain_group-deps_lock11_1.3.json.bin +++ b/tests/_data/snapshots/poetry/plain_group-deps_lock11_1.3.json.bin @@ -328,7 +328,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_group-deps_lock11_1.3.xml.bin b/tests/_data/snapshots/poetry/plain_group-deps_lock11_1.3.xml.bin index 2847e441..a08ba139 100644 --- a/tests/_data/snapshots/poetry/plain_group-deps_lock11_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/plain_group-deps_lock11_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_group-deps_lock11_1.4.xml.bin b/tests/_data/snapshots/poetry/plain_group-deps_lock11_1.4.xml.bin index bbdb8097..b510e44f 100644 --- a/tests/_data/snapshots/poetry/plain_group-deps_lock11_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/plain_group-deps_lock11_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_group-deps_lock11_1.5.xml.bin b/tests/_data/snapshots/poetry/plain_group-deps_lock11_1.5.xml.bin index 63336d93..4ebd2e76 100644 --- a/tests/_data/snapshots/poetry/plain_group-deps_lock11_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/plain_group-deps_lock11_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_group-deps_lock11_1.6.xml.bin b/tests/_data/snapshots/poetry/plain_group-deps_lock11_1.6.xml.bin index d7ed8245..75944767 100644 --- a/tests/_data/snapshots/poetry/plain_group-deps_lock11_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/plain_group-deps_lock11_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_group-deps_lock20_1.2.json.bin b/tests/_data/snapshots/poetry/plain_group-deps_lock20_1.2.json.bin index c38d1503..97a2754c 100644 --- a/tests/_data/snapshots/poetry/plain_group-deps_lock20_1.2.json.bin +++ b/tests/_data/snapshots/poetry/plain_group-deps_lock20_1.2.json.bin @@ -192,7 +192,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_group-deps_lock20_1.2.xml.bin b/tests/_data/snapshots/poetry/plain_group-deps_lock20_1.2.xml.bin index f10cb0d6..6373011d 100644 --- a/tests/_data/snapshots/poetry/plain_group-deps_lock20_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/plain_group-deps_lock20_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_group-deps_lock20_1.3.json.bin b/tests/_data/snapshots/poetry/plain_group-deps_lock20_1.3.json.bin index 1788c354..af7357be 100644 --- a/tests/_data/snapshots/poetry/plain_group-deps_lock20_1.3.json.bin +++ b/tests/_data/snapshots/poetry/plain_group-deps_lock20_1.3.json.bin @@ -300,7 +300,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_group-deps_lock20_1.3.xml.bin b/tests/_data/snapshots/poetry/plain_group-deps_lock20_1.3.xml.bin index 329d1719..f4d82adc 100644 --- a/tests/_data/snapshots/poetry/plain_group-deps_lock20_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/plain_group-deps_lock20_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_group-deps_lock20_1.4.xml.bin b/tests/_data/snapshots/poetry/plain_group-deps_lock20_1.4.xml.bin index a25dbd10..055a6b8c 100644 --- a/tests/_data/snapshots/poetry/plain_group-deps_lock20_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/plain_group-deps_lock20_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_group-deps_lock20_1.5.xml.bin b/tests/_data/snapshots/poetry/plain_group-deps_lock20_1.5.xml.bin index ad305d24..2f66e721 100644 --- a/tests/_data/snapshots/poetry/plain_group-deps_lock20_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/plain_group-deps_lock20_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_group-deps_lock20_1.6.xml.bin b/tests/_data/snapshots/poetry/plain_group-deps_lock20_1.6.xml.bin index f6f01141..f2c1b4f7 100644 --- a/tests/_data/snapshots/poetry/plain_group-deps_lock20_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/plain_group-deps_lock20_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_local_lock10_1.2.json.bin b/tests/_data/snapshots/poetry/plain_local_lock10_1.2.json.bin index d954129e..0c36a746 100644 --- a/tests/_data/snapshots/poetry/plain_local_lock10_1.2.json.bin +++ b/tests/_data/snapshots/poetry/plain_local_lock10_1.2.json.bin @@ -54,7 +54,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_local_lock10_1.2.xml.bin b/tests/_data/snapshots/poetry/plain_local_lock10_1.2.xml.bin index 6969edfd..aa7532f0 100644 --- a/tests/_data/snapshots/poetry/plain_local_lock10_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/plain_local_lock10_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_local_lock10_1.3.json.bin b/tests/_data/snapshots/poetry/plain_local_lock10_1.3.json.bin index 24bb7ed6..6b2ca4aa 100644 --- a/tests/_data/snapshots/poetry/plain_local_lock10_1.3.json.bin +++ b/tests/_data/snapshots/poetry/plain_local_lock10_1.3.json.bin @@ -84,7 +84,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_local_lock10_1.3.xml.bin b/tests/_data/snapshots/poetry/plain_local_lock10_1.3.xml.bin index fa42bfa1..31d890fe 100644 --- a/tests/_data/snapshots/poetry/plain_local_lock10_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/plain_local_lock10_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_local_lock10_1.4.xml.bin b/tests/_data/snapshots/poetry/plain_local_lock10_1.4.xml.bin index b172e18e..25e2e4ec 100644 --- a/tests/_data/snapshots/poetry/plain_local_lock10_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/plain_local_lock10_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_local_lock10_1.5.xml.bin b/tests/_data/snapshots/poetry/plain_local_lock10_1.5.xml.bin index 9258311d..738a103f 100644 --- a/tests/_data/snapshots/poetry/plain_local_lock10_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/plain_local_lock10_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_local_lock10_1.6.xml.bin b/tests/_data/snapshots/poetry/plain_local_lock10_1.6.xml.bin index 9fdc19dd..7e937c7f 100644 --- a/tests/_data/snapshots/poetry/plain_local_lock10_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/plain_local_lock10_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_local_lock11_1.2.json.bin b/tests/_data/snapshots/poetry/plain_local_lock11_1.2.json.bin index b7e0f77a..4c53765a 100644 --- a/tests/_data/snapshots/poetry/plain_local_lock11_1.2.json.bin +++ b/tests/_data/snapshots/poetry/plain_local_lock11_1.2.json.bin @@ -72,7 +72,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_local_lock11_1.2.xml.bin b/tests/_data/snapshots/poetry/plain_local_lock11_1.2.xml.bin index afbd5901..623da37b 100644 --- a/tests/_data/snapshots/poetry/plain_local_lock11_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/plain_local_lock11_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_local_lock11_1.3.json.bin b/tests/_data/snapshots/poetry/plain_local_lock11_1.3.json.bin index c2131420..7563e5e6 100644 --- a/tests/_data/snapshots/poetry/plain_local_lock11_1.3.json.bin +++ b/tests/_data/snapshots/poetry/plain_local_lock11_1.3.json.bin @@ -108,7 +108,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_local_lock11_1.3.xml.bin b/tests/_data/snapshots/poetry/plain_local_lock11_1.3.xml.bin index a5b780c9..0448bfd7 100644 --- a/tests/_data/snapshots/poetry/plain_local_lock11_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/plain_local_lock11_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_local_lock11_1.4.xml.bin b/tests/_data/snapshots/poetry/plain_local_lock11_1.4.xml.bin index 7229d667..277fdbf2 100644 --- a/tests/_data/snapshots/poetry/plain_local_lock11_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/plain_local_lock11_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_local_lock11_1.5.xml.bin b/tests/_data/snapshots/poetry/plain_local_lock11_1.5.xml.bin index 03bac6eb..1e1bfe51 100644 --- a/tests/_data/snapshots/poetry/plain_local_lock11_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/plain_local_lock11_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_local_lock11_1.6.xml.bin b/tests/_data/snapshots/poetry/plain_local_lock11_1.6.xml.bin index 46902cd6..716aead4 100644 --- a/tests/_data/snapshots/poetry/plain_local_lock11_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/plain_local_lock11_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_local_lock20_1.2.json.bin b/tests/_data/snapshots/poetry/plain_local_lock20_1.2.json.bin index b7e0f77a..4c53765a 100644 --- a/tests/_data/snapshots/poetry/plain_local_lock20_1.2.json.bin +++ b/tests/_data/snapshots/poetry/plain_local_lock20_1.2.json.bin @@ -72,7 +72,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_local_lock20_1.2.xml.bin b/tests/_data/snapshots/poetry/plain_local_lock20_1.2.xml.bin index afbd5901..623da37b 100644 --- a/tests/_data/snapshots/poetry/plain_local_lock20_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/plain_local_lock20_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_local_lock20_1.3.json.bin b/tests/_data/snapshots/poetry/plain_local_lock20_1.3.json.bin index c2131420..7563e5e6 100644 --- a/tests/_data/snapshots/poetry/plain_local_lock20_1.3.json.bin +++ b/tests/_data/snapshots/poetry/plain_local_lock20_1.3.json.bin @@ -108,7 +108,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_local_lock20_1.3.xml.bin b/tests/_data/snapshots/poetry/plain_local_lock20_1.3.xml.bin index a5b780c9..0448bfd7 100644 --- a/tests/_data/snapshots/poetry/plain_local_lock20_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/plain_local_lock20_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_local_lock20_1.4.xml.bin b/tests/_data/snapshots/poetry/plain_local_lock20_1.4.xml.bin index 7229d667..277fdbf2 100644 --- a/tests/_data/snapshots/poetry/plain_local_lock20_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/plain_local_lock20_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_local_lock20_1.5.xml.bin b/tests/_data/snapshots/poetry/plain_local_lock20_1.5.xml.bin index 03bac6eb..1e1bfe51 100644 --- a/tests/_data/snapshots/poetry/plain_local_lock20_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/plain_local_lock20_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_local_lock20_1.6.xml.bin b/tests/_data/snapshots/poetry/plain_local_lock20_1.6.xml.bin index 46902cd6..716aead4 100644 --- a/tests/_data/snapshots/poetry/plain_local_lock20_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/plain_local_lock20_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_main-and-dev_lock10_1.2.json.bin b/tests/_data/snapshots/poetry/plain_main-and-dev_lock10_1.2.json.bin index 53c06796..d1c7c243 100644 --- a/tests/_data/snapshots/poetry/plain_main-and-dev_lock10_1.2.json.bin +++ b/tests/_data/snapshots/poetry/plain_main-and-dev_lock10_1.2.json.bin @@ -193,7 +193,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_main-and-dev_lock10_1.2.xml.bin b/tests/_data/snapshots/poetry/plain_main-and-dev_lock10_1.2.xml.bin index 68b45b67..158bef4c 100644 --- a/tests/_data/snapshots/poetry/plain_main-and-dev_lock10_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/plain_main-and-dev_lock10_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_main-and-dev_lock10_1.3.json.bin b/tests/_data/snapshots/poetry/plain_main-and-dev_lock10_1.3.json.bin index 232e1151..fddba02f 100644 --- a/tests/_data/snapshots/poetry/plain_main-and-dev_lock10_1.3.json.bin +++ b/tests/_data/snapshots/poetry/plain_main-and-dev_lock10_1.3.json.bin @@ -325,7 +325,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_main-and-dev_lock10_1.3.xml.bin b/tests/_data/snapshots/poetry/plain_main-and-dev_lock10_1.3.xml.bin index a61b7a3f..22238b8b 100644 --- a/tests/_data/snapshots/poetry/plain_main-and-dev_lock10_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/plain_main-and-dev_lock10_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_main-and-dev_lock10_1.4.xml.bin b/tests/_data/snapshots/poetry/plain_main-and-dev_lock10_1.4.xml.bin index 94bb4276..803d9a51 100644 --- a/tests/_data/snapshots/poetry/plain_main-and-dev_lock10_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/plain_main-and-dev_lock10_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_main-and-dev_lock10_1.5.xml.bin b/tests/_data/snapshots/poetry/plain_main-and-dev_lock10_1.5.xml.bin index 7023b386..6dc2c5c7 100644 --- a/tests/_data/snapshots/poetry/plain_main-and-dev_lock10_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/plain_main-and-dev_lock10_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_main-and-dev_lock10_1.6.xml.bin b/tests/_data/snapshots/poetry/plain_main-and-dev_lock10_1.6.xml.bin index ca043345..deb89b58 100644 --- a/tests/_data/snapshots/poetry/plain_main-and-dev_lock10_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/plain_main-and-dev_lock10_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_main-and-dev_lock11_1.2.json.bin b/tests/_data/snapshots/poetry/plain_main-and-dev_lock11_1.2.json.bin index 53c06796..d1c7c243 100644 --- a/tests/_data/snapshots/poetry/plain_main-and-dev_lock11_1.2.json.bin +++ b/tests/_data/snapshots/poetry/plain_main-and-dev_lock11_1.2.json.bin @@ -193,7 +193,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_main-and-dev_lock11_1.2.xml.bin b/tests/_data/snapshots/poetry/plain_main-and-dev_lock11_1.2.xml.bin index 68b45b67..158bef4c 100644 --- a/tests/_data/snapshots/poetry/plain_main-and-dev_lock11_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/plain_main-and-dev_lock11_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_main-and-dev_lock11_1.3.json.bin b/tests/_data/snapshots/poetry/plain_main-and-dev_lock11_1.3.json.bin index 232e1151..fddba02f 100644 --- a/tests/_data/snapshots/poetry/plain_main-and-dev_lock11_1.3.json.bin +++ b/tests/_data/snapshots/poetry/plain_main-and-dev_lock11_1.3.json.bin @@ -325,7 +325,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_main-and-dev_lock11_1.3.xml.bin b/tests/_data/snapshots/poetry/plain_main-and-dev_lock11_1.3.xml.bin index a61b7a3f..22238b8b 100644 --- a/tests/_data/snapshots/poetry/plain_main-and-dev_lock11_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/plain_main-and-dev_lock11_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_main-and-dev_lock11_1.4.xml.bin b/tests/_data/snapshots/poetry/plain_main-and-dev_lock11_1.4.xml.bin index 94bb4276..803d9a51 100644 --- a/tests/_data/snapshots/poetry/plain_main-and-dev_lock11_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/plain_main-and-dev_lock11_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_main-and-dev_lock11_1.5.xml.bin b/tests/_data/snapshots/poetry/plain_main-and-dev_lock11_1.5.xml.bin index 7023b386..6dc2c5c7 100644 --- a/tests/_data/snapshots/poetry/plain_main-and-dev_lock11_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/plain_main-and-dev_lock11_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_main-and-dev_lock11_1.6.xml.bin b/tests/_data/snapshots/poetry/plain_main-and-dev_lock11_1.6.xml.bin index ca043345..deb89b58 100644 --- a/tests/_data/snapshots/poetry/plain_main-and-dev_lock11_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/plain_main-and-dev_lock11_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_main-and-dev_lock20_1.2.json.bin b/tests/_data/snapshots/poetry/plain_main-and-dev_lock20_1.2.json.bin index 53c06796..d1c7c243 100644 --- a/tests/_data/snapshots/poetry/plain_main-and-dev_lock20_1.2.json.bin +++ b/tests/_data/snapshots/poetry/plain_main-and-dev_lock20_1.2.json.bin @@ -193,7 +193,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_main-and-dev_lock20_1.2.xml.bin b/tests/_data/snapshots/poetry/plain_main-and-dev_lock20_1.2.xml.bin index 68b45b67..158bef4c 100644 --- a/tests/_data/snapshots/poetry/plain_main-and-dev_lock20_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/plain_main-and-dev_lock20_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_main-and-dev_lock20_1.3.json.bin b/tests/_data/snapshots/poetry/plain_main-and-dev_lock20_1.3.json.bin index a66c30f1..7200d54b 100644 --- a/tests/_data/snapshots/poetry/plain_main-and-dev_lock20_1.3.json.bin +++ b/tests/_data/snapshots/poetry/plain_main-and-dev_lock20_1.3.json.bin @@ -307,7 +307,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_main-and-dev_lock20_1.3.xml.bin b/tests/_data/snapshots/poetry/plain_main-and-dev_lock20_1.3.xml.bin index cbfb90c4..fa306358 100644 --- a/tests/_data/snapshots/poetry/plain_main-and-dev_lock20_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/plain_main-and-dev_lock20_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_main-and-dev_lock20_1.4.xml.bin b/tests/_data/snapshots/poetry/plain_main-and-dev_lock20_1.4.xml.bin index 3a9c2dac..2f3e5d14 100644 --- a/tests/_data/snapshots/poetry/plain_main-and-dev_lock20_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/plain_main-and-dev_lock20_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_main-and-dev_lock20_1.5.xml.bin b/tests/_data/snapshots/poetry/plain_main-and-dev_lock20_1.5.xml.bin index d4a5cbbb..3c9496e7 100644 --- a/tests/_data/snapshots/poetry/plain_main-and-dev_lock20_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/plain_main-and-dev_lock20_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_main-and-dev_lock20_1.6.xml.bin b/tests/_data/snapshots/poetry/plain_main-and-dev_lock20_1.6.xml.bin index ab61fc92..27c9b26a 100644 --- a/tests/_data/snapshots/poetry/plain_main-and-dev_lock20_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/plain_main-and-dev_lock20_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock11_1.2.json.bin b/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock11_1.2.json.bin index 0c3b936e..fb40a62f 100644 --- a/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock11_1.2.json.bin +++ b/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock11_1.2.json.bin @@ -298,7 +298,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock11_1.2.xml.bin b/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock11_1.2.xml.bin index 56ba21e5..43cd81a8 100644 --- a/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock11_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock11_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock11_1.3.json.bin b/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock11_1.3.json.bin index 46922859..dcc11156 100644 --- a/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock11_1.3.json.bin +++ b/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock11_1.3.json.bin @@ -562,7 +562,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock11_1.3.xml.bin b/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock11_1.3.xml.bin index deb1fb1b..0f7eaf8f 100644 --- a/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock11_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock11_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock11_1.4.xml.bin b/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock11_1.4.xml.bin index f26807e6..a66f74b3 100644 --- a/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock11_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock11_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock11_1.5.xml.bin b/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock11_1.5.xml.bin index 532c5439..d19cb2f4 100644 --- a/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock11_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock11_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock11_1.6.xml.bin b/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock11_1.6.xml.bin index 3f5eec79..183ab2ff 100644 --- a/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock11_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock11_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock20_1.2.json.bin b/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock20_1.2.json.bin index 98c1d6e9..c7c3d4ee 100644 --- a/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock20_1.2.json.bin +++ b/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock20_1.2.json.bin @@ -242,7 +242,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock20_1.2.xml.bin b/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock20_1.2.xml.bin index e8fd6bda..b6e07290 100644 --- a/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock20_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock20_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock20_1.3.json.bin b/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock20_1.3.json.bin index dad7e84e..8ef348b1 100644 --- a/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock20_1.3.json.bin +++ b/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock20_1.3.json.bin @@ -406,7 +406,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock20_1.3.xml.bin b/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock20_1.3.xml.bin index 0b0e9be9..072f31b6 100644 --- a/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock20_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock20_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock20_1.4.xml.bin b/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock20_1.4.xml.bin index f7878a53..23f6d02b 100644 --- a/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock20_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock20_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock20_1.5.xml.bin b/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock20_1.5.xml.bin index 6d485ce2..5045fede 100644 --- a/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock20_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock20_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock20_1.6.xml.bin b/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock20_1.6.xml.bin index ff197cf8..ea5582ea 100644 --- a/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock20_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/plain_multi-constraint-deps_lock20_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_no-deps_lock20_1.2.json.bin b/tests/_data/snapshots/poetry/plain_no-deps_lock20_1.2.json.bin index 9a294beb..8a933e10 100644 --- a/tests/_data/snapshots/poetry/plain_no-deps_lock20_1.2.json.bin +++ b/tests/_data/snapshots/poetry/plain_no-deps_lock20_1.2.json.bin @@ -51,7 +51,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_no-deps_lock20_1.2.xml.bin b/tests/_data/snapshots/poetry/plain_no-deps_lock20_1.2.xml.bin index cfe88429..4d9a6bee 100644 --- a/tests/_data/snapshots/poetry/plain_no-deps_lock20_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/plain_no-deps_lock20_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_no-deps_lock20_1.3.json.bin b/tests/_data/snapshots/poetry/plain_no-deps_lock20_1.3.json.bin index ab0aff6c..f128f6f5 100644 --- a/tests/_data/snapshots/poetry/plain_no-deps_lock20_1.3.json.bin +++ b/tests/_data/snapshots/poetry/plain_no-deps_lock20_1.3.json.bin @@ -57,7 +57,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_no-deps_lock20_1.3.xml.bin b/tests/_data/snapshots/poetry/plain_no-deps_lock20_1.3.xml.bin index e02223d7..131df14a 100644 --- a/tests/_data/snapshots/poetry/plain_no-deps_lock20_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/plain_no-deps_lock20_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_no-deps_lock20_1.4.xml.bin b/tests/_data/snapshots/poetry/plain_no-deps_lock20_1.4.xml.bin index 2408844b..26291879 100644 --- a/tests/_data/snapshots/poetry/plain_no-deps_lock20_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/plain_no-deps_lock20_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_no-deps_lock20_1.5.xml.bin b/tests/_data/snapshots/poetry/plain_no-deps_lock20_1.5.xml.bin index 65b61f44..fa15ab5e 100644 --- a/tests/_data/snapshots/poetry/plain_no-deps_lock20_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/plain_no-deps_lock20_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_no-deps_lock20_1.6.xml.bin b/tests/_data/snapshots/poetry/plain_no-deps_lock20_1.6.xml.bin index 92c9848f..521940cd 100644 --- a/tests/_data/snapshots/poetry/plain_no-deps_lock20_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/plain_no-deps_lock20_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_normalize-packagename_lock10_1.2.json.bin b/tests/_data/snapshots/poetry/plain_normalize-packagename_lock10_1.2.json.bin index d7305ce8..3a07742e 100644 --- a/tests/_data/snapshots/poetry/plain_normalize-packagename_lock10_1.2.json.bin +++ b/tests/_data/snapshots/poetry/plain_normalize-packagename_lock10_1.2.json.bin @@ -76,7 +76,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_normalize-packagename_lock10_1.2.xml.bin b/tests/_data/snapshots/poetry/plain_normalize-packagename_lock10_1.2.xml.bin index bea273b8..4b52acf8 100644 --- a/tests/_data/snapshots/poetry/plain_normalize-packagename_lock10_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/plain_normalize-packagename_lock10_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_normalize-packagename_lock10_1.3.json.bin b/tests/_data/snapshots/poetry/plain_normalize-packagename_lock10_1.3.json.bin index 1a40da40..ef79ab2e 100644 --- a/tests/_data/snapshots/poetry/plain_normalize-packagename_lock10_1.3.json.bin +++ b/tests/_data/snapshots/poetry/plain_normalize-packagename_lock10_1.3.json.bin @@ -114,7 +114,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_normalize-packagename_lock10_1.3.xml.bin b/tests/_data/snapshots/poetry/plain_normalize-packagename_lock10_1.3.xml.bin index 679c09d0..cb58a3f1 100644 --- a/tests/_data/snapshots/poetry/plain_normalize-packagename_lock10_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/plain_normalize-packagename_lock10_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_normalize-packagename_lock10_1.4.xml.bin b/tests/_data/snapshots/poetry/plain_normalize-packagename_lock10_1.4.xml.bin index 23f5abc6..0a2f473a 100644 --- a/tests/_data/snapshots/poetry/plain_normalize-packagename_lock10_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/plain_normalize-packagename_lock10_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_normalize-packagename_lock10_1.5.xml.bin b/tests/_data/snapshots/poetry/plain_normalize-packagename_lock10_1.5.xml.bin index 83619e2a..84644baa 100644 --- a/tests/_data/snapshots/poetry/plain_normalize-packagename_lock10_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/plain_normalize-packagename_lock10_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_normalize-packagename_lock10_1.6.xml.bin b/tests/_data/snapshots/poetry/plain_normalize-packagename_lock10_1.6.xml.bin index 1c98fb55..a0ada699 100644 --- a/tests/_data/snapshots/poetry/plain_normalize-packagename_lock10_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/plain_normalize-packagename_lock10_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_normalize-packagename_lock20_1.2.json.bin b/tests/_data/snapshots/poetry/plain_normalize-packagename_lock20_1.2.json.bin index 881b488b..b6eb6a26 100644 --- a/tests/_data/snapshots/poetry/plain_normalize-packagename_lock20_1.2.json.bin +++ b/tests/_data/snapshots/poetry/plain_normalize-packagename_lock20_1.2.json.bin @@ -335,7 +335,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_normalize-packagename_lock20_1.2.xml.bin b/tests/_data/snapshots/poetry/plain_normalize-packagename_lock20_1.2.xml.bin index fbd96edd..ac18ca14 100644 --- a/tests/_data/snapshots/poetry/plain_normalize-packagename_lock20_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/plain_normalize-packagename_lock20_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_normalize-packagename_lock20_1.3.json.bin b/tests/_data/snapshots/poetry/plain_normalize-packagename_lock20_1.3.json.bin index 05eba137..a456e88b 100644 --- a/tests/_data/snapshots/poetry/plain_normalize-packagename_lock20_1.3.json.bin +++ b/tests/_data/snapshots/poetry/plain_normalize-packagename_lock20_1.3.json.bin @@ -675,7 +675,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_normalize-packagename_lock20_1.3.xml.bin b/tests/_data/snapshots/poetry/plain_normalize-packagename_lock20_1.3.xml.bin index 98b2b43b..1fc918cb 100644 --- a/tests/_data/snapshots/poetry/plain_normalize-packagename_lock20_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/plain_normalize-packagename_lock20_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_normalize-packagename_lock20_1.4.xml.bin b/tests/_data/snapshots/poetry/plain_normalize-packagename_lock20_1.4.xml.bin index 1c2dc93e..c56a154e 100644 --- a/tests/_data/snapshots/poetry/plain_normalize-packagename_lock20_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/plain_normalize-packagename_lock20_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_normalize-packagename_lock20_1.5.xml.bin b/tests/_data/snapshots/poetry/plain_normalize-packagename_lock20_1.5.xml.bin index b43c3d9f..7ccb22f1 100644 --- a/tests/_data/snapshots/poetry/plain_normalize-packagename_lock20_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/plain_normalize-packagename_lock20_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_normalize-packagename_lock20_1.6.xml.bin b/tests/_data/snapshots/poetry/plain_normalize-packagename_lock20_1.6.xml.bin index 3a3f5fc6..8d5f2e3a 100644 --- a/tests/_data/snapshots/poetry/plain_normalize-packagename_lock20_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/plain_normalize-packagename_lock20_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_private-packges_lock10_1.2.json.bin b/tests/_data/snapshots/poetry/plain_private-packges_lock10_1.2.json.bin index 57ec5a47..658c3f0f 100644 --- a/tests/_data/snapshots/poetry/plain_private-packges_lock10_1.2.json.bin +++ b/tests/_data/snapshots/poetry/plain_private-packges_lock10_1.2.json.bin @@ -85,7 +85,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_private-packges_lock10_1.2.xml.bin b/tests/_data/snapshots/poetry/plain_private-packges_lock10_1.2.xml.bin index e57e6e62..fda8b6e4 100644 --- a/tests/_data/snapshots/poetry/plain_private-packges_lock10_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/plain_private-packges_lock10_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_private-packges_lock10_1.3.json.bin b/tests/_data/snapshots/poetry/plain_private-packges_lock10_1.3.json.bin index 4665ba55..a9f5274a 100644 --- a/tests/_data/snapshots/poetry/plain_private-packges_lock10_1.3.json.bin +++ b/tests/_data/snapshots/poetry/plain_private-packges_lock10_1.3.json.bin @@ -133,7 +133,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_private-packges_lock10_1.3.xml.bin b/tests/_data/snapshots/poetry/plain_private-packges_lock10_1.3.xml.bin index 299cdea0..5ebb8217 100644 --- a/tests/_data/snapshots/poetry/plain_private-packges_lock10_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/plain_private-packges_lock10_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_private-packges_lock10_1.4.xml.bin b/tests/_data/snapshots/poetry/plain_private-packges_lock10_1.4.xml.bin index 9cd7677f..65636e31 100644 --- a/tests/_data/snapshots/poetry/plain_private-packges_lock10_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/plain_private-packges_lock10_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_private-packges_lock10_1.5.xml.bin b/tests/_data/snapshots/poetry/plain_private-packges_lock10_1.5.xml.bin index f21c1df6..1a467896 100644 --- a/tests/_data/snapshots/poetry/plain_private-packges_lock10_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/plain_private-packges_lock10_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_private-packges_lock10_1.6.xml.bin b/tests/_data/snapshots/poetry/plain_private-packges_lock10_1.6.xml.bin index 9888689d..14161523 100644 --- a/tests/_data/snapshots/poetry/plain_private-packges_lock10_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/plain_private-packges_lock10_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_private-packges_lock11_1.2.json.bin b/tests/_data/snapshots/poetry/plain_private-packges_lock11_1.2.json.bin index 57ec5a47..658c3f0f 100644 --- a/tests/_data/snapshots/poetry/plain_private-packges_lock11_1.2.json.bin +++ b/tests/_data/snapshots/poetry/plain_private-packges_lock11_1.2.json.bin @@ -85,7 +85,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_private-packges_lock11_1.2.xml.bin b/tests/_data/snapshots/poetry/plain_private-packges_lock11_1.2.xml.bin index e57e6e62..fda8b6e4 100644 --- a/tests/_data/snapshots/poetry/plain_private-packges_lock11_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/plain_private-packges_lock11_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_private-packges_lock11_1.3.json.bin b/tests/_data/snapshots/poetry/plain_private-packges_lock11_1.3.json.bin index 4665ba55..a9f5274a 100644 --- a/tests/_data/snapshots/poetry/plain_private-packges_lock11_1.3.json.bin +++ b/tests/_data/snapshots/poetry/plain_private-packges_lock11_1.3.json.bin @@ -133,7 +133,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_private-packges_lock11_1.3.xml.bin b/tests/_data/snapshots/poetry/plain_private-packges_lock11_1.3.xml.bin index 299cdea0..5ebb8217 100644 --- a/tests/_data/snapshots/poetry/plain_private-packges_lock11_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/plain_private-packges_lock11_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_private-packges_lock11_1.4.xml.bin b/tests/_data/snapshots/poetry/plain_private-packges_lock11_1.4.xml.bin index 9cd7677f..65636e31 100644 --- a/tests/_data/snapshots/poetry/plain_private-packges_lock11_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/plain_private-packges_lock11_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_private-packges_lock11_1.5.xml.bin b/tests/_data/snapshots/poetry/plain_private-packges_lock11_1.5.xml.bin index f21c1df6..1a467896 100644 --- a/tests/_data/snapshots/poetry/plain_private-packges_lock11_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/plain_private-packges_lock11_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_private-packges_lock11_1.6.xml.bin b/tests/_data/snapshots/poetry/plain_private-packges_lock11_1.6.xml.bin index 9888689d..14161523 100644 --- a/tests/_data/snapshots/poetry/plain_private-packges_lock11_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/plain_private-packges_lock11_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_private-packges_lock20_1.2.json.bin b/tests/_data/snapshots/poetry/plain_private-packges_lock20_1.2.json.bin index 628284c7..e84ffde5 100644 --- a/tests/_data/snapshots/poetry/plain_private-packges_lock20_1.2.json.bin +++ b/tests/_data/snapshots/poetry/plain_private-packges_lock20_1.2.json.bin @@ -626,7 +626,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_private-packges_lock20_1.2.xml.bin b/tests/_data/snapshots/poetry/plain_private-packges_lock20_1.2.xml.bin index 541b242a..a264a91f 100644 --- a/tests/_data/snapshots/poetry/plain_private-packges_lock20_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/plain_private-packges_lock20_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_private-packges_lock20_1.3.json.bin b/tests/_data/snapshots/poetry/plain_private-packges_lock20_1.3.json.bin index 2484cb97..375a37a0 100644 --- a/tests/_data/snapshots/poetry/plain_private-packges_lock20_1.3.json.bin +++ b/tests/_data/snapshots/poetry/plain_private-packges_lock20_1.3.json.bin @@ -1202,7 +1202,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_private-packges_lock20_1.3.xml.bin b/tests/_data/snapshots/poetry/plain_private-packges_lock20_1.3.xml.bin index d00971b9..353cb5a1 100644 --- a/tests/_data/snapshots/poetry/plain_private-packges_lock20_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/plain_private-packges_lock20_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_private-packges_lock20_1.4.xml.bin b/tests/_data/snapshots/poetry/plain_private-packges_lock20_1.4.xml.bin index 2ab03348..aedc3142 100644 --- a/tests/_data/snapshots/poetry/plain_private-packges_lock20_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/plain_private-packges_lock20_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_private-packges_lock20_1.5.xml.bin b/tests/_data/snapshots/poetry/plain_private-packges_lock20_1.5.xml.bin index 234efefb..64beba53 100644 --- a/tests/_data/snapshots/poetry/plain_private-packges_lock20_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/plain_private-packges_lock20_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_private-packges_lock20_1.6.xml.bin b/tests/_data/snapshots/poetry/plain_private-packges_lock20_1.6.xml.bin index e5fae7ce..74f4f1ae 100644 --- a/tests/_data/snapshots/poetry/plain_private-packges_lock20_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/plain_private-packges_lock20_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_regression-issue611_lock20_1.2.json.bin b/tests/_data/snapshots/poetry/plain_regression-issue611_lock20_1.2.json.bin index 048767d9..e280b9b1 100644 --- a/tests/_data/snapshots/poetry/plain_regression-issue611_lock20_1.2.json.bin +++ b/tests/_data/snapshots/poetry/plain_regression-issue611_lock20_1.2.json.bin @@ -42,7 +42,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_regression-issue611_lock20_1.2.xml.bin b/tests/_data/snapshots/poetry/plain_regression-issue611_lock20_1.2.xml.bin index bcd40111..d3bb2827 100644 --- a/tests/_data/snapshots/poetry/plain_regression-issue611_lock20_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/plain_regression-issue611_lock20_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_regression-issue611_lock20_1.3.json.bin b/tests/_data/snapshots/poetry/plain_regression-issue611_lock20_1.3.json.bin index 76ed92c9..210ee6d3 100644 --- a/tests/_data/snapshots/poetry/plain_regression-issue611_lock20_1.3.json.bin +++ b/tests/_data/snapshots/poetry/plain_regression-issue611_lock20_1.3.json.bin @@ -66,7 +66,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_regression-issue611_lock20_1.3.xml.bin b/tests/_data/snapshots/poetry/plain_regression-issue611_lock20_1.3.xml.bin index f7455eb5..1dfdbe2a 100644 --- a/tests/_data/snapshots/poetry/plain_regression-issue611_lock20_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/plain_regression-issue611_lock20_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_regression-issue611_lock20_1.4.xml.bin b/tests/_data/snapshots/poetry/plain_regression-issue611_lock20_1.4.xml.bin index a7378441..32691e21 100644 --- a/tests/_data/snapshots/poetry/plain_regression-issue611_lock20_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/plain_regression-issue611_lock20_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_regression-issue611_lock20_1.5.xml.bin b/tests/_data/snapshots/poetry/plain_regression-issue611_lock20_1.5.xml.bin index ac83fc5a..d778111e 100644 --- a/tests/_data/snapshots/poetry/plain_regression-issue611_lock20_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/plain_regression-issue611_lock20_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_regression-issue611_lock20_1.6.xml.bin b/tests/_data/snapshots/poetry/plain_regression-issue611_lock20_1.6.xml.bin index 354dae3c..e8c8aa81 100644 --- a/tests/_data/snapshots/poetry/plain_regression-issue611_lock20_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/plain_regression-issue611_lock20_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_regression-issue702_lock10_1.2.json.bin b/tests/_data/snapshots/poetry/plain_regression-issue702_lock10_1.2.json.bin index bad21eac..9d80ea5a 100644 --- a/tests/_data/snapshots/poetry/plain_regression-issue702_lock10_1.2.json.bin +++ b/tests/_data/snapshots/poetry/plain_regression-issue702_lock10_1.2.json.bin @@ -766,7 +766,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_regression-issue702_lock10_1.2.xml.bin b/tests/_data/snapshots/poetry/plain_regression-issue702_lock10_1.2.xml.bin index 0aa8c320..05c8ecfa 100644 --- a/tests/_data/snapshots/poetry/plain_regression-issue702_lock10_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/plain_regression-issue702_lock10_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_regression-issue702_lock10_1.3.json.bin b/tests/_data/snapshots/poetry/plain_regression-issue702_lock10_1.3.json.bin index d4a0e68b..bf6254da 100644 --- a/tests/_data/snapshots/poetry/plain_regression-issue702_lock10_1.3.json.bin +++ b/tests/_data/snapshots/poetry/plain_regression-issue702_lock10_1.3.json.bin @@ -1112,7 +1112,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_regression-issue702_lock10_1.3.xml.bin b/tests/_data/snapshots/poetry/plain_regression-issue702_lock10_1.3.xml.bin index 55f8baf0..2871e35c 100644 --- a/tests/_data/snapshots/poetry/plain_regression-issue702_lock10_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/plain_regression-issue702_lock10_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_regression-issue702_lock10_1.4.xml.bin b/tests/_data/snapshots/poetry/plain_regression-issue702_lock10_1.4.xml.bin index 00869706..95195b35 100644 --- a/tests/_data/snapshots/poetry/plain_regression-issue702_lock10_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/plain_regression-issue702_lock10_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_regression-issue702_lock10_1.5.xml.bin b/tests/_data/snapshots/poetry/plain_regression-issue702_lock10_1.5.xml.bin index 7a893ede..07f0339a 100644 --- a/tests/_data/snapshots/poetry/plain_regression-issue702_lock10_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/plain_regression-issue702_lock10_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_regression-issue702_lock10_1.6.xml.bin b/tests/_data/snapshots/poetry/plain_regression-issue702_lock10_1.6.xml.bin index 58e862f6..630cb091 100644 --- a/tests/_data/snapshots/poetry/plain_regression-issue702_lock10_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/plain_regression-issue702_lock10_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_regression-issue702_lock11_1.2.json.bin b/tests/_data/snapshots/poetry/plain_regression-issue702_lock11_1.2.json.bin index 567e596f..532e4a3a 100644 --- a/tests/_data/snapshots/poetry/plain_regression-issue702_lock11_1.2.json.bin +++ b/tests/_data/snapshots/poetry/plain_regression-issue702_lock11_1.2.json.bin @@ -6013,7 +6013,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_regression-issue702_lock11_1.2.xml.bin b/tests/_data/snapshots/poetry/plain_regression-issue702_lock11_1.2.xml.bin index 6cae7a17..23390b83 100644 --- a/tests/_data/snapshots/poetry/plain_regression-issue702_lock11_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/plain_regression-issue702_lock11_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_regression-issue702_lock11_1.3.json.bin b/tests/_data/snapshots/poetry/plain_regression-issue702_lock11_1.3.json.bin index 09a4a71b..0355e2c9 100644 --- a/tests/_data/snapshots/poetry/plain_regression-issue702_lock11_1.3.json.bin +++ b/tests/_data/snapshots/poetry/plain_regression-issue702_lock11_1.3.json.bin @@ -12521,7 +12521,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_regression-issue702_lock11_1.3.xml.bin b/tests/_data/snapshots/poetry/plain_regression-issue702_lock11_1.3.xml.bin index 523b435f..09a1e9ae 100644 --- a/tests/_data/snapshots/poetry/plain_regression-issue702_lock11_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/plain_regression-issue702_lock11_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_regression-issue702_lock11_1.4.xml.bin b/tests/_data/snapshots/poetry/plain_regression-issue702_lock11_1.4.xml.bin index dc5f56ab..dace3aea 100644 --- a/tests/_data/snapshots/poetry/plain_regression-issue702_lock11_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/plain_regression-issue702_lock11_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_regression-issue702_lock11_1.5.xml.bin b/tests/_data/snapshots/poetry/plain_regression-issue702_lock11_1.5.xml.bin index bdfb3636..d2936f78 100644 --- a/tests/_data/snapshots/poetry/plain_regression-issue702_lock11_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/plain_regression-issue702_lock11_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_regression-issue702_lock11_1.6.xml.bin b/tests/_data/snapshots/poetry/plain_regression-issue702_lock11_1.6.xml.bin index 4e9f2598..3aa98308 100644 --- a/tests/_data/snapshots/poetry/plain_regression-issue702_lock11_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/plain_regression-issue702_lock11_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_regression-issue702_lock20_1.2.json.bin b/tests/_data/snapshots/poetry/plain_regression-issue702_lock20_1.2.json.bin index ea0a07d1..b550ca48 100644 --- a/tests/_data/snapshots/poetry/plain_regression-issue702_lock20_1.2.json.bin +++ b/tests/_data/snapshots/poetry/plain_regression-issue702_lock20_1.2.json.bin @@ -6778,7 +6778,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_regression-issue702_lock20_1.2.xml.bin b/tests/_data/snapshots/poetry/plain_regression-issue702_lock20_1.2.xml.bin index b75e28c5..3e80bfcf 100644 --- a/tests/_data/snapshots/poetry/plain_regression-issue702_lock20_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/plain_regression-issue702_lock20_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_regression-issue702_lock20_1.3.json.bin b/tests/_data/snapshots/poetry/plain_regression-issue702_lock20_1.3.json.bin index 43e1bb5c..7f75bbda 100644 --- a/tests/_data/snapshots/poetry/plain_regression-issue702_lock20_1.3.json.bin +++ b/tests/_data/snapshots/poetry/plain_regression-issue702_lock20_1.3.json.bin @@ -13808,7 +13808,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_regression-issue702_lock20_1.3.xml.bin b/tests/_data/snapshots/poetry/plain_regression-issue702_lock20_1.3.xml.bin index 5d3ef1b5..500e2672 100644 --- a/tests/_data/snapshots/poetry/plain_regression-issue702_lock20_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/plain_regression-issue702_lock20_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_regression-issue702_lock20_1.4.xml.bin b/tests/_data/snapshots/poetry/plain_regression-issue702_lock20_1.4.xml.bin index 5f55aaf9..2e460e4a 100644 --- a/tests/_data/snapshots/poetry/plain_regression-issue702_lock20_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/plain_regression-issue702_lock20_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_regression-issue702_lock20_1.5.xml.bin b/tests/_data/snapshots/poetry/plain_regression-issue702_lock20_1.5.xml.bin index 1e1bb0d4..493a4c6d 100644 --- a/tests/_data/snapshots/poetry/plain_regression-issue702_lock20_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/plain_regression-issue702_lock20_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_regression-issue702_lock20_1.6.xml.bin b/tests/_data/snapshots/poetry/plain_regression-issue702_lock20_1.6.xml.bin index a7517171..badc250a 100644 --- a/tests/_data/snapshots/poetry/plain_regression-issue702_lock20_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/plain_regression-issue702_lock20_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_regression-issue727_lock20_1.2.json.bin b/tests/_data/snapshots/poetry/plain_regression-issue727_lock20_1.2.json.bin index b2f9d858..3273c1fb 100644 --- a/tests/_data/snapshots/poetry/plain_regression-issue727_lock20_1.2.json.bin +++ b/tests/_data/snapshots/poetry/plain_regression-issue727_lock20_1.2.json.bin @@ -870,7 +870,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_regression-issue727_lock20_1.2.xml.bin b/tests/_data/snapshots/poetry/plain_regression-issue727_lock20_1.2.xml.bin index 68a4fac8..7ada3b86 100644 --- a/tests/_data/snapshots/poetry/plain_regression-issue727_lock20_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/plain_regression-issue727_lock20_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_regression-issue727_lock20_1.3.json.bin b/tests/_data/snapshots/poetry/plain_regression-issue727_lock20_1.3.json.bin index e8c38cee..b7fa8c23 100644 --- a/tests/_data/snapshots/poetry/plain_regression-issue727_lock20_1.3.json.bin +++ b/tests/_data/snapshots/poetry/plain_regression-issue727_lock20_1.3.json.bin @@ -1512,7 +1512,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_regression-issue727_lock20_1.3.xml.bin b/tests/_data/snapshots/poetry/plain_regression-issue727_lock20_1.3.xml.bin index c40e7b6d..d33c00eb 100644 --- a/tests/_data/snapshots/poetry/plain_regression-issue727_lock20_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/plain_regression-issue727_lock20_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_regression-issue727_lock20_1.4.xml.bin b/tests/_data/snapshots/poetry/plain_regression-issue727_lock20_1.4.xml.bin index 286b02ef..a3966f6a 100644 --- a/tests/_data/snapshots/poetry/plain_regression-issue727_lock20_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/plain_regression-issue727_lock20_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_regression-issue727_lock20_1.5.xml.bin b/tests/_data/snapshots/poetry/plain_regression-issue727_lock20_1.5.xml.bin index c743d7f5..23c30424 100644 --- a/tests/_data/snapshots/poetry/plain_regression-issue727_lock20_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/plain_regression-issue727_lock20_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_regression-issue727_lock20_1.6.xml.bin b/tests/_data/snapshots/poetry/plain_regression-issue727_lock20_1.6.xml.bin index 0804d174..f2e2a50c 100644 --- a/tests/_data/snapshots/poetry/plain_regression-issue727_lock20_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/plain_regression-issue727_lock20_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_with-extras_lock10_1.2.json.bin b/tests/_data/snapshots/poetry/plain_with-extras_lock10_1.2.json.bin index 64718d0c..28a5934f 100644 --- a/tests/_data/snapshots/poetry/plain_with-extras_lock10_1.2.json.bin +++ b/tests/_data/snapshots/poetry/plain_with-extras_lock10_1.2.json.bin @@ -14,7 +14,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_with-extras_lock10_1.2.xml.bin b/tests/_data/snapshots/poetry/plain_with-extras_lock10_1.2.xml.bin index 00d95863..46743114 100644 --- a/tests/_data/snapshots/poetry/plain_with-extras_lock10_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/plain_with-extras_lock10_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_with-extras_lock10_1.3.json.bin b/tests/_data/snapshots/poetry/plain_with-extras_lock10_1.3.json.bin index 24199c42..e138ad38 100644 --- a/tests/_data/snapshots/poetry/plain_with-extras_lock10_1.3.json.bin +++ b/tests/_data/snapshots/poetry/plain_with-extras_lock10_1.3.json.bin @@ -20,7 +20,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_with-extras_lock10_1.3.xml.bin b/tests/_data/snapshots/poetry/plain_with-extras_lock10_1.3.xml.bin index f26726dc..ed3063be 100644 --- a/tests/_data/snapshots/poetry/plain_with-extras_lock10_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/plain_with-extras_lock10_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_with-extras_lock10_1.4.xml.bin b/tests/_data/snapshots/poetry/plain_with-extras_lock10_1.4.xml.bin index a91d01fa..5da16d53 100644 --- a/tests/_data/snapshots/poetry/plain_with-extras_lock10_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/plain_with-extras_lock10_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_with-extras_lock10_1.5.xml.bin b/tests/_data/snapshots/poetry/plain_with-extras_lock10_1.5.xml.bin index 4c5771ef..469670d0 100644 --- a/tests/_data/snapshots/poetry/plain_with-extras_lock10_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/plain_with-extras_lock10_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_with-extras_lock10_1.6.xml.bin b/tests/_data/snapshots/poetry/plain_with-extras_lock10_1.6.xml.bin index 10a77a4f..eaeba478 100644 --- a/tests/_data/snapshots/poetry/plain_with-extras_lock10_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/plain_with-extras_lock10_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_with-extras_lock11_1.2.json.bin b/tests/_data/snapshots/poetry/plain_with-extras_lock11_1.2.json.bin index 64718d0c..28a5934f 100644 --- a/tests/_data/snapshots/poetry/plain_with-extras_lock11_1.2.json.bin +++ b/tests/_data/snapshots/poetry/plain_with-extras_lock11_1.2.json.bin @@ -14,7 +14,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_with-extras_lock11_1.2.xml.bin b/tests/_data/snapshots/poetry/plain_with-extras_lock11_1.2.xml.bin index 00d95863..46743114 100644 --- a/tests/_data/snapshots/poetry/plain_with-extras_lock11_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/plain_with-extras_lock11_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_with-extras_lock11_1.3.json.bin b/tests/_data/snapshots/poetry/plain_with-extras_lock11_1.3.json.bin index 24199c42..e138ad38 100644 --- a/tests/_data/snapshots/poetry/plain_with-extras_lock11_1.3.json.bin +++ b/tests/_data/snapshots/poetry/plain_with-extras_lock11_1.3.json.bin @@ -20,7 +20,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_with-extras_lock11_1.3.xml.bin b/tests/_data/snapshots/poetry/plain_with-extras_lock11_1.3.xml.bin index f26726dc..ed3063be 100644 --- a/tests/_data/snapshots/poetry/plain_with-extras_lock11_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/plain_with-extras_lock11_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_with-extras_lock11_1.4.xml.bin b/tests/_data/snapshots/poetry/plain_with-extras_lock11_1.4.xml.bin index a91d01fa..5da16d53 100644 --- a/tests/_data/snapshots/poetry/plain_with-extras_lock11_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/plain_with-extras_lock11_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_with-extras_lock11_1.5.xml.bin b/tests/_data/snapshots/poetry/plain_with-extras_lock11_1.5.xml.bin index 4c5771ef..469670d0 100644 --- a/tests/_data/snapshots/poetry/plain_with-extras_lock11_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/plain_with-extras_lock11_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_with-extras_lock11_1.6.xml.bin b/tests/_data/snapshots/poetry/plain_with-extras_lock11_1.6.xml.bin index 10a77a4f..eaeba478 100644 --- a/tests/_data/snapshots/poetry/plain_with-extras_lock11_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/plain_with-extras_lock11_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_with-extras_lock20_1.2.json.bin b/tests/_data/snapshots/poetry/plain_with-extras_lock20_1.2.json.bin index 64718d0c..28a5934f 100644 --- a/tests/_data/snapshots/poetry/plain_with-extras_lock20_1.2.json.bin +++ b/tests/_data/snapshots/poetry/plain_with-extras_lock20_1.2.json.bin @@ -14,7 +14,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_with-extras_lock20_1.2.xml.bin b/tests/_data/snapshots/poetry/plain_with-extras_lock20_1.2.xml.bin index 00d95863..46743114 100644 --- a/tests/_data/snapshots/poetry/plain_with-extras_lock20_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/plain_with-extras_lock20_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_with-extras_lock20_1.3.json.bin b/tests/_data/snapshots/poetry/plain_with-extras_lock20_1.3.json.bin index 24199c42..e138ad38 100644 --- a/tests/_data/snapshots/poetry/plain_with-extras_lock20_1.3.json.bin +++ b/tests/_data/snapshots/poetry/plain_with-extras_lock20_1.3.json.bin @@ -20,7 +20,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_with-extras_lock20_1.3.xml.bin b/tests/_data/snapshots/poetry/plain_with-extras_lock20_1.3.xml.bin index f26726dc..ed3063be 100644 --- a/tests/_data/snapshots/poetry/plain_with-extras_lock20_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/plain_with-extras_lock20_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_with-extras_lock20_1.4.xml.bin b/tests/_data/snapshots/poetry/plain_with-extras_lock20_1.4.xml.bin index a91d01fa..5da16d53 100644 --- a/tests/_data/snapshots/poetry/plain_with-extras_lock20_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/plain_with-extras_lock20_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_with-extras_lock20_1.5.xml.bin b/tests/_data/snapshots/poetry/plain_with-extras_lock20_1.5.xml.bin index 4c5771ef..469670d0 100644 --- a/tests/_data/snapshots/poetry/plain_with-extras_lock20_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/plain_with-extras_lock20_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_with-extras_lock20_1.6.xml.bin b/tests/_data/snapshots/poetry/plain_with-extras_lock20_1.6.xml.bin index 10a77a4f..eaeba478 100644 --- a/tests/_data/snapshots/poetry/plain_with-extras_lock20_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/plain_with-extras_lock20_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_with-urls_lock10_1.2.json.bin b/tests/_data/snapshots/poetry/plain_with-urls_lock10_1.2.json.bin index fdfd7f0b..669de22d 100644 --- a/tests/_data/snapshots/poetry/plain_with-urls_lock10_1.2.json.bin +++ b/tests/_data/snapshots/poetry/plain_with-urls_lock10_1.2.json.bin @@ -99,7 +99,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_with-urls_lock10_1.2.xml.bin b/tests/_data/snapshots/poetry/plain_with-urls_lock10_1.2.xml.bin index 89c29485..1aa0c34c 100644 --- a/tests/_data/snapshots/poetry/plain_with-urls_lock10_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/plain_with-urls_lock10_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_with-urls_lock10_1.3.json.bin b/tests/_data/snapshots/poetry/plain_with-urls_lock10_1.3.json.bin index 17a0a3ba..97966bb0 100644 --- a/tests/_data/snapshots/poetry/plain_with-urls_lock10_1.3.json.bin +++ b/tests/_data/snapshots/poetry/plain_with-urls_lock10_1.3.json.bin @@ -137,7 +137,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_with-urls_lock10_1.3.xml.bin b/tests/_data/snapshots/poetry/plain_with-urls_lock10_1.3.xml.bin index 1a89d7b9..2233bc93 100644 --- a/tests/_data/snapshots/poetry/plain_with-urls_lock10_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/plain_with-urls_lock10_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_with-urls_lock10_1.4.xml.bin b/tests/_data/snapshots/poetry/plain_with-urls_lock10_1.4.xml.bin index 8a3ebe40..47088e91 100644 --- a/tests/_data/snapshots/poetry/plain_with-urls_lock10_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/plain_with-urls_lock10_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_with-urls_lock10_1.5.xml.bin b/tests/_data/snapshots/poetry/plain_with-urls_lock10_1.5.xml.bin index 3ad15898..5f362969 100644 --- a/tests/_data/snapshots/poetry/plain_with-urls_lock10_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/plain_with-urls_lock10_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_with-urls_lock10_1.6.xml.bin b/tests/_data/snapshots/poetry/plain_with-urls_lock10_1.6.xml.bin index d6085e64..9391c179 100644 --- a/tests/_data/snapshots/poetry/plain_with-urls_lock10_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/plain_with-urls_lock10_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_with-urls_lock11_1.2.json.bin b/tests/_data/snapshots/poetry/plain_with-urls_lock11_1.2.json.bin index fdfd7f0b..669de22d 100644 --- a/tests/_data/snapshots/poetry/plain_with-urls_lock11_1.2.json.bin +++ b/tests/_data/snapshots/poetry/plain_with-urls_lock11_1.2.json.bin @@ -99,7 +99,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_with-urls_lock11_1.2.xml.bin b/tests/_data/snapshots/poetry/plain_with-urls_lock11_1.2.xml.bin index 89c29485..1aa0c34c 100644 --- a/tests/_data/snapshots/poetry/plain_with-urls_lock11_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/plain_with-urls_lock11_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_with-urls_lock11_1.3.json.bin b/tests/_data/snapshots/poetry/plain_with-urls_lock11_1.3.json.bin index a5b0a946..5e315c2d 100644 --- a/tests/_data/snapshots/poetry/plain_with-urls_lock11_1.3.json.bin +++ b/tests/_data/snapshots/poetry/plain_with-urls_lock11_1.3.json.bin @@ -145,7 +145,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_with-urls_lock11_1.3.xml.bin b/tests/_data/snapshots/poetry/plain_with-urls_lock11_1.3.xml.bin index f0ab2b2a..b85392b1 100644 --- a/tests/_data/snapshots/poetry/plain_with-urls_lock11_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/plain_with-urls_lock11_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_with-urls_lock11_1.4.xml.bin b/tests/_data/snapshots/poetry/plain_with-urls_lock11_1.4.xml.bin index 9c275488..9f059cb3 100644 --- a/tests/_data/snapshots/poetry/plain_with-urls_lock11_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/plain_with-urls_lock11_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_with-urls_lock11_1.5.xml.bin b/tests/_data/snapshots/poetry/plain_with-urls_lock11_1.5.xml.bin index f4f27ad6..9baa473f 100644 --- a/tests/_data/snapshots/poetry/plain_with-urls_lock11_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/plain_with-urls_lock11_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_with-urls_lock11_1.6.xml.bin b/tests/_data/snapshots/poetry/plain_with-urls_lock11_1.6.xml.bin index 34aa7ba6..44f9af71 100644 --- a/tests/_data/snapshots/poetry/plain_with-urls_lock11_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/plain_with-urls_lock11_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_with-urls_lock20_1.2.json.bin b/tests/_data/snapshots/poetry/plain_with-urls_lock20_1.2.json.bin index fdfd7f0b..669de22d 100644 --- a/tests/_data/snapshots/poetry/plain_with-urls_lock20_1.2.json.bin +++ b/tests/_data/snapshots/poetry/plain_with-urls_lock20_1.2.json.bin @@ -99,7 +99,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_with-urls_lock20_1.2.xml.bin b/tests/_data/snapshots/poetry/plain_with-urls_lock20_1.2.xml.bin index 89c29485..1aa0c34c 100644 --- a/tests/_data/snapshots/poetry/plain_with-urls_lock20_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/plain_with-urls_lock20_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_with-urls_lock20_1.3.json.bin b/tests/_data/snapshots/poetry/plain_with-urls_lock20_1.3.json.bin index a74933f1..03d5fdf2 100644 --- a/tests/_data/snapshots/poetry/plain_with-urls_lock20_1.3.json.bin +++ b/tests/_data/snapshots/poetry/plain_with-urls_lock20_1.3.json.bin @@ -157,7 +157,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/plain_with-urls_lock20_1.3.xml.bin b/tests/_data/snapshots/poetry/plain_with-urls_lock20_1.3.xml.bin index 2f24aa81..0f9a731f 100644 --- a/tests/_data/snapshots/poetry/plain_with-urls_lock20_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/plain_with-urls_lock20_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_with-urls_lock20_1.4.xml.bin b/tests/_data/snapshots/poetry/plain_with-urls_lock20_1.4.xml.bin index bcb80c7f..475417f4 100644 --- a/tests/_data/snapshots/poetry/plain_with-urls_lock20_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/plain_with-urls_lock20_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_with-urls_lock20_1.5.xml.bin b/tests/_data/snapshots/poetry/plain_with-urls_lock20_1.5.xml.bin index 4aebc9c5..5df58082 100644 --- a/tests/_data/snapshots/poetry/plain_with-urls_lock20_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/plain_with-urls_lock20_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/plain_with-urls_lock20_1.6.xml.bin b/tests/_data/snapshots/poetry/plain_with-urls_lock20_1.6.xml.bin index 031a4e1f..c4bda06c 100644 --- a/tests/_data/snapshots/poetry/plain_with-urls_lock20_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/plain_with-urls_lock20_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/some-extras_with-extras_lock10_1.2.json.bin b/tests/_data/snapshots/poetry/some-extras_with-extras_lock10_1.2.json.bin index 9fa9ff65..348ef0e2 100644 --- a/tests/_data/snapshots/poetry/some-extras_with-extras_lock10_1.2.json.bin +++ b/tests/_data/snapshots/poetry/some-extras_with-extras_lock10_1.2.json.bin @@ -115,7 +115,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/some-extras_with-extras_lock10_1.2.xml.bin b/tests/_data/snapshots/poetry/some-extras_with-extras_lock10_1.2.xml.bin index 19802b19..e5a2a801 100644 --- a/tests/_data/snapshots/poetry/some-extras_with-extras_lock10_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/some-extras_with-extras_lock10_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/some-extras_with-extras_lock10_1.3.json.bin b/tests/_data/snapshots/poetry/some-extras_with-extras_lock10_1.3.json.bin index b2c46da2..9c6558a2 100644 --- a/tests/_data/snapshots/poetry/some-extras_with-extras_lock10_1.3.json.bin +++ b/tests/_data/snapshots/poetry/some-extras_with-extras_lock10_1.3.json.bin @@ -177,7 +177,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/some-extras_with-extras_lock10_1.3.xml.bin b/tests/_data/snapshots/poetry/some-extras_with-extras_lock10_1.3.xml.bin index c244f88f..5f771125 100644 --- a/tests/_data/snapshots/poetry/some-extras_with-extras_lock10_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/some-extras_with-extras_lock10_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/some-extras_with-extras_lock10_1.4.xml.bin b/tests/_data/snapshots/poetry/some-extras_with-extras_lock10_1.4.xml.bin index 613527a0..0a28bae3 100644 --- a/tests/_data/snapshots/poetry/some-extras_with-extras_lock10_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/some-extras_with-extras_lock10_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/some-extras_with-extras_lock10_1.5.xml.bin b/tests/_data/snapshots/poetry/some-extras_with-extras_lock10_1.5.xml.bin index 181a1f4a..7d2913a8 100644 --- a/tests/_data/snapshots/poetry/some-extras_with-extras_lock10_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/some-extras_with-extras_lock10_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/some-extras_with-extras_lock10_1.6.xml.bin b/tests/_data/snapshots/poetry/some-extras_with-extras_lock10_1.6.xml.bin index 759fc50b..0c5a46e6 100644 --- a/tests/_data/snapshots/poetry/some-extras_with-extras_lock10_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/some-extras_with-extras_lock10_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/some-extras_with-extras_lock11_1.2.json.bin b/tests/_data/snapshots/poetry/some-extras_with-extras_lock11_1.2.json.bin index f9f876b3..56dd1a68 100644 --- a/tests/_data/snapshots/poetry/some-extras_with-extras_lock11_1.2.json.bin +++ b/tests/_data/snapshots/poetry/some-extras_with-extras_lock11_1.2.json.bin @@ -1122,7 +1122,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/some-extras_with-extras_lock11_1.2.xml.bin b/tests/_data/snapshots/poetry/some-extras_with-extras_lock11_1.2.xml.bin index c8224de0..8aff0645 100644 --- a/tests/_data/snapshots/poetry/some-extras_with-extras_lock11_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/some-extras_with-extras_lock11_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/some-extras_with-extras_lock11_1.3.json.bin b/tests/_data/snapshots/poetry/some-extras_with-extras_lock11_1.3.json.bin index c6f3eedd..c3c67041 100644 --- a/tests/_data/snapshots/poetry/some-extras_with-extras_lock11_1.3.json.bin +++ b/tests/_data/snapshots/poetry/some-extras_with-extras_lock11_1.3.json.bin @@ -2124,7 +2124,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/some-extras_with-extras_lock11_1.3.xml.bin b/tests/_data/snapshots/poetry/some-extras_with-extras_lock11_1.3.xml.bin index f6bbeb3e..82b97792 100644 --- a/tests/_data/snapshots/poetry/some-extras_with-extras_lock11_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/some-extras_with-extras_lock11_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/some-extras_with-extras_lock11_1.4.xml.bin b/tests/_data/snapshots/poetry/some-extras_with-extras_lock11_1.4.xml.bin index 8f1401ef..33b153e8 100644 --- a/tests/_data/snapshots/poetry/some-extras_with-extras_lock11_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/some-extras_with-extras_lock11_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/some-extras_with-extras_lock11_1.5.xml.bin b/tests/_data/snapshots/poetry/some-extras_with-extras_lock11_1.5.xml.bin index 9dd62f6d..3e1adf8b 100644 --- a/tests/_data/snapshots/poetry/some-extras_with-extras_lock11_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/some-extras_with-extras_lock11_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/some-extras_with-extras_lock11_1.6.xml.bin b/tests/_data/snapshots/poetry/some-extras_with-extras_lock11_1.6.xml.bin index 560d8b43..5270fe2b 100644 --- a/tests/_data/snapshots/poetry/some-extras_with-extras_lock11_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/some-extras_with-extras_lock11_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/some-extras_with-extras_lock20_1.2.json.bin b/tests/_data/snapshots/poetry/some-extras_with-extras_lock20_1.2.json.bin index 2a8d2398..0732df65 100644 --- a/tests/_data/snapshots/poetry/some-extras_with-extras_lock20_1.2.json.bin +++ b/tests/_data/snapshots/poetry/some-extras_with-extras_lock20_1.2.json.bin @@ -1680,7 +1680,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/some-extras_with-extras_lock20_1.2.xml.bin b/tests/_data/snapshots/poetry/some-extras_with-extras_lock20_1.2.xml.bin index 300bf5ad..58d2a696 100644 --- a/tests/_data/snapshots/poetry/some-extras_with-extras_lock20_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/some-extras_with-extras_lock20_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/some-extras_with-extras_lock20_1.3.json.bin b/tests/_data/snapshots/poetry/some-extras_with-extras_lock20_1.3.json.bin index a6d6fd0d..065fe09c 100644 --- a/tests/_data/snapshots/poetry/some-extras_with-extras_lock20_1.3.json.bin +++ b/tests/_data/snapshots/poetry/some-extras_with-extras_lock20_1.3.json.bin @@ -3170,7 +3170,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/some-extras_with-extras_lock20_1.3.xml.bin b/tests/_data/snapshots/poetry/some-extras_with-extras_lock20_1.3.xml.bin index d93b0190..7cab6f77 100644 --- a/tests/_data/snapshots/poetry/some-extras_with-extras_lock20_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/some-extras_with-extras_lock20_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/some-extras_with-extras_lock20_1.4.xml.bin b/tests/_data/snapshots/poetry/some-extras_with-extras_lock20_1.4.xml.bin index 82c9034b..c719ad2a 100644 --- a/tests/_data/snapshots/poetry/some-extras_with-extras_lock20_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/some-extras_with-extras_lock20_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/some-extras_with-extras_lock20_1.5.xml.bin b/tests/_data/snapshots/poetry/some-extras_with-extras_lock20_1.5.xml.bin index 177793b8..5700de9c 100644 --- a/tests/_data/snapshots/poetry/some-extras_with-extras_lock20_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/some-extras_with-extras_lock20_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/some-extras_with-extras_lock20_1.6.xml.bin b/tests/_data/snapshots/poetry/some-extras_with-extras_lock20_1.6.xml.bin index 547263e5..19e3e3c3 100644 --- a/tests/_data/snapshots/poetry/some-extras_with-extras_lock20_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/some-extras_with-extras_lock20_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/some-groups_group-deps_lock11_1.2.json.bin b/tests/_data/snapshots/poetry/some-groups_group-deps_lock11_1.2.json.bin index e58e8a4b..7694c3c8 100644 --- a/tests/_data/snapshots/poetry/some-groups_group-deps_lock11_1.2.json.bin +++ b/tests/_data/snapshots/poetry/some-groups_group-deps_lock11_1.2.json.bin @@ -192,7 +192,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/some-groups_group-deps_lock11_1.2.xml.bin b/tests/_data/snapshots/poetry/some-groups_group-deps_lock11_1.2.xml.bin index c84c6d15..28b4bec2 100644 --- a/tests/_data/snapshots/poetry/some-groups_group-deps_lock11_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/some-groups_group-deps_lock11_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/some-groups_group-deps_lock11_1.3.json.bin b/tests/_data/snapshots/poetry/some-groups_group-deps_lock11_1.3.json.bin index 91ac068e..307124ef 100644 --- a/tests/_data/snapshots/poetry/some-groups_group-deps_lock11_1.3.json.bin +++ b/tests/_data/snapshots/poetry/some-groups_group-deps_lock11_1.3.json.bin @@ -332,7 +332,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/some-groups_group-deps_lock11_1.3.xml.bin b/tests/_data/snapshots/poetry/some-groups_group-deps_lock11_1.3.xml.bin index 6c118f5e..da19190b 100644 --- a/tests/_data/snapshots/poetry/some-groups_group-deps_lock11_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/some-groups_group-deps_lock11_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/some-groups_group-deps_lock11_1.4.xml.bin b/tests/_data/snapshots/poetry/some-groups_group-deps_lock11_1.4.xml.bin index 49d14405..120e0147 100644 --- a/tests/_data/snapshots/poetry/some-groups_group-deps_lock11_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/some-groups_group-deps_lock11_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/some-groups_group-deps_lock11_1.5.xml.bin b/tests/_data/snapshots/poetry/some-groups_group-deps_lock11_1.5.xml.bin index a5bcc8ba..113ce019 100644 --- a/tests/_data/snapshots/poetry/some-groups_group-deps_lock11_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/some-groups_group-deps_lock11_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/some-groups_group-deps_lock11_1.6.xml.bin b/tests/_data/snapshots/poetry/some-groups_group-deps_lock11_1.6.xml.bin index af0ae079..590cf7a7 100644 --- a/tests/_data/snapshots/poetry/some-groups_group-deps_lock11_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/some-groups_group-deps_lock11_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/some-groups_group-deps_lock20_1.2.json.bin b/tests/_data/snapshots/poetry/some-groups_group-deps_lock20_1.2.json.bin index e58e8a4b..7694c3c8 100644 --- a/tests/_data/snapshots/poetry/some-groups_group-deps_lock20_1.2.json.bin +++ b/tests/_data/snapshots/poetry/some-groups_group-deps_lock20_1.2.json.bin @@ -192,7 +192,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/some-groups_group-deps_lock20_1.2.xml.bin b/tests/_data/snapshots/poetry/some-groups_group-deps_lock20_1.2.xml.bin index c84c6d15..28b4bec2 100644 --- a/tests/_data/snapshots/poetry/some-groups_group-deps_lock20_1.2.xml.bin +++ b/tests/_data/snapshots/poetry/some-groups_group-deps_lock20_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/some-groups_group-deps_lock20_1.3.json.bin b/tests/_data/snapshots/poetry/some-groups_group-deps_lock20_1.3.json.bin index be2081c7..3dc95cad 100644 --- a/tests/_data/snapshots/poetry/some-groups_group-deps_lock20_1.3.json.bin +++ b/tests/_data/snapshots/poetry/some-groups_group-deps_lock20_1.3.json.bin @@ -300,7 +300,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/poetry/some-groups_group-deps_lock20_1.3.xml.bin b/tests/_data/snapshots/poetry/some-groups_group-deps_lock20_1.3.xml.bin index 9661ab11..22d958e7 100644 --- a/tests/_data/snapshots/poetry/some-groups_group-deps_lock20_1.3.xml.bin +++ b/tests/_data/snapshots/poetry/some-groups_group-deps_lock20_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/some-groups_group-deps_lock20_1.4.xml.bin b/tests/_data/snapshots/poetry/some-groups_group-deps_lock20_1.4.xml.bin index 046a784d..7e6f78d7 100644 --- a/tests/_data/snapshots/poetry/some-groups_group-deps_lock20_1.4.xml.bin +++ b/tests/_data/snapshots/poetry/some-groups_group-deps_lock20_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/some-groups_group-deps_lock20_1.5.xml.bin b/tests/_data/snapshots/poetry/some-groups_group-deps_lock20_1.5.xml.bin index d8077149..0bd21afa 100644 --- a/tests/_data/snapshots/poetry/some-groups_group-deps_lock20_1.5.xml.bin +++ b/tests/_data/snapshots/poetry/some-groups_group-deps_lock20_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/poetry/some-groups_group-deps_lock20_1.6.xml.bin b/tests/_data/snapshots/poetry/some-groups_group-deps_lock20_1.6.xml.bin index 6ffa2807..ab5cbeef 100644 --- a/tests/_data/snapshots/poetry/some-groups_group-deps_lock20_1.6.xml.bin +++ b/tests/_data/snapshots/poetry/some-groups_group-deps_lock20_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_frozen_1.2.json.bin b/tests/_data/snapshots/requirements/file_frozen_1.2.json.bin index b310506a..5f6b64de 100644 --- a/tests/_data/snapshots/requirements/file_frozen_1.2.json.bin +++ b/tests/_data/snapshots/requirements/file_frozen_1.2.json.bin @@ -89,7 +89,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/file_frozen_1.2.xml.bin b/tests/_data/snapshots/requirements/file_frozen_1.2.xml.bin index 3513da77..0dfc7199 100644 --- a/tests/_data/snapshots/requirements/file_frozen_1.2.xml.bin +++ b/tests/_data/snapshots/requirements/file_frozen_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_frozen_1.3.json.bin b/tests/_data/snapshots/requirements/file_frozen_1.3.json.bin index 1a155d4d..be5d62f3 100644 --- a/tests/_data/snapshots/requirements/file_frozen_1.3.json.bin +++ b/tests/_data/snapshots/requirements/file_frozen_1.3.json.bin @@ -105,7 +105,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/file_frozen_1.3.xml.bin b/tests/_data/snapshots/requirements/file_frozen_1.3.xml.bin index dd17bee7..ea5cee20 100644 --- a/tests/_data/snapshots/requirements/file_frozen_1.3.xml.bin +++ b/tests/_data/snapshots/requirements/file_frozen_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_frozen_1.4.xml.bin b/tests/_data/snapshots/requirements/file_frozen_1.4.xml.bin index bd292dc0..1fc43990 100644 --- a/tests/_data/snapshots/requirements/file_frozen_1.4.xml.bin +++ b/tests/_data/snapshots/requirements/file_frozen_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_frozen_1.5.xml.bin b/tests/_data/snapshots/requirements/file_frozen_1.5.xml.bin index 6ca41099..c87360f3 100644 --- a/tests/_data/snapshots/requirements/file_frozen_1.5.xml.bin +++ b/tests/_data/snapshots/requirements/file_frozen_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_frozen_1.6.xml.bin b/tests/_data/snapshots/requirements/file_frozen_1.6.xml.bin index 0b7b4269..6a2cc3c7 100644 --- a/tests/_data/snapshots/requirements/file_frozen_1.6.xml.bin +++ b/tests/_data/snapshots/requirements/file_frozen_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_local_1.2.json.bin b/tests/_data/snapshots/requirements/file_local_1.2.json.bin index c61ee082..7d5431a3 100644 --- a/tests/_data/snapshots/requirements/file_local_1.2.json.bin +++ b/tests/_data/snapshots/requirements/file_local_1.2.json.bin @@ -155,7 +155,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/file_local_1.2.xml.bin b/tests/_data/snapshots/requirements/file_local_1.2.xml.bin index acd8265c..3e82860b 100644 --- a/tests/_data/snapshots/requirements/file_local_1.2.xml.bin +++ b/tests/_data/snapshots/requirements/file_local_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_local_1.3.json.bin b/tests/_data/snapshots/requirements/file_local_1.3.json.bin index bafceeac..1e58fb3d 100644 --- a/tests/_data/snapshots/requirements/file_local_1.3.json.bin +++ b/tests/_data/snapshots/requirements/file_local_1.3.json.bin @@ -167,7 +167,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/file_local_1.3.xml.bin b/tests/_data/snapshots/requirements/file_local_1.3.xml.bin index dd65c071..8e639806 100644 --- a/tests/_data/snapshots/requirements/file_local_1.3.xml.bin +++ b/tests/_data/snapshots/requirements/file_local_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_local_1.4.xml.bin b/tests/_data/snapshots/requirements/file_local_1.4.xml.bin index 0f72a470..93554d6e 100644 --- a/tests/_data/snapshots/requirements/file_local_1.4.xml.bin +++ b/tests/_data/snapshots/requirements/file_local_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_local_1.5.xml.bin b/tests/_data/snapshots/requirements/file_local_1.5.xml.bin index e8936d29..35d2c120 100644 --- a/tests/_data/snapshots/requirements/file_local_1.5.xml.bin +++ b/tests/_data/snapshots/requirements/file_local_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_local_1.6.xml.bin b/tests/_data/snapshots/requirements/file_local_1.6.xml.bin index 03f5359b..e3495f4b 100644 --- a/tests/_data/snapshots/requirements/file_local_1.6.xml.bin +++ b/tests/_data/snapshots/requirements/file_local_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_nested_1.2.json.bin b/tests/_data/snapshots/requirements/file_nested_1.2.json.bin index b310506a..5f6b64de 100644 --- a/tests/_data/snapshots/requirements/file_nested_1.2.json.bin +++ b/tests/_data/snapshots/requirements/file_nested_1.2.json.bin @@ -89,7 +89,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/file_nested_1.2.xml.bin b/tests/_data/snapshots/requirements/file_nested_1.2.xml.bin index 3513da77..0dfc7199 100644 --- a/tests/_data/snapshots/requirements/file_nested_1.2.xml.bin +++ b/tests/_data/snapshots/requirements/file_nested_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_nested_1.3.json.bin b/tests/_data/snapshots/requirements/file_nested_1.3.json.bin index 1a155d4d..be5d62f3 100644 --- a/tests/_data/snapshots/requirements/file_nested_1.3.json.bin +++ b/tests/_data/snapshots/requirements/file_nested_1.3.json.bin @@ -105,7 +105,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/file_nested_1.3.xml.bin b/tests/_data/snapshots/requirements/file_nested_1.3.xml.bin index dd17bee7..ea5cee20 100644 --- a/tests/_data/snapshots/requirements/file_nested_1.3.xml.bin +++ b/tests/_data/snapshots/requirements/file_nested_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_nested_1.4.xml.bin b/tests/_data/snapshots/requirements/file_nested_1.4.xml.bin index bd292dc0..1fc43990 100644 --- a/tests/_data/snapshots/requirements/file_nested_1.4.xml.bin +++ b/tests/_data/snapshots/requirements/file_nested_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_nested_1.5.xml.bin b/tests/_data/snapshots/requirements/file_nested_1.5.xml.bin index 6ca41099..c87360f3 100644 --- a/tests/_data/snapshots/requirements/file_nested_1.5.xml.bin +++ b/tests/_data/snapshots/requirements/file_nested_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_nested_1.6.xml.bin b/tests/_data/snapshots/requirements/file_nested_1.6.xml.bin index 0b7b4269..6a2cc3c7 100644 --- a/tests/_data/snapshots/requirements/file_nested_1.6.xml.bin +++ b/tests/_data/snapshots/requirements/file_nested_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_private-packages_1.2.json.bin b/tests/_data/snapshots/requirements/file_private-packages_1.2.json.bin index 8bb22f87..3fd888e8 100644 --- a/tests/_data/snapshots/requirements/file_private-packages_1.2.json.bin +++ b/tests/_data/snapshots/requirements/file_private-packages_1.2.json.bin @@ -99,7 +99,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/file_private-packages_1.2.xml.bin b/tests/_data/snapshots/requirements/file_private-packages_1.2.xml.bin index cacf58e9..00a3a11a 100644 --- a/tests/_data/snapshots/requirements/file_private-packages_1.2.xml.bin +++ b/tests/_data/snapshots/requirements/file_private-packages_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_private-packages_1.3.json.bin b/tests/_data/snapshots/requirements/file_private-packages_1.3.json.bin index 6bb62aba..be316540 100644 --- a/tests/_data/snapshots/requirements/file_private-packages_1.3.json.bin +++ b/tests/_data/snapshots/requirements/file_private-packages_1.3.json.bin @@ -105,7 +105,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/file_private-packages_1.3.xml.bin b/tests/_data/snapshots/requirements/file_private-packages_1.3.xml.bin index 5b2d0fcd..54b9c31b 100644 --- a/tests/_data/snapshots/requirements/file_private-packages_1.3.xml.bin +++ b/tests/_data/snapshots/requirements/file_private-packages_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_private-packages_1.4.xml.bin b/tests/_data/snapshots/requirements/file_private-packages_1.4.xml.bin index 7a18dfdc..2b3b69ef 100644 --- a/tests/_data/snapshots/requirements/file_private-packages_1.4.xml.bin +++ b/tests/_data/snapshots/requirements/file_private-packages_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_private-packages_1.5.xml.bin b/tests/_data/snapshots/requirements/file_private-packages_1.5.xml.bin index 121aeb6f..b4938ae9 100644 --- a/tests/_data/snapshots/requirements/file_private-packages_1.5.xml.bin +++ b/tests/_data/snapshots/requirements/file_private-packages_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_private-packages_1.6.xml.bin b/tests/_data/snapshots/requirements/file_private-packages_1.6.xml.bin index 5eddae60..cecc6f2a 100644 --- a/tests/_data/snapshots/requirements/file_private-packages_1.6.xml.bin +++ b/tests/_data/snapshots/requirements/file_private-packages_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_regression-issue448.cp1252.txt_1.2.json.bin b/tests/_data/snapshots/requirements/file_regression-issue448.cp1252.txt_1.2.json.bin index 895b3a68..887357c6 100644 --- a/tests/_data/snapshots/requirements/file_regression-issue448.cp1252.txt_1.2.json.bin +++ b/tests/_data/snapshots/requirements/file_regression-issue448.cp1252.txt_1.2.json.bin @@ -107,7 +107,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/file_regression-issue448.cp1252.txt_1.2.xml.bin b/tests/_data/snapshots/requirements/file_regression-issue448.cp1252.txt_1.2.xml.bin index 9044b8e3..2ab80142 100644 --- a/tests/_data/snapshots/requirements/file_regression-issue448.cp1252.txt_1.2.xml.bin +++ b/tests/_data/snapshots/requirements/file_regression-issue448.cp1252.txt_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_regression-issue448.cp1252.txt_1.3.json.bin b/tests/_data/snapshots/requirements/file_regression-issue448.cp1252.txt_1.3.json.bin index 98f06000..da1293f6 100644 --- a/tests/_data/snapshots/requirements/file_regression-issue448.cp1252.txt_1.3.json.bin +++ b/tests/_data/snapshots/requirements/file_regression-issue448.cp1252.txt_1.3.json.bin @@ -113,7 +113,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/file_regression-issue448.cp1252.txt_1.3.xml.bin b/tests/_data/snapshots/requirements/file_regression-issue448.cp1252.txt_1.3.xml.bin index 828994c4..ec4b45e3 100644 --- a/tests/_data/snapshots/requirements/file_regression-issue448.cp1252.txt_1.3.xml.bin +++ b/tests/_data/snapshots/requirements/file_regression-issue448.cp1252.txt_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_regression-issue448.cp1252.txt_1.4.xml.bin b/tests/_data/snapshots/requirements/file_regression-issue448.cp1252.txt_1.4.xml.bin index 2e76d64a..fa96bd5b 100644 --- a/tests/_data/snapshots/requirements/file_regression-issue448.cp1252.txt_1.4.xml.bin +++ b/tests/_data/snapshots/requirements/file_regression-issue448.cp1252.txt_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_regression-issue448.cp1252.txt_1.5.xml.bin b/tests/_data/snapshots/requirements/file_regression-issue448.cp1252.txt_1.5.xml.bin index 0033ca0f..dc77ac5f 100644 --- a/tests/_data/snapshots/requirements/file_regression-issue448.cp1252.txt_1.5.xml.bin +++ b/tests/_data/snapshots/requirements/file_regression-issue448.cp1252.txt_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_regression-issue448.cp1252.txt_1.6.xml.bin b/tests/_data/snapshots/requirements/file_regression-issue448.cp1252.txt_1.6.xml.bin index d7eeae40..f1559dfb 100644 --- a/tests/_data/snapshots/requirements/file_regression-issue448.cp1252.txt_1.6.xml.bin +++ b/tests/_data/snapshots/requirements/file_regression-issue448.cp1252.txt_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_with-comments_1.2.json.bin b/tests/_data/snapshots/requirements/file_with-comments_1.2.json.bin index 52e0be69..15698342 100644 --- a/tests/_data/snapshots/requirements/file_with-comments_1.2.json.bin +++ b/tests/_data/snapshots/requirements/file_with-comments_1.2.json.bin @@ -143,7 +143,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/file_with-comments_1.2.xml.bin b/tests/_data/snapshots/requirements/file_with-comments_1.2.xml.bin index 77c8c501..7ad38e34 100644 --- a/tests/_data/snapshots/requirements/file_with-comments_1.2.xml.bin +++ b/tests/_data/snapshots/requirements/file_with-comments_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_with-comments_1.3.json.bin b/tests/_data/snapshots/requirements/file_with-comments_1.3.json.bin index 1aa3fb61..8ab41aa2 100644 --- a/tests/_data/snapshots/requirements/file_with-comments_1.3.json.bin +++ b/tests/_data/snapshots/requirements/file_with-comments_1.3.json.bin @@ -149,7 +149,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/file_with-comments_1.3.xml.bin b/tests/_data/snapshots/requirements/file_with-comments_1.3.xml.bin index cfcede7f..40ff493b 100644 --- a/tests/_data/snapshots/requirements/file_with-comments_1.3.xml.bin +++ b/tests/_data/snapshots/requirements/file_with-comments_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_with-comments_1.4.xml.bin b/tests/_data/snapshots/requirements/file_with-comments_1.4.xml.bin index 7bd0e675..12db5cb6 100644 --- a/tests/_data/snapshots/requirements/file_with-comments_1.4.xml.bin +++ b/tests/_data/snapshots/requirements/file_with-comments_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_with-comments_1.5.xml.bin b/tests/_data/snapshots/requirements/file_with-comments_1.5.xml.bin index 9f021a24..03bd9da5 100644 --- a/tests/_data/snapshots/requirements/file_with-comments_1.5.xml.bin +++ b/tests/_data/snapshots/requirements/file_with-comments_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_with-comments_1.6.xml.bin b/tests/_data/snapshots/requirements/file_with-comments_1.6.xml.bin index 4e1e24ee..654da909 100644 --- a/tests/_data/snapshots/requirements/file_with-comments_1.6.xml.bin +++ b/tests/_data/snapshots/requirements/file_with-comments_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_with-extras_1.2.json.bin b/tests/_data/snapshots/requirements/file_with-extras_1.2.json.bin index 7b791519..9e69f3b4 100644 --- a/tests/_data/snapshots/requirements/file_with-extras_1.2.json.bin +++ b/tests/_data/snapshots/requirements/file_with-extras_1.2.json.bin @@ -71,7 +71,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/file_with-extras_1.2.xml.bin b/tests/_data/snapshots/requirements/file_with-extras_1.2.xml.bin index 108bd9d7..ff4c1e39 100644 --- a/tests/_data/snapshots/requirements/file_with-extras_1.2.xml.bin +++ b/tests/_data/snapshots/requirements/file_with-extras_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_with-extras_1.3.json.bin b/tests/_data/snapshots/requirements/file_with-extras_1.3.json.bin index 216334a3..6e3b0f18 100644 --- a/tests/_data/snapshots/requirements/file_with-extras_1.3.json.bin +++ b/tests/_data/snapshots/requirements/file_with-extras_1.3.json.bin @@ -87,7 +87,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/file_with-extras_1.3.xml.bin b/tests/_data/snapshots/requirements/file_with-extras_1.3.xml.bin index ca47babd..0089297d 100644 --- a/tests/_data/snapshots/requirements/file_with-extras_1.3.xml.bin +++ b/tests/_data/snapshots/requirements/file_with-extras_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_with-extras_1.4.xml.bin b/tests/_data/snapshots/requirements/file_with-extras_1.4.xml.bin index 8a119a1c..0d3d27b8 100644 --- a/tests/_data/snapshots/requirements/file_with-extras_1.4.xml.bin +++ b/tests/_data/snapshots/requirements/file_with-extras_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_with-extras_1.5.xml.bin b/tests/_data/snapshots/requirements/file_with-extras_1.5.xml.bin index eb734cc8..fb4f4f75 100644 --- a/tests/_data/snapshots/requirements/file_with-extras_1.5.xml.bin +++ b/tests/_data/snapshots/requirements/file_with-extras_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_with-extras_1.6.xml.bin b/tests/_data/snapshots/requirements/file_with-extras_1.6.xml.bin index 8244f32c..93085178 100644 --- a/tests/_data/snapshots/requirements/file_with-extras_1.6.xml.bin +++ b/tests/_data/snapshots/requirements/file_with-extras_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_with-hashes_1.2.json.bin b/tests/_data/snapshots/requirements/file_with-hashes_1.2.json.bin index adeb18e9..2330e609 100644 --- a/tests/_data/snapshots/requirements/file_with-hashes_1.2.json.bin +++ b/tests/_data/snapshots/requirements/file_with-hashes_1.2.json.bin @@ -143,7 +143,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/file_with-hashes_1.2.xml.bin b/tests/_data/snapshots/requirements/file_with-hashes_1.2.xml.bin index d558c804..5458fbe5 100644 --- a/tests/_data/snapshots/requirements/file_with-hashes_1.2.xml.bin +++ b/tests/_data/snapshots/requirements/file_with-hashes_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_with-hashes_1.3.json.bin b/tests/_data/snapshots/requirements/file_with-hashes_1.3.json.bin index 5d40f96f..fea16d2a 100644 --- a/tests/_data/snapshots/requirements/file_with-hashes_1.3.json.bin +++ b/tests/_data/snapshots/requirements/file_with-hashes_1.3.json.bin @@ -189,7 +189,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/file_with-hashes_1.3.xml.bin b/tests/_data/snapshots/requirements/file_with-hashes_1.3.xml.bin index a41130d0..bb3d0575 100644 --- a/tests/_data/snapshots/requirements/file_with-hashes_1.3.xml.bin +++ b/tests/_data/snapshots/requirements/file_with-hashes_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_with-hashes_1.4.xml.bin b/tests/_data/snapshots/requirements/file_with-hashes_1.4.xml.bin index a02bb904..1c72957e 100644 --- a/tests/_data/snapshots/requirements/file_with-hashes_1.4.xml.bin +++ b/tests/_data/snapshots/requirements/file_with-hashes_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_with-hashes_1.5.xml.bin b/tests/_data/snapshots/requirements/file_with-hashes_1.5.xml.bin index 770fa2ee..3d10e1dd 100644 --- a/tests/_data/snapshots/requirements/file_with-hashes_1.5.xml.bin +++ b/tests/_data/snapshots/requirements/file_with-hashes_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_with-hashes_1.6.xml.bin b/tests/_data/snapshots/requirements/file_with-hashes_1.6.xml.bin index 54e1f140..df7b721c 100644 --- a/tests/_data/snapshots/requirements/file_with-hashes_1.6.xml.bin +++ b/tests/_data/snapshots/requirements/file_with-hashes_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_with-urls_1.2.json.bin b/tests/_data/snapshots/requirements/file_with-urls_1.2.json.bin index 9c995c64..b5f02575 100644 --- a/tests/_data/snapshots/requirements/file_with-urls_1.2.json.bin +++ b/tests/_data/snapshots/requirements/file_with-urls_1.2.json.bin @@ -178,7 +178,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/file_with-urls_1.2.xml.bin b/tests/_data/snapshots/requirements/file_with-urls_1.2.xml.bin index 75a6a5f7..31624a7a 100644 --- a/tests/_data/snapshots/requirements/file_with-urls_1.2.xml.bin +++ b/tests/_data/snapshots/requirements/file_with-urls_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_with-urls_1.3.json.bin b/tests/_data/snapshots/requirements/file_with-urls_1.3.json.bin index ff75d310..93e3e2cb 100644 --- a/tests/_data/snapshots/requirements/file_with-urls_1.3.json.bin +++ b/tests/_data/snapshots/requirements/file_with-urls_1.3.json.bin @@ -184,7 +184,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/file_with-urls_1.3.xml.bin b/tests/_data/snapshots/requirements/file_with-urls_1.3.xml.bin index ad9028d4..8b26f10e 100644 --- a/tests/_data/snapshots/requirements/file_with-urls_1.3.xml.bin +++ b/tests/_data/snapshots/requirements/file_with-urls_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_with-urls_1.4.xml.bin b/tests/_data/snapshots/requirements/file_with-urls_1.4.xml.bin index 556c5eb9..f5a2763a 100644 --- a/tests/_data/snapshots/requirements/file_with-urls_1.4.xml.bin +++ b/tests/_data/snapshots/requirements/file_with-urls_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_with-urls_1.5.xml.bin b/tests/_data/snapshots/requirements/file_with-urls_1.5.xml.bin index 4e900078..55920898 100644 --- a/tests/_data/snapshots/requirements/file_with-urls_1.5.xml.bin +++ b/tests/_data/snapshots/requirements/file_with-urls_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_with-urls_1.6.xml.bin b/tests/_data/snapshots/requirements/file_with-urls_1.6.xml.bin index 8142ee52..fe34746f 100644 --- a/tests/_data/snapshots/requirements/file_with-urls_1.6.xml.bin +++ b/tests/_data/snapshots/requirements/file_with-urls_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_without-pinned-versions_1.2.json.bin b/tests/_data/snapshots/requirements/file_without-pinned-versions_1.2.json.bin index 8aea79fd..b9bb9fbe 100644 --- a/tests/_data/snapshots/requirements/file_without-pinned-versions_1.2.json.bin +++ b/tests/_data/snapshots/requirements/file_without-pinned-versions_1.2.json.bin @@ -107,7 +107,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/file_without-pinned-versions_1.2.xml.bin b/tests/_data/snapshots/requirements/file_without-pinned-versions_1.2.xml.bin index ec148e5c..ac72efb5 100644 --- a/tests/_data/snapshots/requirements/file_without-pinned-versions_1.2.xml.bin +++ b/tests/_data/snapshots/requirements/file_without-pinned-versions_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_without-pinned-versions_1.3.json.bin b/tests/_data/snapshots/requirements/file_without-pinned-versions_1.3.json.bin index 5d46151d..2d888374 100644 --- a/tests/_data/snapshots/requirements/file_without-pinned-versions_1.3.json.bin +++ b/tests/_data/snapshots/requirements/file_without-pinned-versions_1.3.json.bin @@ -113,7 +113,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/file_without-pinned-versions_1.3.xml.bin b/tests/_data/snapshots/requirements/file_without-pinned-versions_1.3.xml.bin index 43832f32..d6d312ea 100644 --- a/tests/_data/snapshots/requirements/file_without-pinned-versions_1.3.xml.bin +++ b/tests/_data/snapshots/requirements/file_without-pinned-versions_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_without-pinned-versions_1.4.xml.bin b/tests/_data/snapshots/requirements/file_without-pinned-versions_1.4.xml.bin index 322d4e38..a2cca241 100644 --- a/tests/_data/snapshots/requirements/file_without-pinned-versions_1.4.xml.bin +++ b/tests/_data/snapshots/requirements/file_without-pinned-versions_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_without-pinned-versions_1.5.xml.bin b/tests/_data/snapshots/requirements/file_without-pinned-versions_1.5.xml.bin index fe92b936..e3518265 100644 --- a/tests/_data/snapshots/requirements/file_without-pinned-versions_1.5.xml.bin +++ b/tests/_data/snapshots/requirements/file_without-pinned-versions_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/file_without-pinned-versions_1.6.xml.bin b/tests/_data/snapshots/requirements/file_without-pinned-versions_1.6.xml.bin index 3f525eee..0fce56de 100644 --- a/tests/_data/snapshots/requirements/file_without-pinned-versions_1.6.xml.bin +++ b/tests/_data/snapshots/requirements/file_without-pinned-versions_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/index_auth_frozen_1.2.json.bin b/tests/_data/snapshots/requirements/index_auth_frozen_1.2.json.bin index 8e38bad3..ecfe6d35 100644 --- a/tests/_data/snapshots/requirements/index_auth_frozen_1.2.json.bin +++ b/tests/_data/snapshots/requirements/index_auth_frozen_1.2.json.bin @@ -109,7 +109,7 @@ }, "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/index_auth_frozen_1.2.xml.bin b/tests/_data/snapshots/requirements/index_auth_frozen_1.2.xml.bin index 85157c92..e574eb17 100644 --- a/tests/_data/snapshots/requirements/index_auth_frozen_1.2.xml.bin +++ b/tests/_data/snapshots/requirements/index_auth_frozen_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/index_auth_frozen_1.3.json.bin b/tests/_data/snapshots/requirements/index_auth_frozen_1.3.json.bin index 50164436..ecf51b84 100644 --- a/tests/_data/snapshots/requirements/index_auth_frozen_1.3.json.bin +++ b/tests/_data/snapshots/requirements/index_auth_frozen_1.3.json.bin @@ -145,7 +145,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/index_auth_frozen_1.3.xml.bin b/tests/_data/snapshots/requirements/index_auth_frozen_1.3.xml.bin index 3736be6b..d61de3bc 100644 --- a/tests/_data/snapshots/requirements/index_auth_frozen_1.3.xml.bin +++ b/tests/_data/snapshots/requirements/index_auth_frozen_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/index_auth_frozen_1.4.xml.bin b/tests/_data/snapshots/requirements/index_auth_frozen_1.4.xml.bin index ce73c5c1..c713aad3 100644 --- a/tests/_data/snapshots/requirements/index_auth_frozen_1.4.xml.bin +++ b/tests/_data/snapshots/requirements/index_auth_frozen_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/index_auth_frozen_1.5.xml.bin b/tests/_data/snapshots/requirements/index_auth_frozen_1.5.xml.bin index ece82c1b..899ea496 100644 --- a/tests/_data/snapshots/requirements/index_auth_frozen_1.5.xml.bin +++ b/tests/_data/snapshots/requirements/index_auth_frozen_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/index_auth_frozen_1.6.xml.bin b/tests/_data/snapshots/requirements/index_auth_frozen_1.6.xml.bin index 4eeca36e..3e4e2a1b 100644 --- a/tests/_data/snapshots/requirements/index_auth_frozen_1.6.xml.bin +++ b/tests/_data/snapshots/requirements/index_auth_frozen_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_frozen_1.2.json.bin b/tests/_data/snapshots/requirements/stream_frozen_1.2.json.bin index 54b59ce1..f9182aef 100644 --- a/tests/_data/snapshots/requirements/stream_frozen_1.2.json.bin +++ b/tests/_data/snapshots/requirements/stream_frozen_1.2.json.bin @@ -42,7 +42,7 @@ "metadata": { "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/stream_frozen_1.2.xml.bin b/tests/_data/snapshots/requirements/stream_frozen_1.2.xml.bin index 0bb8014a..97550cb2 100644 --- a/tests/_data/snapshots/requirements/stream_frozen_1.2.xml.bin +++ b/tests/_data/snapshots/requirements/stream_frozen_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_frozen_1.3.json.bin b/tests/_data/snapshots/requirements/stream_frozen_1.3.json.bin index 068fac17..266162bf 100644 --- a/tests/_data/snapshots/requirements/stream_frozen_1.3.json.bin +++ b/tests/_data/snapshots/requirements/stream_frozen_1.3.json.bin @@ -58,7 +58,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/stream_frozen_1.3.xml.bin b/tests/_data/snapshots/requirements/stream_frozen_1.3.xml.bin index ee8e01bf..3fd204ee 100644 --- a/tests/_data/snapshots/requirements/stream_frozen_1.3.xml.bin +++ b/tests/_data/snapshots/requirements/stream_frozen_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_frozen_1.4.xml.bin b/tests/_data/snapshots/requirements/stream_frozen_1.4.xml.bin index 70b3c876..1e8346b4 100644 --- a/tests/_data/snapshots/requirements/stream_frozen_1.4.xml.bin +++ b/tests/_data/snapshots/requirements/stream_frozen_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_frozen_1.5.xml.bin b/tests/_data/snapshots/requirements/stream_frozen_1.5.xml.bin index 4ea8e6d2..8c88d084 100644 --- a/tests/_data/snapshots/requirements/stream_frozen_1.5.xml.bin +++ b/tests/_data/snapshots/requirements/stream_frozen_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_frozen_1.6.xml.bin b/tests/_data/snapshots/requirements/stream_frozen_1.6.xml.bin index 2dcc0d81..ba125c6a 100644 --- a/tests/_data/snapshots/requirements/stream_frozen_1.6.xml.bin +++ b/tests/_data/snapshots/requirements/stream_frozen_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_local_1.2.json.bin b/tests/_data/snapshots/requirements/stream_local_1.2.json.bin index aa94060e..f0d7b962 100644 --- a/tests/_data/snapshots/requirements/stream_local_1.2.json.bin +++ b/tests/_data/snapshots/requirements/stream_local_1.2.json.bin @@ -108,7 +108,7 @@ "metadata": { "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/stream_local_1.2.xml.bin b/tests/_data/snapshots/requirements/stream_local_1.2.xml.bin index f55543b6..e6c2e9cd 100644 --- a/tests/_data/snapshots/requirements/stream_local_1.2.xml.bin +++ b/tests/_data/snapshots/requirements/stream_local_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_local_1.3.json.bin b/tests/_data/snapshots/requirements/stream_local_1.3.json.bin index 3afcf29a..844dba03 100644 --- a/tests/_data/snapshots/requirements/stream_local_1.3.json.bin +++ b/tests/_data/snapshots/requirements/stream_local_1.3.json.bin @@ -120,7 +120,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/stream_local_1.3.xml.bin b/tests/_data/snapshots/requirements/stream_local_1.3.xml.bin index 57ab635a..f41b544e 100644 --- a/tests/_data/snapshots/requirements/stream_local_1.3.xml.bin +++ b/tests/_data/snapshots/requirements/stream_local_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_local_1.4.xml.bin b/tests/_data/snapshots/requirements/stream_local_1.4.xml.bin index dc304a93..8d593dc7 100644 --- a/tests/_data/snapshots/requirements/stream_local_1.4.xml.bin +++ b/tests/_data/snapshots/requirements/stream_local_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_local_1.5.xml.bin b/tests/_data/snapshots/requirements/stream_local_1.5.xml.bin index 3a1fcb06..5401dc36 100644 --- a/tests/_data/snapshots/requirements/stream_local_1.5.xml.bin +++ b/tests/_data/snapshots/requirements/stream_local_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_local_1.6.xml.bin b/tests/_data/snapshots/requirements/stream_local_1.6.xml.bin index 4e69bcf0..4c43029d 100644 --- a/tests/_data/snapshots/requirements/stream_local_1.6.xml.bin +++ b/tests/_data/snapshots/requirements/stream_local_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_nested_1.2.json.bin b/tests/_data/snapshots/requirements/stream_nested_1.2.json.bin index 6dcf4e3f..c32f59ac 100644 --- a/tests/_data/snapshots/requirements/stream_nested_1.2.json.bin +++ b/tests/_data/snapshots/requirements/stream_nested_1.2.json.bin @@ -2,7 +2,7 @@ "metadata": { "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/stream_nested_1.2.xml.bin b/tests/_data/snapshots/requirements/stream_nested_1.2.xml.bin index d91fc191..61784267 100644 --- a/tests/_data/snapshots/requirements/stream_nested_1.2.xml.bin +++ b/tests/_data/snapshots/requirements/stream_nested_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_nested_1.3.json.bin b/tests/_data/snapshots/requirements/stream_nested_1.3.json.bin index b5de47bc..8f7777d9 100644 --- a/tests/_data/snapshots/requirements/stream_nested_1.3.json.bin +++ b/tests/_data/snapshots/requirements/stream_nested_1.3.json.bin @@ -8,7 +8,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/stream_nested_1.3.xml.bin b/tests/_data/snapshots/requirements/stream_nested_1.3.xml.bin index f275e185..107895db 100644 --- a/tests/_data/snapshots/requirements/stream_nested_1.3.xml.bin +++ b/tests/_data/snapshots/requirements/stream_nested_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_nested_1.4.xml.bin b/tests/_data/snapshots/requirements/stream_nested_1.4.xml.bin index 2019fc0d..9bd1d969 100644 --- a/tests/_data/snapshots/requirements/stream_nested_1.4.xml.bin +++ b/tests/_data/snapshots/requirements/stream_nested_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_nested_1.5.xml.bin b/tests/_data/snapshots/requirements/stream_nested_1.5.xml.bin index be04f1ed..62a25d83 100644 --- a/tests/_data/snapshots/requirements/stream_nested_1.5.xml.bin +++ b/tests/_data/snapshots/requirements/stream_nested_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_nested_1.6.xml.bin b/tests/_data/snapshots/requirements/stream_nested_1.6.xml.bin index e83c0751..f055f5b9 100644 --- a/tests/_data/snapshots/requirements/stream_nested_1.6.xml.bin +++ b/tests/_data/snapshots/requirements/stream_nested_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_private-packages_1.2.json.bin b/tests/_data/snapshots/requirements/stream_private-packages_1.2.json.bin index 85ba89a7..a51b4b01 100644 --- a/tests/_data/snapshots/requirements/stream_private-packages_1.2.json.bin +++ b/tests/_data/snapshots/requirements/stream_private-packages_1.2.json.bin @@ -52,7 +52,7 @@ "metadata": { "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/stream_private-packages_1.2.xml.bin b/tests/_data/snapshots/requirements/stream_private-packages_1.2.xml.bin index 2b549662..4ecff164 100644 --- a/tests/_data/snapshots/requirements/stream_private-packages_1.2.xml.bin +++ b/tests/_data/snapshots/requirements/stream_private-packages_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_private-packages_1.3.json.bin b/tests/_data/snapshots/requirements/stream_private-packages_1.3.json.bin index bf24d0e4..1b74a4fb 100644 --- a/tests/_data/snapshots/requirements/stream_private-packages_1.3.json.bin +++ b/tests/_data/snapshots/requirements/stream_private-packages_1.3.json.bin @@ -58,7 +58,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/stream_private-packages_1.3.xml.bin b/tests/_data/snapshots/requirements/stream_private-packages_1.3.xml.bin index ef7ce566..857eeb9d 100644 --- a/tests/_data/snapshots/requirements/stream_private-packages_1.3.xml.bin +++ b/tests/_data/snapshots/requirements/stream_private-packages_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_private-packages_1.4.xml.bin b/tests/_data/snapshots/requirements/stream_private-packages_1.4.xml.bin index c7ebacd5..baed554f 100644 --- a/tests/_data/snapshots/requirements/stream_private-packages_1.4.xml.bin +++ b/tests/_data/snapshots/requirements/stream_private-packages_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_private-packages_1.5.xml.bin b/tests/_data/snapshots/requirements/stream_private-packages_1.5.xml.bin index d363dc2e..a3438b7f 100644 --- a/tests/_data/snapshots/requirements/stream_private-packages_1.5.xml.bin +++ b/tests/_data/snapshots/requirements/stream_private-packages_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_private-packages_1.6.xml.bin b/tests/_data/snapshots/requirements/stream_private-packages_1.6.xml.bin index 0c202369..fd19cbd3 100644 --- a/tests/_data/snapshots/requirements/stream_private-packages_1.6.xml.bin +++ b/tests/_data/snapshots/requirements/stream_private-packages_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_regression-issue448.cp1252.txt_1.2.json.bin b/tests/_data/snapshots/requirements/stream_regression-issue448.cp1252.txt_1.2.json.bin index 5ab249db..59743ecd 100644 --- a/tests/_data/snapshots/requirements/stream_regression-issue448.cp1252.txt_1.2.json.bin +++ b/tests/_data/snapshots/requirements/stream_regression-issue448.cp1252.txt_1.2.json.bin @@ -60,7 +60,7 @@ "metadata": { "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/stream_regression-issue448.cp1252.txt_1.2.xml.bin b/tests/_data/snapshots/requirements/stream_regression-issue448.cp1252.txt_1.2.xml.bin index 79629f3e..f010b36f 100644 --- a/tests/_data/snapshots/requirements/stream_regression-issue448.cp1252.txt_1.2.xml.bin +++ b/tests/_data/snapshots/requirements/stream_regression-issue448.cp1252.txt_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_regression-issue448.cp1252.txt_1.3.json.bin b/tests/_data/snapshots/requirements/stream_regression-issue448.cp1252.txt_1.3.json.bin index 08abcc42..6b8c5a0c 100644 --- a/tests/_data/snapshots/requirements/stream_regression-issue448.cp1252.txt_1.3.json.bin +++ b/tests/_data/snapshots/requirements/stream_regression-issue448.cp1252.txt_1.3.json.bin @@ -66,7 +66,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/stream_regression-issue448.cp1252.txt_1.3.xml.bin b/tests/_data/snapshots/requirements/stream_regression-issue448.cp1252.txt_1.3.xml.bin index dc238323..3f8b2075 100644 --- a/tests/_data/snapshots/requirements/stream_regression-issue448.cp1252.txt_1.3.xml.bin +++ b/tests/_data/snapshots/requirements/stream_regression-issue448.cp1252.txt_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_regression-issue448.cp1252.txt_1.4.xml.bin b/tests/_data/snapshots/requirements/stream_regression-issue448.cp1252.txt_1.4.xml.bin index 6eb09dc8..9bffc136 100644 --- a/tests/_data/snapshots/requirements/stream_regression-issue448.cp1252.txt_1.4.xml.bin +++ b/tests/_data/snapshots/requirements/stream_regression-issue448.cp1252.txt_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_regression-issue448.cp1252.txt_1.5.xml.bin b/tests/_data/snapshots/requirements/stream_regression-issue448.cp1252.txt_1.5.xml.bin index 545bba64..f58f180b 100644 --- a/tests/_data/snapshots/requirements/stream_regression-issue448.cp1252.txt_1.5.xml.bin +++ b/tests/_data/snapshots/requirements/stream_regression-issue448.cp1252.txt_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_regression-issue448.cp1252.txt_1.6.xml.bin b/tests/_data/snapshots/requirements/stream_regression-issue448.cp1252.txt_1.6.xml.bin index 46d9828b..25a3e3f0 100644 --- a/tests/_data/snapshots/requirements/stream_regression-issue448.cp1252.txt_1.6.xml.bin +++ b/tests/_data/snapshots/requirements/stream_regression-issue448.cp1252.txt_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_with-comments_1.2.json.bin b/tests/_data/snapshots/requirements/stream_with-comments_1.2.json.bin index fd04a02c..674ded6f 100644 --- a/tests/_data/snapshots/requirements/stream_with-comments_1.2.json.bin +++ b/tests/_data/snapshots/requirements/stream_with-comments_1.2.json.bin @@ -96,7 +96,7 @@ "metadata": { "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/stream_with-comments_1.2.xml.bin b/tests/_data/snapshots/requirements/stream_with-comments_1.2.xml.bin index e2211aec..6661ba15 100644 --- a/tests/_data/snapshots/requirements/stream_with-comments_1.2.xml.bin +++ b/tests/_data/snapshots/requirements/stream_with-comments_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_with-comments_1.3.json.bin b/tests/_data/snapshots/requirements/stream_with-comments_1.3.json.bin index c1523697..e58867ae 100644 --- a/tests/_data/snapshots/requirements/stream_with-comments_1.3.json.bin +++ b/tests/_data/snapshots/requirements/stream_with-comments_1.3.json.bin @@ -102,7 +102,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/stream_with-comments_1.3.xml.bin b/tests/_data/snapshots/requirements/stream_with-comments_1.3.xml.bin index dad4fc05..2312e933 100644 --- a/tests/_data/snapshots/requirements/stream_with-comments_1.3.xml.bin +++ b/tests/_data/snapshots/requirements/stream_with-comments_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_with-comments_1.4.xml.bin b/tests/_data/snapshots/requirements/stream_with-comments_1.4.xml.bin index f7a0462b..03baf89d 100644 --- a/tests/_data/snapshots/requirements/stream_with-comments_1.4.xml.bin +++ b/tests/_data/snapshots/requirements/stream_with-comments_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_with-comments_1.5.xml.bin b/tests/_data/snapshots/requirements/stream_with-comments_1.5.xml.bin index 7a9b0655..c7a87eef 100644 --- a/tests/_data/snapshots/requirements/stream_with-comments_1.5.xml.bin +++ b/tests/_data/snapshots/requirements/stream_with-comments_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_with-comments_1.6.xml.bin b/tests/_data/snapshots/requirements/stream_with-comments_1.6.xml.bin index f4d2a33d..3372fa60 100644 --- a/tests/_data/snapshots/requirements/stream_with-comments_1.6.xml.bin +++ b/tests/_data/snapshots/requirements/stream_with-comments_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_with-extras_1.2.json.bin b/tests/_data/snapshots/requirements/stream_with-extras_1.2.json.bin index fe5778ee..0a671574 100644 --- a/tests/_data/snapshots/requirements/stream_with-extras_1.2.json.bin +++ b/tests/_data/snapshots/requirements/stream_with-extras_1.2.json.bin @@ -24,7 +24,7 @@ "metadata": { "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/stream_with-extras_1.2.xml.bin b/tests/_data/snapshots/requirements/stream_with-extras_1.2.xml.bin index e623ad21..53194d38 100644 --- a/tests/_data/snapshots/requirements/stream_with-extras_1.2.xml.bin +++ b/tests/_data/snapshots/requirements/stream_with-extras_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_with-extras_1.3.json.bin b/tests/_data/snapshots/requirements/stream_with-extras_1.3.json.bin index 482afc8f..122a6070 100644 --- a/tests/_data/snapshots/requirements/stream_with-extras_1.3.json.bin +++ b/tests/_data/snapshots/requirements/stream_with-extras_1.3.json.bin @@ -40,7 +40,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/stream_with-extras_1.3.xml.bin b/tests/_data/snapshots/requirements/stream_with-extras_1.3.xml.bin index 1787c2f3..a44f0f47 100644 --- a/tests/_data/snapshots/requirements/stream_with-extras_1.3.xml.bin +++ b/tests/_data/snapshots/requirements/stream_with-extras_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_with-extras_1.4.xml.bin b/tests/_data/snapshots/requirements/stream_with-extras_1.4.xml.bin index 596a61dd..ddd2ceba 100644 --- a/tests/_data/snapshots/requirements/stream_with-extras_1.4.xml.bin +++ b/tests/_data/snapshots/requirements/stream_with-extras_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_with-extras_1.5.xml.bin b/tests/_data/snapshots/requirements/stream_with-extras_1.5.xml.bin index 35533c2f..0f3eba64 100644 --- a/tests/_data/snapshots/requirements/stream_with-extras_1.5.xml.bin +++ b/tests/_data/snapshots/requirements/stream_with-extras_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_with-extras_1.6.xml.bin b/tests/_data/snapshots/requirements/stream_with-extras_1.6.xml.bin index 748885ff..846552e1 100644 --- a/tests/_data/snapshots/requirements/stream_with-extras_1.6.xml.bin +++ b/tests/_data/snapshots/requirements/stream_with-extras_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_with-hashes_1.2.json.bin b/tests/_data/snapshots/requirements/stream_with-hashes_1.2.json.bin index c15eda3d..a6b741d6 100644 --- a/tests/_data/snapshots/requirements/stream_with-hashes_1.2.json.bin +++ b/tests/_data/snapshots/requirements/stream_with-hashes_1.2.json.bin @@ -96,7 +96,7 @@ "metadata": { "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/stream_with-hashes_1.2.xml.bin b/tests/_data/snapshots/requirements/stream_with-hashes_1.2.xml.bin index 870295b1..bf93310b 100644 --- a/tests/_data/snapshots/requirements/stream_with-hashes_1.2.xml.bin +++ b/tests/_data/snapshots/requirements/stream_with-hashes_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_with-hashes_1.3.json.bin b/tests/_data/snapshots/requirements/stream_with-hashes_1.3.json.bin index 2cac0bc0..4e94be09 100644 --- a/tests/_data/snapshots/requirements/stream_with-hashes_1.3.json.bin +++ b/tests/_data/snapshots/requirements/stream_with-hashes_1.3.json.bin @@ -142,7 +142,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/stream_with-hashes_1.3.xml.bin b/tests/_data/snapshots/requirements/stream_with-hashes_1.3.xml.bin index ac40a7f1..42489724 100644 --- a/tests/_data/snapshots/requirements/stream_with-hashes_1.3.xml.bin +++ b/tests/_data/snapshots/requirements/stream_with-hashes_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_with-hashes_1.4.xml.bin b/tests/_data/snapshots/requirements/stream_with-hashes_1.4.xml.bin index d54c7529..8903a712 100644 --- a/tests/_data/snapshots/requirements/stream_with-hashes_1.4.xml.bin +++ b/tests/_data/snapshots/requirements/stream_with-hashes_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_with-hashes_1.5.xml.bin b/tests/_data/snapshots/requirements/stream_with-hashes_1.5.xml.bin index f72e6beb..0966700f 100644 --- a/tests/_data/snapshots/requirements/stream_with-hashes_1.5.xml.bin +++ b/tests/_data/snapshots/requirements/stream_with-hashes_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_with-hashes_1.6.xml.bin b/tests/_data/snapshots/requirements/stream_with-hashes_1.6.xml.bin index c7d14ebd..fa68577a 100644 --- a/tests/_data/snapshots/requirements/stream_with-hashes_1.6.xml.bin +++ b/tests/_data/snapshots/requirements/stream_with-hashes_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_with-urls_1.2.json.bin b/tests/_data/snapshots/requirements/stream_with-urls_1.2.json.bin index 8a4fa38c..a9cb5123 100644 --- a/tests/_data/snapshots/requirements/stream_with-urls_1.2.json.bin +++ b/tests/_data/snapshots/requirements/stream_with-urls_1.2.json.bin @@ -131,7 +131,7 @@ "metadata": { "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/stream_with-urls_1.2.xml.bin b/tests/_data/snapshots/requirements/stream_with-urls_1.2.xml.bin index 582f024a..978c1d2d 100644 --- a/tests/_data/snapshots/requirements/stream_with-urls_1.2.xml.bin +++ b/tests/_data/snapshots/requirements/stream_with-urls_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_with-urls_1.3.json.bin b/tests/_data/snapshots/requirements/stream_with-urls_1.3.json.bin index ad4cb5ef..68610b72 100644 --- a/tests/_data/snapshots/requirements/stream_with-urls_1.3.json.bin +++ b/tests/_data/snapshots/requirements/stream_with-urls_1.3.json.bin @@ -137,7 +137,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/stream_with-urls_1.3.xml.bin b/tests/_data/snapshots/requirements/stream_with-urls_1.3.xml.bin index 671a38b5..6c10f0b1 100644 --- a/tests/_data/snapshots/requirements/stream_with-urls_1.3.xml.bin +++ b/tests/_data/snapshots/requirements/stream_with-urls_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_with-urls_1.4.xml.bin b/tests/_data/snapshots/requirements/stream_with-urls_1.4.xml.bin index bfc0bc6f..b702f442 100644 --- a/tests/_data/snapshots/requirements/stream_with-urls_1.4.xml.bin +++ b/tests/_data/snapshots/requirements/stream_with-urls_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_with-urls_1.5.xml.bin b/tests/_data/snapshots/requirements/stream_with-urls_1.5.xml.bin index abe006be..1f6a7eb0 100644 --- a/tests/_data/snapshots/requirements/stream_with-urls_1.5.xml.bin +++ b/tests/_data/snapshots/requirements/stream_with-urls_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_with-urls_1.6.xml.bin b/tests/_data/snapshots/requirements/stream_with-urls_1.6.xml.bin index 87070e5e..115a1152 100644 --- a/tests/_data/snapshots/requirements/stream_with-urls_1.6.xml.bin +++ b/tests/_data/snapshots/requirements/stream_with-urls_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_without-pinned-versions_1.2.json.bin b/tests/_data/snapshots/requirements/stream_without-pinned-versions_1.2.json.bin index 42884ff5..b8ab17cf 100644 --- a/tests/_data/snapshots/requirements/stream_without-pinned-versions_1.2.json.bin +++ b/tests/_data/snapshots/requirements/stream_without-pinned-versions_1.2.json.bin @@ -60,7 +60,7 @@ "metadata": { "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/stream_without-pinned-versions_1.2.xml.bin b/tests/_data/snapshots/requirements/stream_without-pinned-versions_1.2.xml.bin index 12690a93..b8ea5c1f 100644 --- a/tests/_data/snapshots/requirements/stream_without-pinned-versions_1.2.xml.bin +++ b/tests/_data/snapshots/requirements/stream_without-pinned-versions_1.2.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_without-pinned-versions_1.3.json.bin b/tests/_data/snapshots/requirements/stream_without-pinned-versions_1.3.json.bin index 3a3f5e7f..86f270cf 100644 --- a/tests/_data/snapshots/requirements/stream_without-pinned-versions_1.3.json.bin +++ b/tests/_data/snapshots/requirements/stream_without-pinned-versions_1.3.json.bin @@ -66,7 +66,7 @@ ], "tools": [ { - "name": "cyclonedx-bom", + "name": "cyclonedx-py", "vendor": "CycloneDX", "version": "thisVersion-testing" }, diff --git a/tests/_data/snapshots/requirements/stream_without-pinned-versions_1.3.xml.bin b/tests/_data/snapshots/requirements/stream_without-pinned-versions_1.3.xml.bin index ccebf2da..496f0fae 100644 --- a/tests/_data/snapshots/requirements/stream_without-pinned-versions_1.3.xml.bin +++ b/tests/_data/snapshots/requirements/stream_without-pinned-versions_1.3.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_without-pinned-versions_1.4.xml.bin b/tests/_data/snapshots/requirements/stream_without-pinned-versions_1.4.xml.bin index 5f2b25a2..cba0e219 100644 --- a/tests/_data/snapshots/requirements/stream_without-pinned-versions_1.4.xml.bin +++ b/tests/_data/snapshots/requirements/stream_without-pinned-versions_1.4.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_without-pinned-versions_1.5.xml.bin b/tests/_data/snapshots/requirements/stream_without-pinned-versions_1.5.xml.bin index 9a3b46f1..545a1b15 100644 --- a/tests/_data/snapshots/requirements/stream_without-pinned-versions_1.5.xml.bin +++ b/tests/_data/snapshots/requirements/stream_without-pinned-versions_1.5.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing diff --git a/tests/_data/snapshots/requirements/stream_without-pinned-versions_1.6.xml.bin b/tests/_data/snapshots/requirements/stream_without-pinned-versions_1.6.xml.bin index d7637c72..72ad271b 100644 --- a/tests/_data/snapshots/requirements/stream_without-pinned-versions_1.6.xml.bin +++ b/tests/_data/snapshots/requirements/stream_without-pinned-versions_1.6.xml.bin @@ -4,7 +4,7 @@ CycloneDX - cyclonedx-bom + cyclonedx-py thisVersion-testing