Daiquiri: 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/daiquiri/" version="1" xmlns="http://cyclonedx.org/schema/bom/1.1" xmlns:prep="urn:prep:instructions">
    <components>  
        <component type="library">
            <publisher>Infinium Spirits</publisher>
            <name>Zaya Gran Reserva</name>
            <description></description>
            <scope>2 oz</scope>
        </component>  
        <component type="library">
            <publisher>Narwhal</publisher>
            <name>Lime Juice</name>
            <description>Fresh squeezed.</description>
            <scope>1.3 oz</scope>
        </component>  
        <component type="library">
            <publisher>Narwhal</publisher>
            <name>Demerara Syrup</name>
            <description>Constructed with a 1:1 ratio of demerara sugar and water.</description>
            <scope>0.6 oz</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> 
    </components>
    <prep:instructions>Shake with ice, strain into glass.</prep:instructions>
</bom>

SWID Format

<?xml version="1.0"?>
<SoftwareIdentity
    name="Daiquiri"
    tagId="urn:daiquiri"
    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:infinium-spirits-zaya-gran-reserva" />   
    <Link rel="requires" href="urn:narwhal-lime-juice" />   
    <Link rel="requires" href="urn:narwhal-demerara-syrup" />   
    <Link rel="requires" href="urn:flamingo-hotel-and-casino-hotel-ice" /> 
    <Meta entitlementDataRequired="false" summary="Shake with ice, strain into glass." />
</SoftwareIdentity>

 
<SoftwareIdentity
    name="Zaya Gran Reserva"
    tagId="urn:infinium-spirits-zaya-gran-reserva"
    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="Infinium Spirits" role="softwareCreator" />
    <Meta entitlementDataRequired="false" summary="2 oz" />
</SoftwareIdentity>
 
<SoftwareIdentity
    name="Lime Juice"
    tagId="urn:narwhal-lime-juice"
    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="Narwhal" role="softwareCreator" />
    <Meta entitlementDataRequired="false" summary="1.3 oz" />
</SoftwareIdentity>
 
<SoftwareIdentity
    name="Demerara Syrup"
    tagId="urn:narwhal-demerara-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="Narwhal" role="softwareCreator" />
    <Meta entitlementDataRequired="false" summary="0.6 oz" />
</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>

SPDX Format

DocumentName: Daiquiri
SPDXID: daiquiri
DocumentComment: <text>Shake with ice, strain into glass.</text>
## Creation Information
Creator: Tool: Jekyll
Creator: Organization: Narwhal
 
FileName: Zaya Gran Reserva
SPDXID: zaya-gran-reserva
FileComment: <text>2 oz</text>
FileContributor: Infinium Spirits
 
FileName: Lime Juice
SPDXID: lime-juice
FileComment: <text>1.3 oz</text>
FileContributor: Narwhal
 
FileName: Demerara Syrup
SPDXID: demerara-syrup
FileComment: <text>0.6 oz</text>
FileContributor: Narwhal
 
FileName: Hotel Ice
SPDXID: hotel-ice
FileComment: <text>1 amount</text>
FileContributor: Flamingo Hotel and Casino


JSON Format

{
    "shortname": "daiquiri",
    "name": "Daiquiri",
    "ingredients": [  
        {
            "name": "Zaya Gran Reserva",
            "manufacturer": "Infinium Spirits",
            "notes": "",
            "quantity": 2,
            "unit": "oz"
        },  
        {
            "name": "Lime Juice",
            "manufacturer": "Narwhal",
            "notes": "Fresh squeezed.",
            "quantity": 1.3,
            "unit": "oz"
        },  
        {
            "name": "Demerara Syrup",
            "manufacturer": "Narwhal",
            "notes": "Constructed with a 1:1 ratio of demerara sugar and water.",
            "quantity": 0.6,
            "unit": "oz"
        },  
        {
            "name": "Hotel Ice",
            "manufacturer": "Flamingo Hotel and Casino",
            "notes": "Locally manufactured by an ice machine on this very floor.",
            "quantity": 1,
            "unit": "amount"
        }, 
    ],
    "instructions": "Shake with ice, strain into glass."
}