EPHEMERALBLUE: Sipping Bill of Materials

Curious what this is about? In honor of the NTIA Software Transparency / Software Bill of Materials (SBOM) project, we have chosen to make these Sipping Bill of Materials available. Please consult your local hacker economist to learn how you can get involved with the NTIA SBOM project.

CycloneDX Format

<?xml version="1.0"?>
<bom serialNumber="url:https://narwhal.be/2019/sbom/ephemeralblue/" version="1" xmlns="http://cyclonedx.org/schema/bom/1.1" xmlns:prep="urn:prep:instructions">
    <components>  
        <component type="library">
            <publisher>Several</publisher>
            <name>Choice of Syrup</name>
            <description>Which specific syrup you choose will determine what goes here; please feel free to ask.</description>
            <scope>1 oz</scope>
        </component>  
        <component type="library">
            <publisher>Acme Inc.</publisher>
            <name>Half and Half</name>
            <description></description>
            <scope>1 oz</scope>
        </component>  
        <component type="library">
            <publisher>McCormick</publisher>
            <name>Blue Food Coloring</name>
            <description></description>
            <scope>2 drops</scope>
        </component>  
        <component type="library">
            <publisher>Flamingo Hotel and Casino</publisher>
            <name>Hotel Ice</name>
            <description>Locally manufactured by an ice machine on this very floor.</description>
            <scope>1 amount</scope>
        </component>  
        <component type="library">
            <publisher>San Pellegrino</publisher>
            <name>Sparkling Natural Mineral Water - Unflavored</name>
            <description></description>
            <scope>6 oz</scope>
        </component> 
    </components>
    <prep:instructions>Pour everything into a glass. Stir.</prep:instructions>
</bom>

SWID Format

<?xml version="1.0"?>
<SoftwareIdentity
    name="EPHEMERALBLUE"
    tagId="urn:ephemeralblue"
    tagVersion="1"
    xml:lang="en"	
    xmlns:vTag="http://tagvault.org/xsd/swid-extensions-2015.xsd"
    xmlns="http://standards.iso.org/iso/19770/-2/2015/schema.xsd" 
    xmlns:n8060="http://csrc.nist.gov/schema/swid/2015-extensions/swid-2015-extensions-1.0.xsd">
    <Entity name="Narwhal" role="tagCreator" />
  
    <Link rel="requires" href="urn:several-choice-of-syrup" />   
    <Link rel="requires" href="urn:acme-inc-half-and-half" />   
    <Link rel="requires" href="urn:mccormick-blue-food-coloring" />   
    <Link rel="requires" href="urn:flamingo-hotel-and-casino-hotel-ice" />   
    <Link rel="requires" href="urn:san-pellegrino-sparkling-natural-mineral-water-unflavored" /> 
    <Meta entitlementDataRequired="false" summary="Pour everything into a glass. Stir." />
</SoftwareIdentity>

 
<SoftwareIdentity
    name="Choice of Syrup"
    tagId="urn:several-choice-of-syrup"
    tagVersion="1"
    xml:lang="en"	
    xmlns:vTag="http://tagvault.org/xsd/swid-extensions-2015.xsd"
    xmlns="http://standards.iso.org/iso/19770/-2/2015/schema.xsd" 
    xmlns:n8060="http://csrc.nist.gov/schema/swid/2015-extensions/swid-2015-extensions-1.0.xsd">
    <Entity name="Narwhal" role="tagCreator" />
    <Entity name="Several" role="softwareCreator" />
    <Meta entitlementDataRequired="false" summary="1 oz" />
</SoftwareIdentity>
 
<SoftwareIdentity
    name="Half and Half"
    tagId="urn:acme-inc-half-and-half"
    tagVersion="1"
    xml:lang="en"	
    xmlns:vTag="http://tagvault.org/xsd/swid-extensions-2015.xsd"
    xmlns="http://standards.iso.org/iso/19770/-2/2015/schema.xsd" 
    xmlns:n8060="http://csrc.nist.gov/schema/swid/2015-extensions/swid-2015-extensions-1.0.xsd">
    <Entity name="Narwhal" role="tagCreator" />
    <Entity name="Acme Inc." role="softwareCreator" />
    <Meta entitlementDataRequired="false" summary="1 oz" />
</SoftwareIdentity>
 
<SoftwareIdentity
    name="Blue Food Coloring"
    tagId="urn:mccormick-blue-food-coloring"
    tagVersion="1"
    xml:lang="en"	
    xmlns:vTag="http://tagvault.org/xsd/swid-extensions-2015.xsd"
    xmlns="http://standards.iso.org/iso/19770/-2/2015/schema.xsd" 
    xmlns:n8060="http://csrc.nist.gov/schema/swid/2015-extensions/swid-2015-extensions-1.0.xsd">
    <Entity name="Narwhal" role="tagCreator" />
    <Entity name="McCormick" role="softwareCreator" />
    <Meta entitlementDataRequired="false" summary="2 drops" />
</SoftwareIdentity>
 
<SoftwareIdentity
    name="Hotel Ice"
    tagId="urn:flamingo-hotel-and-casino-hotel-ice"
    tagVersion="1"
    xml:lang="en"	
    xmlns:vTag="http://tagvault.org/xsd/swid-extensions-2015.xsd"
    xmlns="http://standards.iso.org/iso/19770/-2/2015/schema.xsd" 
    xmlns:n8060="http://csrc.nist.gov/schema/swid/2015-extensions/swid-2015-extensions-1.0.xsd">
    <Entity name="Narwhal" role="tagCreator" />
    <Entity name="Flamingo Hotel and Casino" role="softwareCreator" />
    <Meta entitlementDataRequired="false" summary="1 amount" />
</SoftwareIdentity>
 
<SoftwareIdentity
    name="Sparkling Natural Mineral Water - Unflavored"
    tagId="urn:san-pellegrino-sparkling-natural-mineral-water-unflavored"
    tagVersion="1"
    xml:lang="en"	
    xmlns:vTag="http://tagvault.org/xsd/swid-extensions-2015.xsd"
    xmlns="http://standards.iso.org/iso/19770/-2/2015/schema.xsd" 
    xmlns:n8060="http://csrc.nist.gov/schema/swid/2015-extensions/swid-2015-extensions-1.0.xsd">
    <Entity name="Narwhal" role="tagCreator" />
    <Entity name="San Pellegrino" role="softwareCreator" />
    <Meta entitlementDataRequired="false" summary="6 oz" />
</SoftwareIdentity>

SPDX Format

DocumentName: EPHEMERALBLUE
SPDXID: ephemeralblue
DocumentComment: <text>Pour everything into a glass. Stir.</text>
## Creation Information
Creator: Tool: Jekyll
Creator: Organization: Narwhal
 
FileName: Choice of Syrup
SPDXID: choice-of-syrup
FileComment: <text>1 oz</text>
FileContributor: Several
 
FileName: Half and Half
SPDXID: half-and-half
FileComment: <text>1 oz</text>
FileContributor: Acme Inc.
 
FileName: Blue Food Coloring
SPDXID: blue-food-coloring
FileComment: <text>2 drops</text>
FileContributor: McCormick
 
FileName: Hotel Ice
SPDXID: hotel-ice
FileComment: <text>1 amount</text>
FileContributor: Flamingo Hotel and Casino
 
FileName: Sparkling Natural Mineral Water - Unflavored
SPDXID: sparkling-natural-mineral-water-unflavored
FileComment: <text>6 oz</text>
FileContributor: San Pellegrino


JSON Format

{
    "shortname": "ephemeralblue",
    "name": "EPHEMERALBLUE",
    "ingredients": [  
        {
            "name": "Choice of Syrup",
            "manufacturer": "Several",
            "notes": "Which specific syrup you choose will determine what goes here; please feel free to ask.",
            "quantity": 1,
            "unit": "oz"
        },  
        {
            "name": "Half and Half",
            "manufacturer": "Acme Inc.",
            "notes": "",
            "quantity": 1,
            "unit": "oz"
        },  
        {
            "name": "Blue Food Coloring",
            "manufacturer": "McCormick",
            "notes": "",
            "quantity": 2,
            "unit": "drops"
        },  
        {
            "name": "Hotel Ice",
            "manufacturer": "Flamingo Hotel and Casino",
            "notes": "Locally manufactured by an ice machine on this very floor.",
            "quantity": 1,
            "unit": "amount"
        },  
        {
            "name": "Sparkling Natural Mineral Water - Unflavored",
            "manufacturer": "San Pellegrino",
            "notes": "",
            "quantity": 6,
            "unit": "oz"
        }, 
    ],
    "instructions": "Pour everything into a glass. Stir."
}