<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>What Is an SBOM? on SK telecom Open Source</title><link>https://sktelecom.github.io/en/guide/supply-chain/sbom/</link><description>Recent content in What Is an SBOM? on SK telecom Open Source</description><generator>Hugo</generator><language>en</language><atom:link href="https://sktelecom.github.io/en/guide/supply-chain/sbom/index.xml" rel="self" type="application/rss+xml"/><item><title>SBOM Concept and Necessity</title><link>https://sktelecom.github.io/en/guide/supply-chain/sbom/what-is-sbom/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://sktelecom.github.io/en/guide/supply-chain/sbom/what-is-sbom/</guid><description>&lt;h2 id="definition-of-an-sbom"&gt;Definition of an SBOM&lt;a class="td-heading-self-link" href="#definition-of-an-sbom" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;An SBOM (Software Bill of Materials) is a formalized specification that describes the list of all components, libraries, modules, and so on that make up a piece of software, along with the dependency relationships among them. It applies the manufacturing concept of a BOM (Bill of Materials), used to manage a product&amp;rsquo;s parts list, to software engineering.&lt;/p&gt;
&lt;pre class="mermaid"&gt;graph TD
 A[Software Product] --&amp;gt; B[Direct Dependencies]
 B --&amp;gt; C[Library A v1.2.3]
 B --&amp;gt; D[Library B v2.0.1]
 B --&amp;gt; E[Library C v3.1.0]
 C --&amp;gt; F[Transitive Dependencies]
 F --&amp;gt; G[Library D v1.0.0]
 F --&amp;gt; H[Library E v2.5.0]
 D --&amp;gt; F&lt;/pre&gt;
&lt;h2 id="key-components-of-an-sbom"&gt;Key Components of an SBOM&lt;a class="td-heading-self-link" href="#key-components-of-an-sbom" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;h3 id="component-information"&gt;Component Information&lt;a class="td-heading-self-link" href="#component-information" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Includes basic information about each software component.&lt;/p&gt;</description></item><item><title>SBOM Standards</title><link>https://sktelecom.github.io/en/guide/supply-chain/sbom/standards/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://sktelecom.github.io/en/guide/supply-chain/sbom/standards/</guid><description>&lt;h2 id="major-sbom-standards"&gt;Major SBOM Standards&lt;a class="td-heading-self-link" href="#major-sbom-standards" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;There are currently two major standard formats that split the market between them. Both formats are widely used, but they differ in their origins and primary focus areas.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;SPDX: Software Package Data Exchange&lt;/li&gt;
&lt;li&gt;CycloneDX: A security-focused SBOM standard led by OWASP&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="spdx-software-package-data-exchange"&gt;SPDX (Software Package Data Exchange)&lt;a class="td-heading-self-link" href="#spdx-software-package-data-exchange" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;h3 id="overview"&gt;Overview&lt;a class="td-heading-self-link" href="#overview" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;SPDX is an open source project led by the Linux Foundation, developed to represent the license and copyright information of software packages in a standardized way. (ISO/IEC 5962:2021)&lt;/p&gt;</description></item></channel></rss>