{
	"SPDXID":"SPDXRef-DOCUMENT",
	"name":"perl-Mail-AuthenticationResults-0.2.20231031-1.oe2409.aarch64.rpm",
	"spdxVersion":"SPDX-2.2",
	"creationInfo":{
		"created":"2024-09-30T03:30:07.5589037Z",
		"creators":"[openeuler_creator]"
	},
	"dataLicense":"CC0-1.0",
	"documentNamespace":"https://repo.openeuler.org/security/data/sbom/perl-Mail-AuthenticationResults-0.2.20231031-1.oe2409.aarch64.rpm",
	"packages":[
		{
			"SPDXID":"SPDXRef-rpm-perl-5.38.0-3373dd29-00bf-4751-bc96-5b01fbd1f07c-c4c04871-0e96-4cb8-8e6f-cda45c9c9396",
			"name":"perl",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"1cc1d4df3e2feb90c5250bb3619d63d60b9ec82bb75e180bdeecccce97e37e91"
				}
			],
			"description":"Perl 5 is a highly capable, feature-rich programming language with over 30 years of development.\nPerl 5 runs on over 100 platforms from portables to mainframes and is suitable for both rapid\nprototyping and large scale development projects.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/perl@5.38.0-8.oe2409?arch=aarch64&epoch=4&upstream=perl-5.38.0-8.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://www.perl.org/",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"A highly capable, feature-rich programming language",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"4:5.38.0-8.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-perl-Carp-1.50-26fa9174-9324-4e80-b10e-6a723f948447-330a5ca0-bba6-42eb-96ee-d1dfe224c824",
			"name":"perl-Carp",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"69af162dfeeb16b0cebb19c6d06eb6e9aa135770713b8e734f306846b16d2fdd"
				}
			],
			"description":"The Carp routines are useful in your own modules because they act like\ndie() or warn(), but with a message which is more likely to be useful\nto a user of your module.  In the case of cluck, confess, and longmess\nthat context is a summary of every call in the call-stack.  For a shorter\nmessage you can use carp or croak which report the error as being from\nwhere your module was called.  There is no guarantee that that is where\nthe error was, but it is a good educated guess.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/perl-Carp@1.50-420.oe2409?arch=noarch&epoch=0&upstream=perl-Carp-1.50-420.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://metacpan.org/release/Carp",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Alternative warn and die for modules",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:1.50-420.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-perl-Clone-0.46-8d5cc84d-de8e-4b67-956d-36910e7a9f44-f2c95e3b-4df5-4beb-90d0-c17f808d1b17",
			"name":"perl-Clone",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"c68273327d059b653f18678f7294396de59050d7b79e73fa2b4b28c9aab76df1"
				}
			],
			"description":"This module provides a clone() method which makes recursive copies of\nnested hash, array, scalar and reference types, including tied variables\nand objects.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/perl-Clone@0.46-1.oe2409?arch=aarch64&epoch=0&upstream=perl-Clone-0.46-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"http://search.cpan.org/dist/Clone/",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Recursively copy Perl datatypes",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:0.46-1.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-perl-JSON-4.10-86c16e56-2640-424f-8283-98a11109c420-45fee407-0b4a-4459-aaf1-1c6a2665ee53",
			"name":"perl-JSON",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"5cb5989c5d302e8f783d6527eaaf3651053e323724ede3f2199cad1c3c2e3dcd"
				}
			],
			"description":"This module is a thin wrapper for JSON::XS-compatible modules with\na few additional features. All the backend modules convert a Perl\ndata structure to a JSON text and vice versa. This module uses\nJSON::XS by default, and when JSON::XS is not available, falls back\non JSON::PP, which is in the Perl core since 5.14. If JSON::PP is\nnot available either, this module then falls back on JSON::backportPP\n(which is actually JSON::PP in a different .pm file) bundled in the\nsame distribution as this module. You can also explicitly specify\nto use Cpanel::JSON::XS, a fork of JSON::XS by Reini Urban.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/perl-JSON@4.10-1.oe2409?arch=noarch&epoch=0&upstream=perl-JSON-4.10-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://metacpan.org/release/JSON",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"JSON (JavaScript Object Notation) encoder/decoder",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:4.10-1.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-perl-Mail-AuthenticationResults-2.20231031-16d966e7-c3d6-477e-9358-188f23ba2db9-8fb40746-5f3a-4e32-9da3-71fca1f33070",
			"name":"perl-Mail-AuthenticationResults",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"112aba6a0943ad6d4a0493f7d3aa38bd931cf536103d271fd59faa6e4b97bfea"
				}
			],
			"description":"Object Oriented Authentication-Results email headers.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/perl-Mail-AuthenticationResults@2.20231031-1.oe2409?arch=noarch&epoch=0&upstream=perl-Mail-AuthenticationResults-2.20231031-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"http://search.cpan.org/dist/Mail-AuthenticationResults/",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Object Oriented Authentication-Results Headers",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:2.20231031-1.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-perl-Scalar-List-Utils-1.63-35328e86-e1a3-44ab-85af-9630af1ab520-92159aa3-cf38-4a7c-968a-d441641b38e7",
			"name":"perl-Scalar-List-Utils",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"e6889f9a1c02653e1b73520b6e988bb70837368cf48d18cf16554dd0b94eb95e"
				}
			],
			"description":"This package contains a selection of subroutines that people have\nexpressed would be nice to have in the perl core, but the usage would not\nreally be high enough to warrant the use of a keyword, and the size so\nsmall such that being individual extensions would be wasteful.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/perl-Scalar-List-Utils@1.63-1.oe2409?arch=aarch64&epoch=4&upstream=perl-Scalar-List-Utils-1.63-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://metacpan.org/release/Scalar-List-Utils",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Common Scalar and List utility subroutines",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"4:1.63-1.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-perl-libs-5.38.0-7fdc2fc9-5bac-4a1d-a41c-6c102fdcce47-9f0ce6af-bd41-4bff-b652-34bfa6fc7105",
			"name":"perl-libs",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"767b285aad322c1f004fa698cf646f37bf052c9caaafecbbdf567655466b12f2"
				}
			],
			"description":"This package is the shared library for perl.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/perl-libs@5.38.0-8.oe2409?arch=aarch64&epoch=4&upstream=perl-5.38.0-8.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://www.perl.org/",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"The libraries for the perl",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"4:5.38.0-8.oe2409"
		}
	],
	"relationships":[
		{
			"spdxElementId":"SPDXRef-rpm-perl-Mail-AuthenticationResults-2.20231031-16d966e7-c3d6-477e-9358-188f23ba2db9-8fb40746-5f3a-4e32-9da3-71fca1f33070",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-perl-5.38.0-3373dd29-00bf-4751-bc96-5b01fbd1f07c-c4c04871-0e96-4cb8-8e6f-cda45c9c9396"
		},
		{
			"spdxElementId":"SPDXRef-rpm-perl-Mail-AuthenticationResults-2.20231031-16d966e7-c3d6-477e-9358-188f23ba2db9-8fb40746-5f3a-4e32-9da3-71fca1f33070",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-perl-Carp-1.50-26fa9174-9324-4e80-b10e-6a723f948447-330a5ca0-bba6-42eb-96ee-d1dfe224c824"
		},
		{
			"spdxElementId":"SPDXRef-rpm-perl-Mail-AuthenticationResults-2.20231031-16d966e7-c3d6-477e-9358-188f23ba2db9-8fb40746-5f3a-4e32-9da3-71fca1f33070",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-perl-Clone-0.46-8d5cc84d-de8e-4b67-956d-36910e7a9f44-f2c95e3b-4df5-4beb-90d0-c17f808d1b17"
		},
		{
			"spdxElementId":"SPDXRef-rpm-perl-Mail-AuthenticationResults-2.20231031-16d966e7-c3d6-477e-9358-188f23ba2db9-8fb40746-5f3a-4e32-9da3-71fca1f33070",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-perl-JSON-4.10-86c16e56-2640-424f-8283-98a11109c420-45fee407-0b4a-4459-aaf1-1c6a2665ee53"
		},
		{
			"spdxElementId":"SPDXRef-rpm-perl-Mail-AuthenticationResults-2.20231031-16d966e7-c3d6-477e-9358-188f23ba2db9-8fb40746-5f3a-4e32-9da3-71fca1f33070",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-perl-Mail-AuthenticationResults-2.20231031-16d966e7-c3d6-477e-9358-188f23ba2db9-8fb40746-5f3a-4e32-9da3-71fca1f33070"
		},
		{
			"spdxElementId":"SPDXRef-rpm-perl-Mail-AuthenticationResults-2.20231031-16d966e7-c3d6-477e-9358-188f23ba2db9-8fb40746-5f3a-4e32-9da3-71fca1f33070",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-perl-Scalar-List-Utils-1.63-35328e86-e1a3-44ab-85af-9630af1ab520-92159aa3-cf38-4a7c-968a-d441641b38e7"
		},
		{
			"spdxElementId":"SPDXRef-rpm-perl-Mail-AuthenticationResults-2.20231031-16d966e7-c3d6-477e-9358-188f23ba2db9-8fb40746-5f3a-4e32-9da3-71fca1f33070",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-perl-libs-5.38.0-7fdc2fc9-5bac-4a1d-a41c-6c102fdcce47-9f0ce6af-bd41-4bff-b652-34bfa6fc7105"
		}
	]
}