<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Supplier SBOM Submission Guide on SK telecom Open Source</title><link>https://sktelecom.github.io/en/guide/supply-chain/for-suppliers/</link><description>Recent content in Supplier SBOM Submission Guide on SK telecom Open Source</description><generator>Hugo</generator><language>en</language><atom:link href="https://sktelecom.github.io/en/guide/supply-chain/for-suppliers/index.xml" rel="self" type="application/rss+xml"/><item><title>SBOM Submission Requirements</title><link>https://sktelecom.github.io/en/guide/supply-chain/for-suppliers/requirements/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://sktelecom.github.io/en/guide/supply-chain/for-suppliers/requirements/</guid><description>&lt;h2 id="1-standard-data-formats"&gt;1. Standard Data Formats&lt;a class="td-heading-self-link" href="#1-standard-data-formats" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;SK Telecom supports both formats that have become established as global standards. Suppliers may choose and submit the format supported by the tool they use.&lt;/p&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;Format&lt;/th&gt;
					&lt;th&gt;Version&lt;/th&gt;
					&lt;th&gt;Recommended Use&lt;/th&gt;
					&lt;th&gt;File Format&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;CycloneDX&lt;/td&gt;
					&lt;td&gt;v1.3, v1.4, v1.5, v1.6&lt;/td&gt;
					&lt;td&gt;Application security, vulnerability management focus&lt;/td&gt;
					&lt;td&gt;JSON (recommended), XML&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;SPDX&lt;/td&gt;
					&lt;td&gt;v2.2, v2.3&lt;/td&gt;
					&lt;td&gt;License compliance focus&lt;/td&gt;
					&lt;td&gt;JSON, Tag-Value&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;blockquote&gt;
&lt;p&gt;Note: Both formats are recognized equally, but CycloneDX (JSON) format is recommended for internal system interoperability.&lt;/p&gt;</description></item><item><title>Pre-Submission SBOM Validation Checklist</title><link>https://sktelecom.github.io/en/guide/supply-chain/for-suppliers/checklist/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://sktelecom.github.io/en/guide/supply-chain/for-suppliers/checklist/</guid><description>&lt;h2 id="essential-checklist-items"&gt;Essential Checklist Items&lt;a class="td-heading-self-link" href="#essential-checklist-items" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;An SBOM that does not pass the checklist below may be automatically rejected by the system.&lt;/p&gt;
&lt;h3 id="1-file-integrity"&gt;1. File Integrity&lt;a class="td-heading-self-link" href="#1-file-integrity" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; Is the file extension &lt;code&gt;.json&lt;/code&gt; or &lt;code&gt;.xml&lt;/code&gt;? (Not an archive file)&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; Is the file size at least 1KB, and the content not empty?&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; Are there any JSON syntax errors? (Verification with &lt;code&gt;jq&lt;/code&gt; or similar is recommended)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="2-required-data-fields"&gt;2. Required Data Fields&lt;a class="td-heading-self-link" href="#2-required-data-fields" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; bomFormat: Is &lt;code&gt;CycloneDX&lt;/code&gt; or &lt;code&gt;SPDX&lt;/code&gt; specified?&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; Metadata: Are the name and version of the top-level component (the delivered project) accurate?&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; Components: Does the list of included libraries match the actual ones?&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="3-dependency-completeness-check"&gt;3. Dependency Completeness Check&lt;a class="td-heading-self-link" href="#3-dependency-completeness-check" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Missing transitive dependencies are the most common reason for rejection. Be sure to verify the items below.&lt;/p&gt;</description></item><item><title>SBOM Submission Process</title><link>https://sktelecom.github.io/en/guide/supply-chain/for-suppliers/submission/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://sktelecom.github.io/en/guide/supply-chain/for-suppliers/submission/</guid><description>&lt;h2 id="1-when-to-submit"&gt;1. When to Submit&lt;a class="td-heading-self-link" href="#1-when-to-submit" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;At initial delivery after concluding a software contract&lt;/li&gt;
&lt;li&gt;When a major or minor version of the software is updated&lt;/li&gt;
&lt;li&gt;When a regular submission schedule specified in the contract arrives&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2-how-to-submit"&gt;2. How to Submit&lt;a class="td-heading-self-link" href="#2-how-to-submit" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The SBOM file is submitted to SK Telecom&amp;rsquo;s business unit and security team representatives via email or a designated system.&lt;/p&gt;
&lt;h3 id="submission-method"&gt;Submission Method&lt;a class="td-heading-self-link" href="#submission-method" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Deliver the SBOM file to the business unit and security team representatives via email or a channel designated by the representative.&lt;/li&gt;
&lt;li&gt;Email subject: &lt;code&gt;[SBOM Submission] SupplierName_ProjectName_Version&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Attachment: The generated SBOM file (password-protected archive files are not allowed)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Required information in the body:&lt;/p&gt;</description></item></channel></rss>