<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>OSPO | Haksung</title><link>https://haksungjang.github.io/en/tags/ospo/</link><description>Haksung Jang — Open Source Program Manager at SK telecom</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Sun, 09 Aug 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://haksungjang.github.io/en/tags/ospo/index.xml" rel="self" type="application/rss+xml"/><item><title>CISA 2026 SBOM Minimum Elements: What to Prepare and Which Tools Fill the Gaps</title><link>https://haksungjang.github.io/en/research/2026-cisa-sbom-minimum-elements/</link><pubDate>Sun, 09 Aug 2026 00:00:00 +0000</pubDate><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Haksung Jang</dc:creator><guid>https://haksungjang.github.io/en/research/2026-cisa-sbom-minimum-elements/</guid><description>An analysis of the revised SBOM minimum elements published on July 29, 2026 by CISA and 17 other agencies. The data fields grew from 7 to 17, and licensing entered the minimum baseline for the first time. Covers what an OSPO must decide before selecting a tool, how SBOM formats differ in their support, and how far the open source tool BomLens gets today.</description><content:encoded>&lt;![CDATA[<div class="alert alert-info" role="alert"><p>This article was written with Claude Code, and the key facts cited here were cross-checked against primary sources.</p></div><h2 id="summary">Summary</h2><p>On July 29, 2026, the Cybersecurity and Infrastructure Security Agency (CISA) and 17 other agencies published a revised set of minimum elements for a Software Bill of Materials (SBOM)[A2]. The document states plainly that it replaces, rather than amends, the baseline established in 2021 by the National Telecommunications and Information Administration (NTIA).</p><p>The bar has risen noticeably. The data fields grew from 7 to 17, and six operational practices were specified alongside them. Ten of the elements are entirely new.</p><p>Three changes matter most in practice.</p><ul><li>Licensing entered the SBOM minimum baseline for the first time.</li><li>Dependencies must now be recorded in full, down to transitive dependencies, with no depth limit.</li><li>New fields were added to declare the origin and integrity of the SBOM document itself.</li></ul><p>The document carries no effective date and no enforcement power. Preparation is still warranted, because national regulations increasingly require SBOMs without enumerating the fields those SBOMs must contain. The practical significance of this document is that it gives procurement contracts a multilateral consensus baseline to cite.</p><p>The nature of that preparation is easy to misjudge. Meeting the minimum elements is not a matter of picking a tool. Fewer than half of the 23 elements can be filled by a generation tool on its own. The rest are filled by the build pipeline, the signing infrastructure, and policies the organization decided on in advance.</p><p>I also checked how far an actual tool gets. BomLens is an SBOM generation and management tool that SK telecom developed for software supply chain security and released as open source. Assessing all 23 elements with it produced the following:</p><ul><li>The tool fills 11 of the 17 data fields directly with values.</li><li>It inspects supplier-submitted SBOMs against all 23 elements, separating out the 4 that the organization must decide as items for human review.</li><li>The remaining gaps exist not because the tool is deficient, but because those values must be determined by whoever runs it or by the build stage at which it runs.</li></ul><p>The assessment screen can be viewed directly in the<a href="https://sktelecom.github.io/bomlens/demo/#/scan/FlaskDataService_3.2.0/conformance">public demo</a>, with nothing to install.</p><h2 id="1-what-changed">1. What Changed</h2><h3 id="11-the-structure-of-the-elements">1.1 The Structure of the Elements</h3><p>The minimum elements fall into two categories. Seventeen data fields are the values actually carried in the SBOM document; six operational practices govern how an organization handles SBOMs.</p><p><img src="/research/2026-cisa-sbom-minimum-elements/elements-structure-en.png" alt="The composition of the 23 CISA 2026 minimum elements. The 17 data fields split into 9 SBOM metadata items and 8 component data items, with 6 operational practices alongside them. Seven of the 10 new elements are concentrated on the metadata side"/><p><strong>Figure 1.</strong> The composition of the CISA 2026 SBOM minimum elements<em>(source: 2026 Minimum Elements for a SBOM, 2026-07-29)</em></p><p>SBOM metadata is a category that did not exist in the 2021 edition. Where the earlier baseline asked for little more than an author and a timestamp, the document now requires the SBOM to declare for itself which tool produced it, when, at what stage, and who signed it.</p><h3 id="12-three-substantive-changes">1.2 Three Substantive Changes</h3><p><strong>Licensing became mandatory.</strong> The seven data fields of the 2021 edition did not include licensing, because that document was aimed at security and vulnerability management. The revision adds component licensing as a new element, requiring that it be conveyed in a machine-processable form such as an SPDX license identifier where possible, and that the presence of proprietary license terms be disclosed as well. Territory that belonged to the Open Source Program Office (OSPO) is now part of the SBOM minimum baseline.</p><p><strong>The floor on dependency resolution is gone.</strong> The Depth element of the 2021 edition required only top-level dependencies. The revision replaces it with a Coverage element that requires all constituent components including transitive dependencies, and states explicitly that recording only to a certain depth is no longer sufficient. The document is candid about why. The 2021 baseline &ldquo;reflected the capabilities of SBOM tooling at the time rather than the depth of information needed for informed security decisions,&rdquo; and since tooling has advanced in the interim, the requirement has been raised.</p><p><strong>Supplier Name became Component Producer.</strong> This is a change of definition, not merely of label. The document states that Supplier Name &ldquo;proved ambiguous in practice, particularly in relation to software distributors.&rdquo; The intent is to end the practice of naming redistributors and to point the field at the entity that originally created the software. Where the producer is unclear, as with open source projects, the document requires that the unknown provenance be stated explicitly.</p><p>Separately, Software Identification (SWID) tags were dropped from the list of accepted formats. Two remain: SPDX and CycloneDX.</p><h2 id="2-what-the-ospo-must-decide">2. What the OSPO Must Decide</h2><p>The six operational practices are items an organization must answer, not a tool. The document says as much: organizations &ldquo;should explicitly address these elements in all policies, contracts, and agreements that require or provide SBOMs.&rdquo;</p><h3 id="21-how-much-to-include">2.1 How Much to Include</h3><p>The Coverage element requires all transitive dependencies while permitting the exclusion of non-code files. It adds that security-relevant files, such as configuration files, may be included. Where to draw the line on security relevance is for the organization to decide.</p><p>The vulnerability management test offered by the document is a useful criterion: an SBOM recipient should be able to conclude that a newly reported vulnerability does not affect them if the associated component is absent from the list. A scope definition that fails this test does not satisfy the Coverage requirement.</p><p>Linking each subcomponent to a separate SBOM is also permitted, but with a condition. The recipient must be able to access every linked SBOM. Providing links without access rights does not meet the requirement.</p><h3 id="22-when-to-regenerate">2.2 When to Regenerate</h3><p>The Frequency element requires a corresponding SBOM for each software version or update. Every new build or release calls for a new SBOM, and that includes builds where only dependencies changed.</p><p>One more obligation attaches here. If errors are found in existing SBOM data, or new facts about a component come to light, a revised edition must be issued. This means an SBOM may need to be reissued without any accompanying release, which in turn requires a way to track where already-distributed SBOMs went.</p><h3 id="23-how-to-record-what-is-not-known">2.3 How to Record What Is Not Known</h3><p>Explicit identification of unknowns is a major update. The requirement is specific: when a value is absent, it must be clear whether the information is unknown to the author or whether the author is knowingly withholding it.</p><p>The distinction conveys different information to the recipient. Unknown means the supply chain trace broke off at that point; withheld means the supplier has the information and is not providing it. For the latter case, the document requires a process through which recipients can inquire, and adds that an SBOM withholding essential component data may be treated as incomplete.</p><p>In practice, the notation convention has to be settled first. Simply leaving a field empty makes the three cases indistinguishable: whether the value does not exist, was never confirmed, or was deliberately not disclosed.</p><h3 id="24-which-formats-to-accept">2.4 Which Formats to Accept</h3><p>The machine-readable data element names SPDX and CycloneDX while directing organizations to accept widely used, interoperable formats. One condition attaches: SBOMs for new software generated with deprecated versions should not be accepted.</p><p>That condition creates a second acceptance criterion. Format version matters as much as format name, and the new SBOM data format name and version elements provide the basis for that judgment.</p><h3 id="25-what-to-put-in-contracts">2.5 What to Put in Contracts</h3><p>Translated into contract language, the items above come out as follows.</p><ul><li>The required format and minimum version</li><li>The coverage scope, including transitive dependencies</li><li>The obligation to supply an SBOM with each release, and to supply a revision when errors are found</li><li>Distinct notation for unknown versus withheld, and an inquiry process for withheld items</li></ul><p>The three actions the document recommends to organizations point the same way: require SBOMs that satisfy the updated minimum elements, use tooling to generate, collect, and analyze SBOM data, and generate SBOMs that satisfy the minimum elements themselves.</p><h2 id="3-who-fills-each-element">3. Who Fills Each Element</h2><p>Sorting the 23 elements by who fills them clarifies what preparation actually involves.</p><p><img src="/research/2026-cisa-sbom-minimum-elements/who-fills-what-en.png" alt="The four domains that fill the 23 minimum elements. On the left are the items handled by the SBOM generation tool; on the right are the three domains outside the tool — the build pipeline, the signing infrastructure, and organizational policy"/><p><strong>Figure 2.</strong> The four domains that fill the 23 minimum elements<em>(source: compiled from the element definitions in the original document)</em></p><p>What a generation tool can handle alone sits on the component data side. The rest must be filled from outside the tool.</p><p><strong>Generation context</strong> must be recorded inside the build pipeline to be accurate. An SBOM built from source corresponds to &ldquo;pre-build&rdquo; and one built from binary analysis to &ldquo;post-build&rdquo; — a value determined by when the scan runs, not by what it scans.</p><p><strong>Component hashes</strong> require an executable artifact to compute. At source-scan time that artifact does not yet exist, making it inherently impossible, and the document itself prescribes an unknown marking for this case. Requiring hashes means generating or updating the SBOM at a post-build stage.</p><p><strong>Author signatures</strong> presuppose key management. The document directs organizations to use existing software signing infrastructure and key management, which falls outside the scope of an SBOM tool.</p><p><strong>SBOM Author</strong> is a value the tool cannot know. Since the definition is the entity operating the tool, whoever runs it has to supply it.</p><h3 id="31-which-formats-carry-the-new-elements">3.1 Which Formats Carry the New Elements</h3><p>Formats differ in how far they carry the 10 new fields, which makes the choice of format itself a practical decision[C3].</p><table><thead><tr><th>Element</th><th>CycloneDX 1.6</th><th>SPDX 2.3</th><th>SPDX 3.0</th></tr></thead><tbody><tr><td>SBOM generation context</td><td><code>metadata.lifecycles[].phase</code></td><td>No dedicated field</td><td><code>software_Sbom.sbomType</code></td></tr><tr><td>SBOM author signature</td><td>Built into root<code>signature</code></td><td>Not specified in the document</td><td>No signature class</td></tr><tr><td>SBOM version</td><td>Integer +<code>serialNumber</code></td><td>Handled as a change of document identity</td><td>Document identity +<code>amendedBy</code></td></tr><tr><td>SBOM tool version</td><td><code>tools.components[].version</code></td><td>Embedded in the creator string</td><td>No dedicated property</td></tr><tr><td>Unknown notation</td><td>No global marker; convention required</td><td><code>NOASSERTION</code></td><td><code>NOASSERTION</code></td></tr></tbody></table><p><strong>Table 1.</strong> How each format can express the new elements<em>(source: RunSafe Security field mapping analysis, 2026)</em></p><p>CycloneDX has the advantage on the new metadata. Generation context and signatures exist as native fields, and the lifecycle phase vocabulary the original document uses as an example maps across directly.</p><p>Conversely, SPDX offers the better mechanism for marking unknowns. Its standard<code>NOASSERTION</code> marker distinguishes &ldquo;no value&rdquo; from &ldquo;not determined,&rdquo; whereas CycloneDX has no marker at that level, requiring a separate convention using properties or annotations. And marking unknowns is precisely one of the requirements this revision strengthened.</p><p>The judgment at this point is as follows. The combination that carries the minimum elements most completely is CycloneDX 1.6, provided the organization establishes its own convention for marking unknowns. Organizations using SPDX as their primary format have no place in 2.3 for generation context or signatures, which makes this the moment to consider migrating to 3.0.</p><h2 id="4-relationship-to-regulation">4. Relationship to Regulation</h2><p>The minimum elements carry no legal force in themselves. The disclaimer states that the publication &ldquo;is not intended as compliance, regulatory, or legal advice.&rdquo;</p><p>Its real influence comes through citation. The European Union Cyber Resilience Act (Regulation (EU) 2024/2847) requires manufacturers to provide an SBOM as part of the technical documentation, but does not enumerate the fields in its text[A5]. Germany&rsquo;s BSI TR-03183-2 filled that gap with concrete technical requirements, and India&rsquo;s CERT-In and Japan&rsquo;s Ministry of Economy, Trade and Industry have issued guidance of their own. The minimum elements are the baseline these all reference in common.</p><p>One caution applies. Although the European Commission&rsquo;s Directorate-General for Communications Networks, Content and Technology (DG CONNECT) contributed to the drafting, a footnote states that the document does not interpret European Union law, does not bind the Commission, and that not all of its elements reflect Union law. It cannot be used as-is to demonstrate Cyber Resilience Act compliance.</p><p>There is also a terminological trap. A footnote in the original explicitly warns against confusing the &ldquo;producer&rdquo; of Component Producer with the &ldquo;manufacturer&rdquo; of the Cyber Resilience Act. Every manufacturer is a producer, but not every producer is a manufacturer. Documents that address both regimes need to keep the terms distinct.</p><p>From Korea, two organizations participated as co-authors: the National Cyber Security Center under the National Intelligence Service, and the Korea Internet &amp; Security Agency. That participation gives domestic procurement and internal policy a basis for citing this document. Because the international common baseline was updated immediately after the government&rsquo;s joint Software Supply Chain Security Roadmap was announced in June 2026, domestic policy now has a reference to draw on when it comes to specifying required fields.</p><p>Organizations working with AI systems should note the ordering. The original document introduces no AI-specific elements, deferring them to the G7 joint guidance[A10]. The two documents are hierarchical: fill this general software baseline first, then add the AI-specific elements.</p><h2 id="5-how-far-do-actual-tools-get-today">5. How Far Do Actual Tools Get Today</h2><p>Reading a baseline and confirming that a tool actually meets it are separate exercises. Even when a format has a place for a value, the field stays empty if the tool does not put one there.</p><p>I assessed all 23 elements using BomLens, the SBOM generation and management tool that SK telecom developed for software supply chain security and released as open source. The basis was actual scan output and source code rather than estimation[D1].</p><h3 id="51-what-the-tool-fills-with-values">5.1 What the Tool Fills with Values</h3><p>The tool fills 11 of the 17 data fields directly.</p><ul><li>SBOM metadata: data format name and version, generation context, timestamp, tool name, SBOM version</li><li>Component data: name, version, identifier, license, dependency relationships</li></ul><p>Three of these are filled in ways that bear directly on the minimum element requirements.</p><ul><li>Generation context is determined automatically from the input type. Source scans are recorded as<code>pre-build</code> and container and binary scans as<code>post-build</code>, so the user never selects the value.</li><li>Licensing is filled for 98.4% of components on the source path and 94.7% on the container path. The source side reads from package manifests, the container side from the operating system package database.</li><li>The tool name records both BomLens itself and its underlying generators. The minimum elements ask for the tools that generated or modified the SBOM, so both are retained.</li></ul><p>Among the six operational practices, it satisfies machine-readability and distribution and delivery. It emits CycloneDX 1.6 as its default format and supports conversion to SPDX 2.3, covering both formats the minimum elements designate.</p><h3 id="52-what-the-tool-cannot-fill">5.2 What the Tool Cannot Fill</h3><p>The remaining items are empty not because the tool falls short, but because of the structure described in section 3.</p><ul><li>SBOM author and author signature: the entity running the tool must supply the value. The author is passed via<code>--sbom-author</code>, and signing is a separate option that uses cosign.</li><li>Component hash: at source-scan time no executable artifact exists to hash. On paths where an artifact does exist, such as containers and firmware, the scan target itself is hashed.</li><li>Component producer: the package metadata must carry producer information for this to be filled. Coverage is 60.9% on the source path and 94.7% on the container path.</li></ul><p>How the absence of a value is handled matters from the minimum elements perspective. When no author is specified, this tool does not write<code>unknown</code>; it leaves the field empty and adds a document-level declaration that empty fields were not determined by the author. Because the minimum elements define the author as the entity operating the tool, and that entity knows who it is, a tool writing<code>unknown</code> would not be marking an unknown but making a false statement. Hashes follow the same principle: no value is invented.</p><h3 id="53-assessing-received-sboms-against-the-minimum-elements">5.3 Assessing Received SBOMs Against the Minimum Elements</h3><p>The tool can also inspect supplier-submitted SBOMs against all 23 elements. Results come out in three branches.</p><p><img src="/research/2026-cisa-sbom-minimum-elements/bomlens-conformance.png" alt="The regulatory comparison table in a BomLens conformance report. The US SBOM minimum elements row shows 13 met, 6 not met, 0 failed, and 4 requiring human review out of 23 total elements"/><p><strong>Figure 3.</strong> The conformance assessment screen. All 23 elements are assessed, with the 4 the tool cannot judge separated out for human review<em>(BomLens 1.10.3 output, 2026-08-09)</em></p><ul><li>Met, 13 — the 11 data fields plus 2 operational practices.</li><li>Not met, 6 — the items covered in section 5.2.</li><li>Human review, 4 — Coverage, Accommodation of Updates to SBOM Data, Distribution and Delivery, and Frequency. These are decided by the organization, so the tool passes them to a person rather than judging them.</li></ul><p>Not treating what it cannot judge as a pass is what makes this useful in practice. The four items marked for human review are the same organizational decisions covered in section 2.</p><p>The same screen can be opened directly in the<a href="https://sktelecom.github.io/bomlens/demo/#/scan/FlaskDataService_3.2.0/conformance">public demo</a>. It runs in a browser with nothing to install, and each element carries a note on what is missing and how to fill it. Note that the demo shows the result of inspecting a supplier-submitted SBOM, so its subject differs from the figure above.</p><h3 id="54-what-remains">5.4 What Remains</h3><p>Some gaps remain before the minimum elements are fully met.</p><ul><li>The tool version is recorded as an image tag rather than a release number. The minimum elements call for a value that identifies a specific delivery of code.</li><li>The SBOM version stays fixed at 1 across regenerations and cannot express revision relationships. This connects directly to the accommodation of updates element, but a locally running tool cannot know where its previous output went, which makes user-specified versioning the realistic alternative.</li></ul><h2 id="6-conclusion">6. Conclusion</h2><p>What the revised minimum elements demand is not more fields but a different kind of preparation.</p><p>With licensing in the minimum baseline, the SBOM is no longer a document belonging to the security team alone. Filling in license identifiers in machine-processable form, disclosing the presence of proprietary terms, and stating plainly when something is not known — this is how an OSPO already works. What changed is that the result now has to leave the organization in a standard format.</p><p>Much of the preparation has to be finished before a tool is selected. Four items are for the organization to decide.</p><ul><li>How much to include</li><li>When to regenerate</li><li>How to mark what is not known</li><li>Which formats and versions to accept</li></ul><p>Adopt a tool without settling these, and whatever defaults the tool produces become the organization&rsquo;s policy.</p><p>It is equally necessary to separate what can be demanded of a tool from what cannot. A source-scanning tool cannot be asked for the hash of an executable artifact, and no tool can decide an organization&rsquo;s name on its behalf. Demand that unfillable values be filled and the tool will invent plausible ones, which is the direction the minimum elements prohibit.</p><p>Checking what your current tool fills and what it leaves empty is worth doing once. Format support and field satisfaction are different questions, and the gap between them only shows when you open the output yourself. If there is no obvious tool at hand to check, BomLens from section 5 is a starting point. It is open source and free to download, and it shows both how far a generated SBOM meets the 23 elements and whether a supplier-submitted SBOM meets the baseline, on the same screen.</p><h2 id="references">References</h2><p><strong>A2.</strong> Cybersecurity and Infrastructure Security Agency and 17 other agencies (2026).<em>2026 Minimum Elements for a Software Bill of Materials (SBOM)</em>. v2.1, published July 29, 2026, TLP:CLEAR.<a href="https://www.cisa.gov/sites/default/files/2026-07/2026_cisa_sbom_minimum_elements_508c.pdf">https://www.cisa.gov/sites/default/files/2026-07/2026_cisa_sbom_minimum_elements_508c.pdf</a>.</p><p><strong>A5.</strong> European Parliament and Council (2024).<em>Regulation (EU) 2024/2847 — Cyber Resilience Act</em>. Official Journal of the European Union, October 23, 2024.<a href="https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=OJ:L_202402847">https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=OJ:L_202402847</a>.</p><p><strong>A10.</strong> CISA and G7 partners (2026).<em>Software Bill of Materials for AI – Minimum Elements</em>. May 2026. — Covered in detail in the<a href="/en/research/2026-g7-sbom-for-ai/">G7 SBOM for AI Minimum Elements</a> report.</p><p><strong>A1.</strong> National Telecommunications and Information Administration (2021).<em>The Minimum Elements For a Software Bill of Materials (SBOM)</em>. Published July 12, 2021.<a href="https://www.ntia.gov/report/2021/minimum-elements-software-bill-materials-sbom">https://www.ntia.gov/report/2021/minimum-elements-software-bill-materials-sbom</a>.</p><p><strong>A3.</strong> Federal Register (2025).<em>Request for Comment on 2025 Minimum Elements for a Software Bill of Materials</em>. Published August 22, 2025; comment period closed October 3, 2025.<a href="https://www.federalregister.gov/documents/2025/08/22/2025-16147/request-for-comment-on-2025-minimum-elements-for-a-software-bill-of-materials">https://www.federalregister.gov/documents/2025/08/22/2025-16147/request-for-comment-on-2025-minimum-elements-for-a-software-bill-of-materials</a>.</p><p><strong>B1.</strong> SPDX.<em>The System Package Data Exchange</em>.<a href="https://spdx.dev/">https://spdx.dev/</a>. ISO/IEC 5962:2021.</p><p><strong>B2.</strong> CycloneDX.<a href="https://cyclonedx.org/">https://cyclonedx.org/</a>. Ecma International,<em>ECMA-424: CycloneDX Bill of Materials Specification</em>, December 2025.</p><p><strong>C3.</strong> RunSafe Security (2026).<em>Mapping CISA&rsquo;s 2026 SBOM Minimum Elements to CycloneDX and SPDX</em>.<a href="https://runsafesecurity.com/blog/sbom-minimum-elements-cyclonedx-spdx/">https://runsafesecurity.com/blog/sbom-minimum-elements-cyclonedx-spdx/</a>. — The basis for Table 1. The per-format field mapping is taken from this analysis and was not verified directly against the specifications.</p><p><strong>D1.</strong> BomLens. An SBOM generation and management tool developed and released by SK telecom for software supply chain security, Apache-2.0.<a href="https://github.com/sktelecom/bomlens">https://github.com/sktelecom/bomlens</a>. The coverage assessment in section 5 was determined from actual scan output and source code using version 1.10.3 of this tool.</p>
]]></content:encoded></item><item><title>What the US AI Executive Order (2026-06-02) Means for Corporate Open Source Managers</title><link>https://haksungjang.github.io/en/research/2026-us-ai-eo-ospo/</link><pubDate>Wed, 10 Jun 2026 00:00:00 +0000</pubDate><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Haksung Jang</dc:creator><guid>https://haksungjang.github.io/en/research/2026-us-ai-eo-ospo/</guid><description>A primary-source analysis of the US AI executive order (Promoting Advanced Artificial Intelligence Innovation and Security) signed on June 2, 2026. Covers what the AI Cybersecurity Clearinghouse and the voluntary frontier model framework mean for corporate open source managers, the contrast with EU CRA mandatory reporting, and what to do now versus what to watch.</description><content:encoded>&lt;![CDATA[<div class="alert alert-info" role="alert"><p>This article was written with Claude Code, and the key facts cited here were cross-checked against primary sources.</p></div><blockquote><p><strong>Summary</strong></p><p>The executive order &ldquo;Promoting Advanced Artificial Intelligence Innovation and Security,&rdquo; signed on June 2, 2026, imposes no obligations on companies. Its core is the Treasury Department-led AI Cybersecurity Clearinghouse (a relay body that gathers, verifies, and distributes vulnerability information in one place, to be formed within 30 days) and a voluntary pre-sharing framework for frontier models (to be designed within 60 days); mandatory licensing and pre-approval are explicitly excluded<a id="a1-ref-1"/><a href="/en/research/2026-us-ai-eo-ospo/#a1">A1</a>. No provision applies directly to corporate open source managers either. Still, the order is worth reading because of what lies behind it. AI finding open source vulnerabilities faster than humans is already a reality. Before the order, Anthropic&rsquo;s unreleased model found 6,202 high- or critical-severity vulnerabilities in open source projects over two months, and patching has not kept pace<a id="a6-ref-1"/><a href="/en/research/2026-us-ai-eo-ospo/#a6">A6</a>·<a id="c1-ref-1"/><a href="/en/research/2026-us-ai-eo-ospo/#c1">C1</a>. What open source managers need to prepare for is not executive-order compliance but a response system that can handle a patch-processing capacity check, EOL component cleanup, and the EU Cyber Resilience Act reporting obligations that take effect September 11, 2026 — all at once.</p></blockquote><h2 id="1-what-the-executive-order-actually-establishes">1. What the Executive Order Actually Establishes</h2><p>The executive order consists of five sections, all premised on voluntary cooperation. Section 1 declares a stance of &ldquo;refusing to stifle innovation through excessive regulation&rdquo; and an America First approach to cybersecurity, while Section 5 contains standard general provisions. The substantive content sits in the three middle sections<a id="a1-ref-2"/><a href="/en/research/2026-us-ai-eo-ospo/#a1">A1</a>.</p><p>Section 2 addresses strengthening federal and private-sector cyber defense. Within 30 days, it prioritizes defense of national security systems, Department of War systems, and federal civilian systems, and on the same timeline the Treasury Secretary, in consultation with the National Cyber Director, the National Security Agency (NSA), and the Cybersecurity and Infrastructure Security Agency (CISA), forms the AI cybersecurity clearinghouse. A clearinghouse originally refers to an interbank institution for clearing checks — a relay body that gathers, verifies, and distributes information from multiple participants in one place. Here, it takes on the role of coordinating software vulnerability scanning through voluntary cooperation with the AI industry and critical infrastructure operators to eliminate duplication, discovering and verifying vulnerabilities, and prioritizing the fixing and distribution of patches<a id="a1-ref-3"/><a href="/en/research/2026-us-ai-eo-ospo/#a1">A1</a>.</p><p>Section 3 addresses the safe deployment of frontier models. Within 60 days, it establishes a classified benchmarking procedure to assess AI models&rsquo; cyberattack capabilities, and the NSA Director determines, based on those results, the threshold for which models qualify as &ldquo;covered frontier models.&rdquo; Through a voluntary framework, developers consult with the government on whether their models meet the designated criteria, provide the government with model access up to 30 days before the planned public release date, and jointly select trusted partners who will receive early access. Sec. 3(c) explicitly states that nothing in this section establishes mandatory licensing, pre-approval, or permitting requirements for the development, publication, disclosure, or deployment of new AI models<a id="a1-ref-4"/><a href="/en/research/2026-us-ai-eo-ospo/#a1">A1</a>.</p><p>Section 4 addresses investigation and enforcement. The Attorney General prioritizes enforcement of existing federal criminal law — including<code>18 U.S.C. 1030</code> (Computer Fraud and Abuse Act) — against unauthorized computer access and damage carried out using AI, and other crimes committed in the process<a id="a1-ref-5"/><a href="/en/research/2026-us-ai-eo-ospo/#a1">A1</a>.</p><p><img src="/research/2026-us-ai-eo-ospo/policy-timeline-en.png" alt="Policy timeline from the 2023 Executive Order 14110 to the 60-day deadline in August 2026. Following the June 2, 2026 signing of this executive order, clearinghouse formation and framework design follow within two months"/><p><strong>Figure 1.</strong> Policy timeline before and after the executive order<em>(source: official White House documents)</em></p><p>Observers describe the choice of lead agency as unexpected. Given that vulnerability coordination is the function at stake, it would seem natural for CISA or the Office of the National Cyber Director to lead, yet the clearinghouse is led by the Treasury Department. The Council on Foreign Relations (CFR) suggested this may be because Treasury is &ldquo;one of the few agencies with institutional capacity remaining,&rdquo; while the Atlantic Council flagged the risk of overlap with existing vulnerability coordination frameworks<a id="b4-ref-1"/><a href="/en/research/2026-us-ai-eo-ospo/#b4">B4</a>·<a id="b5-ref-1"/><a href="/en/research/2026-us-ai-eo-ospo/#b5">B5</a>. The key term &ldquo;covered frontier model&rdquo; is also left undefined in the text. It will be determined as a result of the classified benchmarking, and WilmerHale expects this definition to be the focus of agency rulemaking over the coming months<a id="b2-ref-1"/><a href="/en/research/2026-us-ai-eo-ospo/#b2">B2</a>.</p><h2 id="2-why-now">2. Why Now</h2><p>The direct backdrop to the executive order is Claude Mythos Preview, which Anthropic announced on April 7, 2026. This unreleased model scored 83.1% on the vulnerability-reproduction benchmark CyberGym (up from 66.6% for the prior model), and rather than a general release, Anthropic chose Project Glasswing, opening access only to 12 partners including AWS, Apple, Google, and Microsoft<a id="a6-ref-3"/><a href="/en/research/2026-us-ai-eo-ospo/#a6">A6</a>. In under two months, participating organizations identified more than 10,000 high- or critical-severity vulnerabilities. Anthropic&rsquo;s own scans alone turned up 23,019 issues across more than 1,000 open source projects, of which 6,202 were high or critical severity, and an independent security firm verified a sample of 1,752 and confirmed that more than 90% were genuine vulnerabilities<a id="c1-ref-2"/><a href="/en/research/2026-us-ai-eo-ospo/#c1">C1</a>·<a id="c2-ref-1"/><a href="/en/research/2026-us-ai-eo-ospo/#c2">C2</a>. Notable examples include a remote crash flaw that had lain dormant in OpenBSD for 27 years, a 16-year-old flaw in FFmpeg that had survived 5 million automated tests, and a privilege-escalation chain in the Linux kernel<a id="a6-ref-4"/><a href="/en/research/2026-us-ai-eo-ospo/#a6">A6</a>.</p><p>This process revealed a sharp mismatch between the speed of finding vulnerabilities and the speed of fixing them. Anthropic itself stated that &ldquo;the bottleneck to fixing these bugs is human capacity to triage, report, and design and ship patches,&rdquo; and as open source maintainers became that bottleneck, it began collaborating with OpenSSF&rsquo;s Alpha-Omega project<a id="c1-ref-3"/><a href="/en/research/2026-us-ai-eo-ospo/#c1">C1</a>·<a id="c2-ref-2"/><a href="/en/research/2026-us-ai-eo-ospo/#c2">C2</a>. Bruce Schneier assessed that, for now, &ldquo;discovery for fixing&rdquo; remains easier than &ldquo;discovery for exploitation,&rdquo; opening a window favorable to defenders — but that this window is temporary, and an era of automated zero-day discovery will arrive before we finish preparing for it. He also noted, citing the security firm Aisle&rsquo;s reproduction of some results with older, publicly available models, that this capability is not the exclusive property of any one company<a id="c3-ref-1"/><a href="/en/research/2026-us-ai-eo-ospo/#c3">C3</a>.</p><p>The executive order is the US government&rsquo;s response to this situation. The clearinghouse is the government&rsquo;s plan to coordinate at a national level what had been done individually in the private sector, as with Glasswing — using AI to find and verify vulnerabilities and coordinate patches<a id="a1-ref-7"/><a href="/en/research/2026-us-ai-eo-ospo/#a1">A1</a>·<a id="b5-ref-2"/><a href="/en/research/2026-us-ai-eo-ospo/#b5">B5</a>.</p><h2 id="3-what-this-means-for-corporate-open-source-managers">3. What This Means for Corporate Open Source Managers</h2><h3 id="31-a-document-that-never-says-open-source">3.1 A Document That Never Says &ldquo;Open Source&rdquo;</h3><p>Neither the executive order&rsquo;s text nor the White House fact sheet contains the phrase &ldquo;open source&rdquo; anywhere<a id="a1-ref-8"/><a href="/en/research/2026-us-ai-eo-ospo/#a1">A1</a>·<a id="a2-ref-2"/><a href="/en/research/2026-us-ai-eo-ospo/#a2">A2</a>. Viewed favorably, this means there is no regulatory burden. The order imposes no obligations on open source developers or open-weight model distributors, and Sec. 3(c)&rsquo;s prohibition on licensing covers &ldquo;development, publication, disclosure, or deployment&rdquo; of models broadly, so distribution via open weights also falls within its protection<a id="a1-ref-9"/><a href="/en/research/2026-us-ai-eo-ospo/#a1">A1</a>. The administration&rsquo;s official stance is consistent with what was stated in the July 2025 AI Action Plan: the choice between open and closed rests entirely with the developer, and the federal government will foster an environment favorable to open models<a id="a5-ref-2"/><a href="/en/research/2026-us-ai-eo-ospo/#a5">A5</a>.</p><p>What remains an open question is the threshold for covered frontier models. Because it is determined through a classified benchmark, it is currently impossible to know what happens if an open-weight model exceeds that threshold. The core mechanism of the voluntary framework — &ldquo;government access 30 days before release&rdquo; — is designed for closed models whose release timing can be controlled, and this approach does not translate to open models, whose weights, once released, cannot be recalled. CFR experts have suggested that frontier-level vulnerability-reasoning capability will likely be reproduced in open-weight systems before long, and similar reproduction studies are already being mentioned<a id="b5-ref-3"/><a href="/en/research/2026-us-ai-eo-ospo/#b5">B5</a>. If the capability spreads to open models, the gap in the voluntary pre-sharing design will become apparent, and further regulatory discussion could then target open models. Companies that internally adopt or fine-tune and deploy open-weight models should watch how the benchmarking procedure and subsequent rulemaking, due by August 1, treat open models.</p><p>Open source foundations have also stayed quiet so far. As of the search conducted on 2026-06-10, no statement from the Open Source Initiative (OSI), the Linux Foundation, or OpenSSF regarding this executive order could be found. With no obligations imposed, the incentive to respond immediately appears to have been weak. The closest official position is OSI&rsquo;s response to the 2025 AI Action Plan public comment period, submitted in March 2025<a id="b7-ref-1"/><a href="/en/research/2026-us-ai-eo-ospo/#b7">B7</a>.</p><h3 id="32-where-the-clearinghouse-meets-corporate-vulnerability-management">3.2 Where the Clearinghouse Meets Corporate Vulnerability Management</h3><p>The clearinghouse&rsquo;s three functions — coordinating scans, discovering and verifying vulnerabilities, and prioritizing patch deployment — overlap precisely with the vulnerability management systems that corporate open source organizations (OSPOs or product security teams) already operate<a id="a1-ref-10"/><a href="/en/research/2026-us-ai-eo-ospo/#a1">A1</a>.</p><p><img src="/research/2026-us-ai-eo-ospo/clearinghouse-flow-en.png" alt="The clearinghouse coordinates scans with voluntary participants, and discovered vulnerabilities flow through open source maintainers into published patches, which corporate open source managers then receive and apply"/><p><strong>Figure 2.</strong> Where the corporate open source manager sits in the clearinghouse and vulnerability information flow<em>(source: Executive Order Sec. 2(d))</em></p><p>Most companies will encounter the clearinghouse as information consumers. Once it is operational, discovery, verification, and patch-priority information for open source component vulnerabilities will flow through a new channel. This effectively adds a US-originated channel to a company&rsquo;s vulnerability intelligence pipeline and adds a coordinating body that influences patch-priority decisions.</p><p>Whether to participate directly in the clearinghouse is a separate decision. Companies in critical infrastructure sectors (energy, finance, healthcare, telecommunications, and the like) are explicitly named as intended participants<a id="a1-ref-12"/><a href="/en/research/2026-us-ai-eo-ospo/#a1">A1</a>. Participation brings early access to vulnerability information, a voice in patch coordination, and access to the government-supported security tools mentioned in Sec. 2(c)(iii). In exchange, participants take on the legal-review burden that comes with information sharing, and, as Crowell &amp; Moring pointed out, face the uncertainty that liability protection for participants is not specified and the consequences of non-participation are not defined either<a id="b3-ref-1"/><a href="/en/research/2026-us-ai-eo-ospo/#b3">B3</a>. As WilmerHale anticipates, if the voluntary provisions migrate into federal procurement standards, there is a scenario where participation becomes a de facto precondition for companies doing business with the US government<a id="b2-ref-2"/><a href="/en/research/2026-us-ai-eo-ospo/#b2">B2</a>. There is no reason to rush a decision before the operational details are published in early July.</p><h3 id="33-the-most-direct-impact-a-surge-in-patch-demand-and-eol-risk">3.3 The Most Direct Impact: A Surge in Patch Demand and EOL Risk</h3><p>Changes already underway independent of the executive order are now being accelerated by it. As AI-driven discovery becomes institutionalized at the national level, backed by federal funding (Sec. 2(e)), the volume of reported vulnerabilities in open source components can only grow. The Glasswing figures gave an early preview of that scale.</p><p>The first thing companies run into is throughput. As new CVEs multiply across the open source components in a company&rsquo;s own products, triage (impact analysis), patch application, and customer communication must scale up together. Organizations relying on manual triage will be the first to accumulate a backlog.</p><p>EOL (End-of-Life) components present a deeper problem. AI scans code indiscriminately, whether or not it is still maintained, but patches require a maintainer. As HeroDevs, a commercial long-term support (LTS) vendor, has pointed out, the gap between discovery speed and fix speed opens widest in EOL software. If components remain in inventory for which discovery is accelerating while a fix will never arrive, that risk only grows over time<a id="c4-ref-1"/><a href="/en/research/2026-us-ai-eo-ospo/#c4">C4</a>. The 27-year-old OpenBSD flaw and the 16-year-old FFmpeg flaw show that the assumption that older, stable components are safer no longer holds<a id="a6-ref-5"/><a href="/en/research/2026-us-ai-eo-ospo/#a6">A6</a>.</p><p>Pressure on the upstream side ultimately becomes the company&rsquo;s own risk. Anthropic itself confirmed that open source maintainers are becoming the bottleneck in the flood of reports<a id="c2-ref-3"/><a href="/en/research/2026-us-ai-eo-ospo/#c2">C2</a>. When the maintainer of a core component a company depends on is overwhelmed with triage, it is the company that bears the resulting patch delay. Adding upstream maintenance health (maintainer count, security-response track record, foundation affiliation) as an evaluation criterion for core dependencies, and participating in upstream support such as Alpha-Omega where needed, is a path to reducing that risk.</p><h3 id="34-contrast-with-the-eu-cra-handling-voluntary-and-mandatory-regimes-at-once">3.4 Contrast with the EU CRA: Handling Voluntary and Mandatory Regimes at Once</h3><p>The problem the US clearinghouse addresses — discovering and patching software vulnerabilities — is the same area the EU has made mandatory through the Cyber Resilience Act (CRA — Regulation (EU) 2024/2847).</p><table><thead><tr><th>Category</th><th>US Executive Order (2026-06-02)</th><th>EU CRA Article 14 (effective 2026-09-11)</th></tr></thead><tbody><tr><td>Nature</td><td>Voluntary cooperation (company chooses to participate)</td><td>Legal obligation (applies immediately upon placing on the EU market)</td></tr><tr><td>Scope</td><td>AI industry, critical infrastructure operators</td><td>Manufacturers, importers, and distributors of products with digital elements</td></tr><tr><td>Key mechanism</td><td>Clearinghouse scan coordination and patch deployment coordination</td><td>Staged 24-hour/72-hour/14-day reporting of actively exploited vulnerabilities</td></tr><tr><td>Receiving body</td><td>Treasury-led clearinghouse (operational details not yet public)</td><td>ENISA&rsquo;s Single Reporting Platform (SRP) and member-state CSIRTs</td></tr><tr><td>Non-compliance</td><td>No penalty (possible shift to procurement standards is still speculative)</td><td>Fines up to €15 million or 2.5% of global annual turnover</td></tr><tr><td>Model regulation</td><td>Explicit exclusion of mandatory licensing and pre-approval</td><td>CRA is a product-security regulation, not an AI model regulation</td></tr></tbody></table><p><strong>Table 1.</strong> Comparison of US executive order and EU CRA vulnerability reporting regimes<em>(sources: original text of the executive order<a id="a1-ref-13"/><a href="/en/research/2026-us-ai-eo-ospo/#a1">A1</a>, Regulation (EU) 2024/2847<a id="a7-ref-1"/><a href="/en/research/2026-us-ai-eo-ospo/#a7">A7</a>, separate report<a id="d1-ref-1"/><a href="/en/research/2026-us-ai-eo-ospo/#d1">D1</a>. As of 2026-06-10)</em></p><p>For Korean companies shipping products into both markets, the priority is clear. Whichever regime carries binding force, deadlines, and fines comes first. The CRA Article 14 reporting workflow must be operational by September 11, three months from now, and it has already been confirmed that, because ENISA does not currently offer an SRP integration API, the workflow must be designed as a manual, human-submitted process<a id="a7-ref-2"/><a href="/en/research/2026-us-ai-eo-ospo/#a7">A7</a>·<a id="d1-ref-2"/><a href="/en/research/2026-us-ai-eo-ospo/#d1">D1</a>. The US clearinghouse comes next. Still, both regimes run on the same underlying internal capabilities — a component inventory (SBOM), vulnerability triage, a Coordinated Vulnerability Disclosure (CVD) intake channel, and a patch deployment process. A system built to prepare for the CRA becomes the foundation for voluntary participation on the US side, so there is no need to build a separate system twice.</p><h3 id="35-policy-divergence-us-voluntary-cooperation-eu-institutionalization">3.5 Policy Divergence: US Voluntary Cooperation, EU Institutionalization</h3><p>The day after the executive order, on June 3, the European Commission published its Tech Sovereignty package, placing open source at the center of digital policy. Its core elements are mobilizing roughly €2 billion in public and private funding over seven years, establishing an Open Source Maintenance Instrument, and opening up public procurement<a id="a8-ref-1"/><a href="/en/research/2026-us-ai-eo-ospo/#a8">A8</a>·<a id="d2-ref-1"/><a href="/en/research/2026-us-ai-eo-ospo/#d2">D2</a>. The two documents, published a day apart, reveal contrasting institutional designs for the same technological landscape. The US model excludes regulation and has government coordinate the private sector&rsquo;s voluntary capacity; the EU model institutionalizes the open source ecosystem itself through public funding and legal obligation (including the CRA&rsquo;s steward regime).</p><p>Global companies&rsquo; open source management policy needs to be built with this divergence as a given. In the US market, they must decide whether to enter the voluntary cooperation channel; in the EU market, they must respond to the obligations of CRA compliance and the steward regime. Since the same team within a company will end up operating both modes, it is more realistic to build market-specific modules on top of shared capabilities than to keep policy documents and response organizations separated by market.</p><h3 id="36-a-different-axis-from-ai-generated-code-management">3.6 A Different Axis from AI-Generated Code Management</h3><p>A separate analysis addressing the inflow of AI-generated code into open source and snippet inspection<a id="d3-ref-1"/><a href="/en/research/2026-us-ai-eo-ospo/#d3">D3</a> and this matter both sit at the intersection of AI and open source management, but along different axes. That analysis addressed inflow management — the licensing and provenance problems that arise when AI coding tools bring code fragments not declared as packages into a codebase. What this executive order points to is operations — the response problem in an environment where vulnerabilities in open source components already present in the codebase are being surfaced faster and in greater volume because of AI. AI is now affecting both the stage where code enters and the stage where vulnerabilities surface, and the response systems for both axes need to be checked separately.</p><h2 id="4-what-to-prepare">4. What to Prepare</h2><p>Since the executive order makes no direct demands of companies, preparation splits into what to do now and what to watch.</p><h3 id="what-to-do-now">What to Do Now</h3><p>The starting point is an inventory of your own AI exposure surface. Bring together, in one place, the models you develop or fine-tune internally (especially open-weight-based ones), the AI coding and security tools you&rsquo;ve adopted, and the current state of AI-generated code that has entered your codebase. This puts you in a position to judge quickly, once the covered-frontier-model criteria take shape after August 1, whether your company falls near that boundary.</p><p>Also review your open source vulnerability response system. Check whether SBOMs are current across all products, whether new-CVE triage can absorb a two- to three-fold increase in volume, and whether the CVD intake channel is functioning. This review is the same work as preparing for CRA Article 14 (deadline September 11), so there is no need to spin up a separate project — fold it into CRA preparation<a id="d1-ref-3"/><a href="/en/research/2026-us-ai-eo-ospo/#d1">D1</a>.</p><p>The most urgent item is cleaning up EOL components. Identify end-of-maintenance components in your SBOM, set a schedule for those with an upgrade path, and for those that cannot be removed immediately, arrange a patch source such as commercial LTS or in-house patching. For items where you can demonstrate no impact, document them using Vulnerability Exploitability eXchange (VEX) to reduce the triage burden<a id="c4-ref-2"/><a href="/en/research/2026-us-ai-eo-ospo/#c4">C4</a>.</p><p>Finally, assess the health of critical upstream dependencies. Check the maintainer base size and security-response track record of the upper-level components that your revenue-critical products depend on, and consider support measures such as sponsorship or contribution for projects where a bottleneck is a concern<a id="c2-ref-4"/><a href="/en/research/2026-us-ai-eo-ospo/#c2">C2</a>.</p><h3 id="what-to-watch">What to Watch</h3><table><thead><tr><th>Item to track</th><th>Timing</th><th>What to check</th></tr></thead><tbody><tr><td>Clearinghouse formation announcement</td><td>By 2026-07-02</td><td>Operating body and participation process, scope of information sharing expected from companies, whether liability protection exists<a id="a1-ref-14"/><a href="/en/research/2026-us-ai-eo-ospo/#a1">A1</a>·<a id="b3-ref-2"/><a href="/en/research/2026-us-ai-eo-ospo/#b3">B3</a></td></tr><tr><td>Classified benchmarking and voluntary framework</td><td>By 2026-08-01</td><td>Contours of the covered-frontier-model threshold, treatment of open-weight models<a id="a1-ref-15"/><a href="/en/research/2026-us-ai-eo-ospo/#a1">A1</a>·<a id="b2-ref-3"/><a href="/en/research/2026-us-ai-eo-ospo/#b2">B2</a></td></tr><tr><td>Subsequent rulemaking</td><td>Over a period of months</td><td>Whether voluntary provisions migrate into federal procurement standards<a id="b2-ref-4"/><a href="/en/research/2026-us-ai-eo-ospo/#b2">B2</a></td></tr><tr><td>NSPM-11 classified annex and implementation</td><td>By early 2026-09</td><td>Treatment of open source AI in national security procurement<a id="a3-ref-2"/><a href="/en/research/2026-us-ai-eo-ospo/#a3">A3</a></td></tr><tr><td>Open source foundation responses</td><td>From July onward</td><td>Statements and participation approach from OSI, the Linux Foundation, and OpenSSF<a id="b7-ref-2"/><a href="/en/research/2026-us-ai-eo-ospo/#b7">B7</a></td></tr><tr><td>EU CRA SRP going live</td><td>2026-09-11</td><td>Reporting workflow going into actual operation (tracked in the separate report<a id="d1-ref-4"/><a href="/en/research/2026-us-ai-eo-ospo/#d1">D1</a>)</td></tr></tbody></table><p><strong>Table 2.</strong> Items to track and their timing<em>(as of 2026-06-10)</em></p><h2 id="5-conclusion">5. Conclusion</h2><p>This executive order imposes no new obligations on corporate open source managers, but it is a signal that the premises of the operating environment are shifting. An era in which AI finds open source vulnerabilities in bulk has been demonstrated, and the US government has decided to institutionalize that trend through coordination rather than regulation. Discovery is accelerating while patching still moves at human speed. The only thing companies can control in this gap is the processing capacity of their own inventory. Because the EU CRA reporting obligation taking effect three months from now requires SBOM, triage, and CVD capabilities regardless, preparing for both markets with a single system is the most efficient path. As for the executive order itself, only two dates need to go on the calendar: July 2 (clearinghouse) and August 1 (benchmarking criteria).</p><hr><h2 id="references">References</h2><p>All URLs were confirmed accessible and matching their cited content on 2026-06-10 (except where noted otherwise).</p><h3 id="a-primary-sources-official-government-documents-direct-party-statements">A. Primary Sources (Official Government Documents, Direct-Party Statements)</h3><p><a id="a1"/><strong>A1.</strong> The White House (2026).<em>Promoting Advanced Artificial Intelligence Innovation and Security</em> (Executive Order). Signed 2026-06-02.<a href="https://www.whitehouse.gov/presidential-actions/2026/06/promoting-advanced-artificial-intelligence-innovation-and-security/">https://www.whitehouse.gov/presidential-actions/2026/06/promoting-advanced-artificial-intelligence-innovation-and-security/</a> (accessed: 2026-06-10). —<em>The primary source for this report.</em><a href="#a1-ref-1" onclick="event.preventDefault(); history.back(); return false;" title="Back to text">↩</a></p><p><a id="a2"/><strong>A2.</strong> The White House (2026).<em>Fact Sheet: President Donald J. Trump Promotes Advanced Artificial Intelligence Innovation and Security</em>. 2026-06-02.<a href="https://www.whitehouse.gov/fact-sheets/2026/06/fact-sheet-president-donald-j-trump-promotes-advanced-artificial-intelligence-innovation-and-security/">https://www.whitehouse.gov/fact-sheets/2026/06/fact-sheet-president-donald-j-trump-promotes-advanced-artificial-intelligence-innovation-and-security/</a> (accessed: 2026-06-10).<a href="#a2-ref-1" onclick="event.preventDefault(); history.back(); return false;" title="Back to text">↩</a></p><p><a id="a3"/><strong>A3.</strong> The White House (2026).<em>National Security Presidential Memorandum/NSPM-11 — Artificial Intelligence in the National Security Enterprise</em>. 2026-06-05.<a href="https://www.whitehouse.gov/presidential-actions/2026/06/national-security-presidential-memorandum-nspm-11/">https://www.whitehouse.gov/presidential-actions/2026/06/national-security-presidential-memorandum-nspm-11/</a> (accessed: 2026-06-10).<a href="#a3-ref-1" onclick="event.preventDefault(); history.back(); return false;" title="Back to text">↩</a></p><p><a id="a4"/><strong>A4.</strong> The White House (2025).<em>Removing Barriers to American Leadership in Artificial Intelligence</em> (Executive Order 14179). 2025-01-23.<a href="https://www.whitehouse.gov/presidential-actions/2025/01/removing-barriers-to-american-leadership-in-artificial-intelligence/">https://www.whitehouse.gov/presidential-actions/2025/01/removing-barriers-to-american-leadership-in-artificial-intelligence/</a> (accessed: 2026-06-10).<a href="#a4-ref-1" onclick="event.preventDefault(); history.back(); return false;" title="Back to text">↩</a></p><p><a id="a5"/><strong>A5.</strong> The White House (2025).<em>Winning the Race: America&rsquo;s AI Action Plan</em>. 2025-07.<a href="https://www.whitehouse.gov/wp-content/uploads/2025/07/Americas-AI-Action-Plan.pdf">https://www.whitehouse.gov/wp-content/uploads/2025/07/Americas-AI-Action-Plan.pdf</a> (accessed: 2026-06-10, passage confirmed directly against the PDF original).<a href="#a5-ref-1" onclick="event.preventDefault(); history.back(); return false;" title="Back to text">↩</a></p><p><a id="a6"/><strong>A6.</strong> Anthropic (2026).<em>Project Glasswing: Securing critical software for the AI era</em>. Announced 2026-04-07 (subsequently updated).<a href="https://www.anthropic.com/glasswing">https://www.anthropic.com/glasswing</a> (accessed: 2026-06-10).<a href="#a6-ref-1" onclick="event.preventDefault(); history.back(); return false;" title="Back to text">↩</a></p><p><a id="a7"/><strong>A7.</strong> European Parliament and Council (2024).<em>Regulation (EU) 2024/2847 — Cyber Resilience Act</em>. OJ L, 2024/2847, 20.11.2024.<a href="https://eur-lex.europa.eu/eli/reg/2024/2847/oj/eng">https://eur-lex.europa.eu/eli/reg/2024/2847/oj/eng</a> (accessed: 2026-05-12, confirmed during verification of this workspace&rsquo;s CRA report).<a href="#a7-ref-1" onclick="event.preventDefault(); history.back(); return false;" title="Back to text">↩</a></p><p><a id="a8"/><strong>A8.</strong> European Commission (2026).<em>Communication on European Tech Sovereignty, accompanied by an EU Open Source Strategy</em>. COM(2026) 503 final, 2026-06-03.<a href="https://digital-strategy.ec.europa.eu/en/library/communication-european-tech-sovereignty-accompanied-eu-open-source-strategy">https://digital-strategy.ec.europa.eu/en/library/communication-european-tech-sovereignty-accompanied-eu-open-source-strategy</a> (accessed: 2026-06-10).<a href="#a8-ref-1" onclick="event.preventDefault(); history.back(); return false;" title="Back to text">↩</a></p><h3 id="b-legal-and-policy-analysis">B. Legal and Policy Analysis</h3><p><a id="b1"/><strong>B1.</strong> Wiley Rein LLP (2026).<em>New AI Executive Order Addresses Frontier Models and Cybersecurity Vulnerabilities</em>.<a href="https://www.wiley.law/alert-New-AI-Executive-Order-Addresses-Frontier-Models-and-Cybersecurity-Vulnerabilities">https://www.wiley.law/alert-New-AI-Executive-Order-Addresses-Frontier-Models-and-Cybersecurity-Vulnerabilities</a> (accessed: 2026-06-10).<a href="#b1-ref-1" onclick="event.preventDefault(); history.back(); return false;" title="Back to text">↩</a></p><p><a id="b2"/><strong>B2.</strong> WilmerHale (2026).<em>New Executive Order Addressing Early Government Access to Frontier AI Models</em>. 2026-06-02.<a href="https://www.wilmerhale.com/en/insights/client-alerts/20260602-new-executive-order-addressing-early-government-access-to-frontier-ai-models">https://www.wilmerhale.com/en/insights/client-alerts/20260602-new-executive-order-addressing-early-government-access-to-frontier-ai-models</a> (accessed: 2026-06-10).<a href="#b2-ref-1" onclick="event.preventDefault(); history.back(); return false;" title="Back to text">↩</a></p><p><a id="b3"/><strong>B3.</strong> Crowell &amp; Moring LLP (2026).<em>Executive Order Creates Voluntary Regulatory Regime of Frontier AI Models</em>.<a href="https://www.crowell.com/en/insights/client-alerts/executive-order-creates-voluntary-regulatory-regime-of-frontier-ai-models">https://www.crowell.com/en/insights/client-alerts/executive-order-creates-voluntary-regulatory-regime-of-frontier-ai-models</a> (accessed: 2026-06-10).<a href="#b3-ref-1" onclick="event.preventDefault(); history.back(); return false;" title="Back to text">↩</a></p><p><a id="b4"/><strong>B4.</strong> Atlantic Council (2026).<em>Reading between the lines of Trump&rsquo;s new executive order on AI</em>.<a href="https://www.atlanticcouncil.org/dispatches/reading-between-the-lines-of-trumps-new-executive-order-on-ai/">https://www.atlanticcouncil.org/dispatches/reading-between-the-lines-of-trumps-new-executive-order-on-ai/</a> (accessed: 2026-06-10).<a href="#b4-ref-1" onclick="event.preventDefault(); history.back(); return false;" title="Back to text">↩</a></p><p><a id="b5"/><strong>B5.</strong> Council on Foreign Relations (2026).<em>Assessing Trump&rsquo;s Executive Order on AI Oversight</em>.<a href="https://www.cfr.org/articles/assessing-trumps-executive-order-on-ai-oversight">https://www.cfr.org/articles/assessing-trumps-executive-order-on-ai-oversight</a> (accessed: 2026-06-10).<a href="#b5-ref-1" onclick="event.preventDefault(); history.back(); return false;" title="Back to text">↩</a></p><p><a id="b6"/><strong>B6.</strong> CSO Online (2026).<em>OpenAI responds to White House executive order on AI governance</em>.<a href="https://www.csoonline.com/article/4181294/openai-responds-to-white-house-executive-order-on-ai-governance.html">https://www.csoonline.com/article/4181294/openai-responds-to-white-house-executive-order-on-ai-governance.html</a> (accessed: 2026-06-10).</p><p><a id="b7"/><strong>B7.</strong> Open Source Initiative (2025).<em>OSI and Apereo Foundation Respond to White House on AI Action Plan</em>.<a href="https://opensource.org/blog/osi-and-apereo-foundation-respond-to-white-house-on-ai-action-plan">https://opensource.org/blog/osi-and-apereo-foundation-respond-to-white-house-on-ai-action-plan</a> (accessed: 2026-06-10).<a href="#b7-ref-1" onclick="event.preventDefault(); history.back(); return false;" title="Back to text">↩</a></p><h3 id="c-industry-and-security-community">C. Industry and Security Community</h3><p><a id="c1"/><strong>C1.</strong> CyberScoop (2026).<em>Anthropic expanding access to Project Glasswing</em>. 2026-06-02.<a href="https://cyberscoop.com/anthropic-project-glasswing-expansion-critical-infrastructure-claude-mythos/">https://cyberscoop.com/anthropic-project-glasswing-expansion-critical-infrastructure-claude-mythos/</a> (accessed: 2026-06-10).<a href="#c1-ref-1" onclick="event.preventDefault(); history.back(); return false;" title="Back to text">↩</a></p><p><a id="c2"/><strong>C2.</strong> Help Net Security (2026).<em>Anthropic: Claude Mythos identified 10,000+ software flaws</em>. 2026-05-26.<a href="https://www.helpnetsecurity.com/2026/05/26/anthropic-project-glasswing-update/">https://www.helpnetsecurity.com/2026/05/26/anthropic-project-glasswing-update/</a> (accessed: 2026-06-10).<a href="#c2-ref-1" onclick="event.preventDefault(); history.back(); return false;" title="Back to text">↩</a></p><p><a id="c3"/><strong>C3.</strong> Schneier, Bruce (2026).<em>On Anthropic&rsquo;s Mythos Preview and Project Glasswing</em>. Schneier on Security, 2026-04.<a href="https://www.schneier.com/blog/archives/2026/04/on-anthropics-mythos-preview-and-project-glasswing.html">https://www.schneier.com/blog/archives/2026/04/on-anthropics-mythos-preview-and-project-glasswing.html</a> (accessed: 2026-06-10).<a href="#c3-ref-1" onclick="event.preventDefault(); history.back(); return false;" title="Back to text">↩</a></p><p><a id="c4"/><strong>C4.</strong> HeroDevs (2026).<em>AI Cybersecurity Executive Order 2026: What It Means for EOL Software</em>.<a href="https://www.herodevs.com/blog-posts/ai-cybersecurity-executive-order-2026-what-it-means-for-eol-software">https://www.herodevs.com/blog-posts/ai-cybersecurity-executive-order-2026-what-it-means-for-eol-software</a> (accessed: 2026-06-10). —<em>Cited with awareness of the vendor&rsquo;s commercial-LTS interest.</em><a href="#c4-ref-1" onclick="event.preventDefault(); history.back(); return false;" title="Back to text">↩</a></p><h3 id="d-related-analysis-this-blog">D. Related Analysis (This Blog)</h3><p><a id="d1"/><strong>D1.</strong><a href="/en/research/2026-eu-cra-vulnerability-reporting/">EU Cyber Resilience Act (CRA) Vulnerability Reporting Obligations — Preparing for the 2026-09-11 Effective Date</a> (updated 2026-06-09).<a href="#d1-ref-1" onclick="event.preventDefault(); history.back(); return false;" title="Back to text">↩</a></p><p><a id="d2"/><strong>D2.</strong><a href="/en/research/2026-eu-open-source-strategy/">EU Open Source Strategy: Institutionalizing Open Source for Tech Sovereignty</a> (2026-06-05).<a href="#d2-ref-1" onclick="event.preventDefault(); history.back(); return false;" title="Back to text">↩</a></p><p><a id="d3"/><strong>D3.</strong><a href="/en/blog/2026/06/08/ai-generated-code-how-far-should-open-source-scanning-go/">AI-Generated Code: How Far Should Open Source Inspection Go</a> (2026-06-08).<a href="#d3-ref-1" onclick="event.preventDefault(); history.back(); return false;" title="Back to text">↩</a></content></p>
]]></content:encoded></item><item><title>EU Open Source Strategy: Institutionalizing Open Source for Technological Sovereignty</title><link>https://haksungjang.github.io/en/research/2026-eu-open-source-strategy/</link><pubDate>Fri, 05 Jun 2026 00:00:00 +0000</pubDate><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Haksung Jang</dc:creator><guid>https://haksungjang.github.io/en/research/2026-eu-open-source-strategy/</guid><description>An analysis of the EU Open Source Strategy (COM(2026) 503), published by the European Commission on June 3, 2026, based on primary sources. Covers the four goals, €2 billion over seven years, the governance structure, civil society criticism, and practical implications for Korean public agencies and companies.</description><content:encoded>&lt;![CDATA[<div class="alert alert-info" role="alert"><p>This article was written with Claude Code, and the key facts cited here were cross-checked against primary sources.</p></div><blockquote><p><strong>Summary</strong></p><p>The Communication on European Tech Sovereignty (COM(2026) 503 final), published by the European Commission on June 3, 2026, comes with an attached EU Open Source Strategy. It is the first instance of placing open source at the center of EU digital policy. The strategy sets four goals — leveraging open source for sovereignty, strengthening the ecosystem, opening up public administration, and standards and international cooperation — and calls for the public and private sectors to mobilize approximately €2 billion for open-source-related measures over the next seven years. The aim is to reduce the EU&rsquo;s dependency structure, under which it spends €264 billion annually on proprietary IT from the United States. Civil society (FSFE) and policy analysts welcomed the direction while pointing to limitations in funding adequacy, the relationship between open standards and open source, the neglect of open hardware, and the practitioner skills gap. For Korean public and corporate practitioners, the opening of EU procurement, open source steward regulation, and the open-source default for the EUDI Wallet are the points to watch directly.</p></blockquote><h2 id="1-overview">1. Overview</h2><p>The European Commission announced the technological sovereignty package in Brussels on June 3, 2026. A Communication is not binding legislation but a document that sets out the Commission&rsquo;s policy direction and planned follow-up actions.<a id="a1-ref-1"/><a href="/en/research/2026-eu-open-source-strategy/#a1">A1</a>·<a id="a2-ref-1"/><a href="/en/research/2026-eu-open-source-strategy/#a2">A2</a> The package consists of four interconnected initiatives: Chips Act 2.0 for semiconductors, the Cloud and AI Development Act (CADA), the Open Source Strategy, and a roadmap for energy sector digitalization and AI. The scope of this report is the Open Source Strategy (Chapter 4 of the COM document).<a id="a1-ref-2"/><a href="/en/research/2026-eu-open-source-strategy/#a1">A1</a></p><p>The problem the strategy seeks to address is clear. The Draghi Report noted that the EU depends on non-EU suppliers for more than 80% of its digital products and services, infrastructure, and intellectual property.<a id="a1-ref-3"/><a href="/en/research/2026-eu-open-source-strategy/#a1">A1</a> The Open Source Strategy chose open source as the means to reduce this dependency. Europe, the birthplace of Linux, has more than 3 million open source contributors, and nearly half of code commits come from small companies with fewer than 50 employees. The assets exist, but they face structural limitations in scaling and funding.<a id="a1-ref-4"/><a href="/en/research/2026-eu-open-source-strategy/#a1">A1</a></p><h2 id="2-key-content-four-goals">2. Key Content: Four Goals</h2><p>The strategy combines two tracks of measures: supply-side measures that help EU communities and companies develop and maintain high-quality open source components, and demand-side measures that accelerate adoption in the private and public sectors. It bundles public funding together with market- and demand-driven measures, and was built on more than 1,600 responses received through the Commission&rsquo;s call for evidence.<a id="a1-ref-5"/><a href="/en/research/2026-eu-open-source-strategy/#a1">A1</a>·<a id="b3-ref-1"/><a href="/en/research/2026-eu-open-source-strategy/#b3">B3</a></p><p><img src="/research/2026-eu-open-source-strategy/strategy-goals-en.png" alt="The four goals of the Open Source Strategy and their representative measures, in order: sovereignty, ecosystem, public administration, and standards/international cooperation. Only the first goal carries a numeric target — 30 million users by 2030"/><p><strong>Figure 1.</strong> The four goals of the Open Source Strategy and their representative measures<em>(Source: COM(2026) 503 final, Chapter 4, 2026-06-03)</em></p><p><strong>Leveraging open source for technological sovereignty (Goal i).</strong> The Commission is expanding the Open Internet Stack into a shared catalogue of European open source building blocks, and has mobilized €41.3 million through three calls under the Horizon Europe 2026–2027 work programme.<a id="a1-ref-6"/><a href="/en/research/2026-eu-open-source-strategy/#a1">A1</a> Making the EU digital identity ecosystem open source is a central pillar. The EU Digital Identity Regulation (EUDIR) sets a legal default requiring the EUDI Wallet application components to be open source; building on this, the reference implementations of the Identity Wallet (EUID) and the European Business Wallet (EBW) are being developed as open source, with their long-term stewardship transferred to the European Digital Public Infrastructure Foundation.<a id="a1-ref-7"/><a href="/en/research/2026-eu-open-source-strategy/#a1">A1</a> The Commission cooperates with member states through the European Digital Infrastructure Consortium (EDIC) on Digital Commons, and aims to reach 30 million active users of open source collaboration and productivity tools and secure email by 2030.<a id="a1-ref-8"/><a href="/en/research/2026-eu-open-source-strategy/#a1">A1</a></p><p><strong>Strengthening the ecosystem (Goal ii).</strong> Open source building blocks are mostly maintained through foundations, and most of the funding comes from US and Chinese Big Tech.<a id="a1-ref-9"/><a href="/en/research/2026-eu-open-source-strategy/#a1">A1</a> The open source software steward concept introduced by the Cyber Resilience Act (CRA) is the regulatory pillar of this goal. The Commission is developing a stewardship toolkit to help establish foundations, and supports the establishment of a European Digital Public Infrastructure steward organization that governs EU-funded strategic assets from a single hub. To maintain and secure key components, it is creating a new Open Source Maintenance Instrument, building European capacity to fork projects when needed.<a id="a1-ref-10"/><a href="/en/research/2026-eu-open-source-strategy/#a1">A1</a></p><div class="td-alert td-alert--md alert alert-important" role="alert"><div class="td-alert-heading alert-heading" role="heading">Important</div><div class="td-alert-body"><p>The figure of &ldquo;€350 million for the Open Source Maintenance Instrument,&rdquo; frequently cited in outside analyses, does not appear in the original COM(2026) 503 text. It is the TechPolicy.Press authors&rsquo; own estimate of what the instrument would require, and the original document attaches no amount to it.<a id="a1-ref-11"/><a href="/en/research/2026-eu-open-source-strategy/#a1">A1</a>·<a id="e1-ref-1"/><a href="/en/research/2026-eu-open-source-strategy/#e1">E1</a> By contrast, &ldquo;approximately €500 million for RISC-V&rdquo; is actually listed in Annex II, but it is recorded as a Chips Joint Undertaking investment and is a separate line item from the Open Source Strategy&rsquo;s €2 billion budget.<a id="a1-ref-12"/><a href="/en/research/2026-eu-open-source-strategy/#a1">A1</a></p></div></div><p><strong>Opening up public administration (Goal iii).</strong> The &ldquo;public money, public code&rdquo; principle has been explicitly written into the strategy.<a id="a1-ref-13"/><a href="/en/research/2026-eu-open-source-strategy/#a1">A1</a>·<a id="b2-ref-1"/><a href="/en/research/2026-eu-open-source-strategy/#b2">B2</a> The Commission already operates a Matrix-based communication platform, the openDesk collaboration environment, and Drupal across more than 300 europa.eu sites.<a id="a1-ref-14"/><a href="/en/research/2026-eu-open-source-strategy/#a1">A1</a> In procurement, it is revising tender guidelines so that open source can compete with proprietary solutions, and strengthening the Open Source Programme Office (OSPO) and the EU Public Sector OSPO Network as central hubs.<a id="a1-ref-15"/><a href="/en/research/2026-eu-open-source-strategy/#a1">A1</a>·<a id="b2-ref-2"/><a href="/en/research/2026-eu-open-source-strategy/#b2">B2</a></p><p><strong>Standards and international cooperation (Goal iv).</strong> In the revision of the EU Standardisation Regulation, the Commission is improving cooperation between open source and standardization communities, and providing conditions for specific standards to be implemented as open source. Through the Team Europe approach, EU open source solutions are being deployed to enlargement and partner countries.<a id="a1-ref-16"/><a href="/en/research/2026-eu-open-source-strategy/#a1">A1</a></p><h3 id="governance-structure">Governance Structure</h3><p>Rather than creating new bodies, the strategy weaves together existing governance assets. Three pillars interlock.</p><p><img src="/research/2026-eu-open-source-strategy/governance-bodies-en.png" alt="The structure in which the Public Sector OSPO Network, descended from the Commission’s OSPO, and the Digital Commons EDIC established in 2025, converge into the European Digital Public Infrastructure Foundation"/><p><strong>Figure 2.</strong> How the governance bodies of the Open Source Strategy connect<em>(Source: COM(2026) 503 final, Chapter 4 and Annex II, 2026-06-03)</em></p><p>The Commission&rsquo;s OSPO (established 2020) and the EU Public Sector OSPO Network, with 25 members from 11 countries, handle the public administration pillar, while the Digital Commons EDIC, established on October 29, 2025, handles the multi-country cooperation pillar.<a id="a1-ref-17"/><a href="/en/research/2026-eu-open-source-strategy/#a1">A1</a>·<a id="a5-ref-1"/><a href="/en/research/2026-eu-open-source-strategy/#a5">A5</a> Both converge into the European Digital Public Infrastructure Foundation, currently being established, which will take on long-term stewardship of strategic assets such as EUID and EBW.<a id="a1-ref-18"/><a href="/en/research/2026-eu-open-source-strategy/#a1">A1</a></p><h2 id="3-background-and-context">3. Background and Context</h2><p>The Open Source Strategy is not a standalone regulation but a policy umbrella layered on top of several pieces of EU legislation. The Interoperable Europe Act (Regulation (EU) 2024/903) defines &ldquo;open source licence&rdquo; and underpins public sector reuse,<a id="a4-ref-1"/><a href="/en/research/2026-eu-open-source-strategy/#a4">A4</a> while the CRA (Regulation (EU) 2024/2847) provides the steward regulatory category and voluntary security attestation (Article 25).<a id="a3-ref-1"/><a href="/en/research/2026-eu-open-source-strategy/#a3">A3</a> The AI Act places proportionate obligations on free and open source models, and the EUDIR sets the open-source default for the EUDI Wallet.<a id="a1-ref-19"/><a href="/en/research/2026-eu-open-source-strategy/#a1">A1</a>·<a id="c1-ref-1"/><a href="/en/research/2026-eu-open-source-strategy/#c1">C1</a></p><p>The watershed in this policy lineage was 2020. The Commission adopted the Open Source Software Strategy 2020–2023 (C(2020) 7149 final) on October 21, 2020, introducing a &ldquo;think open&rdquo; culture, and established the Commission&rsquo;s OSPO as its first action.<a id="a5-ref-2"/><a href="/en/research/2026-eu-open-source-strategy/#a5">A5</a> Since then, code.europa.eu (4,500 users and 1,280 repositories as of May 2026) and the EU Open Source Solutions Catalogue (launched March 2025, 1,047 solutions) have been built.<a id="a1-ref-20"/><a href="/en/research/2026-eu-open-source-strategy/#a1">A1</a> The new strategy explicitly cites these as its foundation.</p><p>The &ldquo;public money, public code&rdquo; principle originated in a campaign launched by the Free Software Foundation Europe (FSFE) in 2017. The strategy adopted this principle nine years after the campaign began.<a id="b4-ref-1"/><a href="/en/research/2026-eu-open-source-strategy/#b4">B4</a></p><h2 id="4-recent-developments-and-timeline">4. Recent Developments and Timeline</h2><p>As the announcement was only days ago, developments center on the immediate reactions and the procedures scheduled ahead.</p><p><img src="/research/2026-eu-open-source-strategy/rollout-schedule-en.png" alt="The timeline from the January 2026 launch of the call for evidence, through the June strategy announcement and the December revision of national roadmaps, to the subsequent proposed revision of the Standardisation Regulation"/><p><strong>Figure 3.</strong> Rollout timeline of the EU Open Source Strategy<em>(Source: COM(2026) 503 final and Commission announcements, as of 2026-06-05)</em></p><p>On the day of the announcement, FSFE issued a cautious welcome. While welcoming the adoption of the &ldquo;Public Money? Public Code!&rdquo; principle, Johannes Näder said &ldquo;the Commission still falls short on concrete goals, milestones, and secured funding,&rdquo; and Lucas Lasota stated that &ldquo;implementation is now what matters, and it will require secured long-term funding, meaningful civil society participation, and effective enforcement of the Digital Markets Act."<a id="b4-ref-2"/><a href="/en/research/2026-eu-open-source-strategy/#b4">B4</a></p><p>A policy analysis by TechPolicy.Press (Gates, Givropoulou, Karhu, 2026-06-03) assessed the strategy as &ldquo;Europe&rsquo;s most meaningful progress yet&rdquo; while pointing to four gaps.<a id="e1-ref-2"/><a href="/en/research/2026-eu-open-source-strategy/#e1">E1</a> The precedence between open standards and open source remains unsettled, treatment of open hardware is limited to RISC-V and EDA tools, the €2 billion over seven years is insufficient against the €264 billion in annual dependency, and development of practitioner-level contribution, maintenance, and governance capacity remains weak. The law firm Covington also summarized the package&rsquo;s investment scale and corporate impact on June 4, 2026.<a id="e3-ref-1"/><a href="/en/research/2026-eu-open-source-strategy/#e3">E3</a></p><p>The nature of the funding adds to the uncertainty. The €2 billion is not a firmly allocated budget but an aggregate estimate of what the public and private sectors &ldquo;should mobilize&rdquo; over seven years.<a id="a1-ref-21"/><a href="/en/research/2026-eu-open-source-strategy/#a1">A1</a> The Open Source Maintenance Instrument, the European Digital Public Infrastructure Foundation, and the voluntary EU assessment framework are all still at the stage of a &ldquo;we will create&rdquo; commitment, with no concrete design or amount yet determined.</p><p>On the schedule ahead, the package will be reflected in member states&rsquo; revisions of their national Digital Decade strategic roadmaps in December 2026, and the proposed revision of the Standardisation Regulation and the legislative processes for CADA and Chips Act 2.0 will flesh out the open source requirements. The Commission discusses progress annually at the Digital Decade Board and reports to the European Parliament every three years.<a id="a1-ref-22"/><a href="/en/research/2026-eu-open-source-strategy/#a1">A1</a></p><h2 id="5-implications-and-considerations">5. Implications and Considerations</h2><p>This strategy does not apply directly to Korean public agencies and companies, but there are several points worth watching in practice.</p><p>The opening of EU public procurement is the most concrete variable. If tender specifications come to include open standards and models, and open source is put in a position to compete with proprietary solutions, Korean software vendors seeking to enter the EU public market will benefit from open-source-friendly proposals and clear licensing.<a id="a1-ref-23"/><a href="/en/research/2026-eu-open-source-strategy/#a1">A1</a>·<a id="b2-ref-3"/><a href="/en/research/2026-eu-open-source-strategy/#b2">B2</a> Conversely, this opens up EU procurement opportunities for Korean companies with open-source-based businesses.</p><p>Open source steward regulation is a point that companies launching CRA-covered products in the EU need to examine. Security attestation for products relying on open source components (CRA Article 25) and the scope of steward responsibility are expected to be fleshed out through the strategy&rsquo;s voluntary EU assessment framework, so it is prudent to put a Software Bill of Materials (SBOM) and dependency management framework in place in advance.<a id="a1-ref-24"/><a href="/en/research/2026-eu-open-source-strategy/#a1">A1</a>·<a id="a3-ref-2"/><a href="/en/research/2026-eu-open-source-strategy/#a3">A3</a> That the EUDI Wallet and the European Business Wallet default to open source reference implementations is something Korean fintech and authentication providers considering EU digital identity integration should watch.<a id="a1-ref-25"/><a href="/en/research/2026-eu-open-source-strategy/#a1">A1</a></p><p>From the perspective of Korean public software policy, the institutionalization path of the &ldquo;public money, public code&rdquo; principle and the OSPO Network governance model offer a useful reference. However, since the EU itself has left funding adequacy and practitioner capacity as unresolved challenges, the gap between declaration and implementation also bears watching.<a id="b4-ref-3"/><a href="/en/research/2026-eu-open-source-strategy/#b4">B4</a>·<a id="e1-ref-3"/><a href="/en/research/2026-eu-open-source-strategy/#e1">E1</a></p><h2 id="6-references">6. References</h2><h3 id="a-primary-legal-and-regulatory-texts">A. Primary Legal and Regulatory Texts</h3><p><a id="a1"/><strong>A1.</strong> European Commission (2026).<em>Communication from the Commission on European Tech Sovereignty, accompanied by an EU Open Source Strategy</em>. COM(2026) 503 final, Brussels, 3.6.2026 (main text and ANNEXES 1–2). Primary source for this report.<code>sources/COM-2026-503-eu-tech-sovereignty.pdf</code> and<code>…-annexes.pdf</code>. Download:<a href="https://digital-strategy.ec.europa.eu/en/library/communication-european-tech-sovereignty-accompanied-eu-open-source-strategy">https://digital-strategy.ec.europa.eu/en/library/communication-european-tech-sovereignty-accompanied-eu-open-source-strategy</a> (accessed: 2026-06-05).<a href="#a1-ref-1" onclick="event.preventDefault(); history.back(); return false;" title="Back to text">↩</a></p><p><a id="a2"/><strong>A2.</strong> European Commission (2026).<em>Strengthening Europe&rsquo;s tech sovereignty</em> (press release). 2026-06-03.<a href="https://commission.europa.eu/news-and-media/news/strengthening-europes-tech-sovereignty-2026-06-03_en">https://commission.europa.eu/news-and-media/news/strengthening-europes-tech-sovereignty-2026-06-03_en</a> (accessed: 2026-06-05).<a href="#a2-ref-1" onclick="event.preventDefault(); history.back(); return false;" title="Back to text">↩</a></p><p><a id="a3"/><strong>A3.</strong> European Parliament and Council (2024).<em>Regulation (EU) 2024/2847 — Cyber Resilience Act</em>. Official Journal, OJ L, 2024/2847, 20.11.2024.<a href="https://eur-lex.europa.eu/eli/reg/2024/2847/oj/eng">https://eur-lex.europa.eu/eli/reg/2024/2847/oj/eng</a> (accessed: 2026-06-05).<a href="#a3-ref-1" onclick="event.preventDefault(); history.back(); return false;" title="Back to text">↩</a></p><p><a id="a4"/><strong>A4.</strong> European Parliament and Council (2024).<em>Regulation (EU) 2024/903 — Interoperable Europe Act</em>. Official Journal, OJ L, 2024/903, 22.3.2024.<a href="https://eur-lex.europa.eu/eli/reg/2024/903/oj/eng">https://eur-lex.europa.eu/eli/reg/2024/903/oj/eng</a> (accessed: 2026-06-05).<a href="#a4-ref-1" onclick="event.preventDefault(); history.back(); return false;" title="Back to text">↩</a></p><p><a id="a5"/><strong>A5.</strong> European Commission (2020).<em>Open Source Software Strategy 2020–2023</em>. C(2020) 7149 final, Brussels, 21.10.2020.<a href="https://commission.europa.eu/system/files/2023-02/en_ec_open_source_strategy_2020-2023.pdf">https://commission.europa.eu/system/files/2023-02/en_ec_open_source_strategy_2020-2023.pdf</a> (accessed: 2026-06-05).<a href="#a5-ref-1" onclick="event.preventDefault(); history.back(); return false;" title="Back to text">↩</a></p><h3 id="b-official-documents-and-policy-pages-from-issuing-bodies">B. Official Documents and Policy Pages from Issuing Bodies</h3><p><a id="b1"/><strong>B1.</strong> European Commission — Shaping Europe&rsquo;s digital future (2026).<em>The EU Open Source Strategy</em> (policy page). Updated 2026-06-03.<a href="https://digital-strategy.ec.europa.eu/en/policies/open-source-strategy">https://digital-strategy.ec.europa.eu/en/policies/open-source-strategy</a> (accessed: 2026-06-05).</p><p><a id="b2"/><strong>B2.</strong> European Commission (2026).<em>Commission boosts open and interoperable digital ecosystems for public administrations</em> (press release). 2026-06-03.<a href="https://commission.europa.eu/news-and-media/news/commission-boosts-open-and-interoperable-digital-ecosystems-public-administrations-2026-06-03_en">https://commission.europa.eu/news-and-media/news/commission-boosts-open-and-interoperable-digital-ecosystems-public-administrations-2026-06-03_en</a> (accessed: 2026-06-05).<a href="#b2-ref-1" onclick="event.preventDefault(); history.back(); return false;" title="Back to text">↩</a></p><p><a id="b3"/><strong>B3.</strong> European Commission — Shaping Europe&rsquo;s digital future (2026).<em>Commission opens call for evidence on Open-Source Digital Ecosystems</em>. 2026-01-12 (deadline 2026-02-03).<a href="https://digital-strategy.ec.europa.eu/en/news/commission-opens-call-evidence-open-source-digital-ecosystems">https://digital-strategy.ec.europa.eu/en/news/commission-opens-call-evidence-open-source-digital-ecosystems</a> (accessed: 2026-06-05).<a href="#b3-ref-1" onclick="event.preventDefault(); history.back(); return false;" title="Back to text">↩</a></p><p><a id="b4"/><strong>B4.</strong> Free Software Foundation Europe (2026).<em>EU Tech Sovereignty: A milestone for Public Code? Now implementation is key</em>. 2026-06-03.<a href="https://fsfe.org/news/2026/news-20260603-01.en.html">https://fsfe.org/news/2026/news-20260603-01.en.html</a> (accessed: 2026-06-05).<a href="#b4-ref-1" onclick="event.preventDefault(); history.back(); return false;" title="Back to text">↩</a></p><h3 id="c-standards-and-frameworks">C. Standards and Frameworks</h3><p><a id="c1"/><strong>C1.</strong> European Commission (2024).<em>Regulation (EU) 2024/1689 — Artificial Intelligence Act</em>. Official Journal, OJ L, 2024/1689, 12.7.2024.<a href="https://eur-lex.europa.eu/eli/reg/2024/1689/oj/eng">https://eur-lex.europa.eu/eli/reg/2024/1689/oj/eng</a> (accessed: 2026-06-05).<a href="#c1-ref-1" onclick="event.preventDefault(); history.back(); return false;" title="Back to text">↩</a></p><p><a id="c2"/><strong>C2.</strong> European Parliament and Council (2023).<em>Regulation (EU) 2023/2854 — Data Act</em>. Official Journal, OJ L, 2023/2854, 22.12.2023.<a href="https://eur-lex.europa.eu/eli/reg/2023/2854/oj/eng">https://eur-lex.europa.eu/eli/reg/2023/2854/oj/eng</a> (accessed: 2026-06-05).</p><h3 id="d-academic-and-policy-research">D. Academic and Policy Research</h3><p><a id="d1"/><strong>D1.</strong> Blind, K. et al. (2021).<em>The impact of Open Source Software and Hardware on technological independence, competitiveness and innovation in the EU economy</em>. European Commission.<a href="https://digital-strategy.ec.europa.eu/en/library/study-about-impact-open-source-software-and-hardware-technological-independence-competitiveness-and">https://digital-strategy.ec.europa.eu/en/library/study-about-impact-open-source-software-and-hardware-technological-independence-competitiveness-and</a> (accessed: 2026-06-05).</p><h3 id="e-industry-law-firm-and-media-analysis-supplementary">E. Industry, Law Firm, and Media Analysis (Supplementary)</h3><p><a id="e1"/><strong>E1.</strong> Gates, N., Givropoulou, A., Karhu, J. (2026).<em>How the EU&rsquo;s Tech Sovereignty Package Finally Puts Open Source to the Test</em>. TechPolicy.Press, 2026-06-03.<a href="https://www.techpolicy.press/how-the-eus-tech-sovereignty-package-finally-puts-open-source-to-the-test/">https://www.techpolicy.press/how-the-eus-tech-sovereignty-package-finally-puts-open-source-to-the-test/</a> (accessed: 2026-06-05).<a href="#e1-ref-1" onclick="event.preventDefault(); history.back(); return false;" title="Back to text">↩</a></p><p><a id="e2"/><strong>E2.</strong> TechPolicy.Press (2026).<em>EU Unveils Sweeping Tech Sovereignty Push, Balancing Autonomy with Openness</em>. 2026-06-03.<a href="https://www.techpolicy.press/eu-unveils-sweeping-tech-sovereignty-push-balancing-autonomy-with-openness/">https://www.techpolicy.press/eu-unveils-sweeping-tech-sovereignty-push-balancing-autonomy-with-openness/</a> (accessed: 2026-06-05).</p><p><a id="e3"/><strong>E3.</strong> Covington &amp; Burling (2026).<em>EU Tech Sovereignty Package</em>. Global Policy Watch, 2026-06-04.<a href="https://www.globalpolicywatch.com/2026/06/eu-tech-sovereignty-package/">https://www.globalpolicywatch.com/2026/06/eu-tech-sovereignty-package/</a> (accessed: 2026-06-05).<a href="#e3-ref-1" onclick="event.preventDefault(); history.back(); return false;" title="Back to text">↩</a></p><p><a id="e4"/><strong>E4.</strong> Agence Europe (2026).<em>European Commission seeks to harness open source in its tech sovereignty strategy and develop European alternatives</em>. 2026-06.<a href="https://agenceurope.eu/en/bulletin/article/13877/4/european-commission-seeks-to-harness-open-source-in-its-tech-sovereignty-strategy-and-develop-european-alternatives">https://agenceurope.eu/en/bulletin/article/13877/4/european-commission-seeks-to-harness-open-source-in-its-tech-sovereignty-strategy-and-develop-european-alternatives</a> (accessed: 2026-06-05).</p>
]]></content:encoded></item></channel></rss>