Flamingo Nights: 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/flamingonights/" version="1" xmlns="http://cyclonedx.org/schema/bom/1.1" xmlns:prep="urn:prep:instructions">
    <components>  
        <component type="library">
            <publisher>The Hendrick's Gin Distillery Ltd</publisher>
            <name>Hendrick's Gin</name>
            <description></description>
            <scope>2 oz</scope>
        </component>  
        <component type="library">
            <publisher>O Organics</publisher>
            <name>Organic Mint Leaves</name>
            <description>Closely related to catnip.</description>
            <scope>4 count</scope>
        </component>  
        <component type="library">
            <publisher>Signature Farms - Better Living Brands LLC</publisher>
            <name>Blueberries</name>
            <description></description>
            <scope>8 count</scope>
        </component>  
        <component type="library">
            <publisher>Narwhal</publisher>
            <name>Lime Juice</name>
            <description>Fresh squeezed.</description>
            <scope>0.25 oz</scope>
        </component>  
        <component type="library">
            <publisher>Canada Dry</publisher>
            <name>Tonic Water</name>
            <description>Diet tonic also available.</description>
            <scope>5 oz</scope>
        </component> 
    </components>
    <prep:instructions>Muddle blueberries and lime. Add gin, muddle more, fine strain into glass with ice, top with tonic, garnish with mint and extra blueberries.</prep:instructions>
</bom>

SWID Format

<?xml version="1.0"?>
<SoftwareIdentity
    name="Flamingo Nights"
    tagId="urn:flamingo-nights"
    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:the-hendrick-s-gin-distillery-ltd-hendrick-s-gin" />   
    <Link rel="requires" href="urn:o-organics-organic-mint-leaves" />   
    <Link rel="requires" href="urn:signature-farms-better-living-brands-llc-blueberries" />   
    <Link rel="requires" href="urn:narwhal-lime-juice" />   
    <Link rel="requires" href="urn:canada-dry-tonic-water" /> 
    <Meta entitlementDataRequired="false" summary="Muddle blueberries and lime. Add gin, muddle more, fine strain into glass with ice, top with tonic, garnish with mint and extra blueberries." />
</SoftwareIdentity>

 
<SoftwareIdentity
    name="Hendrick's Gin"
    tagId="urn:the-hendrick-s-gin-distillery-ltd-hendrick-s-gin"
    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="The Hendrick's Gin Distillery Ltd" role="softwareCreator" />
    <Meta entitlementDataRequired="false" summary="2 oz" />
</SoftwareIdentity>
 
<SoftwareIdentity
    name="Organic Mint Leaves"
    tagId="urn:o-organics-organic-mint-leaves"
    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="O Organics" role="softwareCreator" />
    <Meta entitlementDataRequired="false" summary="4 count" />
</SoftwareIdentity>
 
<SoftwareIdentity
    name="Blueberries"
    tagId="urn:signature-farms-better-living-brands-llc-blueberries"
    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="Signature Farms - Better Living Brands LLC" role="softwareCreator" />
    <Meta entitlementDataRequired="false" summary="8 count" />
</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="0.25 oz" />
</SoftwareIdentity>
 
<SoftwareIdentity
    name="Tonic Water"
    tagId="urn:canada-dry-tonic-water"
    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="Canada Dry" role="softwareCreator" />
    <Meta entitlementDataRequired="false" summary="5 oz" />
</SoftwareIdentity>

SPDX Format

DocumentName: Flamingo Nights
SPDXID: flamingo-nights
DocumentComment: <text>Muddle blueberries and lime. Add gin, muddle more, fine strain into glass with ice, top with tonic, garnish with mint and extra blueberries.</text>
## Creation Information
Creator: Tool: Jekyll
Creator: Organization: Narwhal
 
FileName: Hendrick's Gin
SPDXID: hendrick-s-gin
FileComment: <text>2 oz</text>
FileContributor: The Hendrick's Gin Distillery Ltd
 
FileName: Organic Mint Leaves
SPDXID: organic-mint-leaves
FileComment: <text>4 count</text>
FileContributor: O Organics
 
FileName: Blueberries
SPDXID: blueberries
FileComment: <text>8 count</text>
FileContributor: Signature Farms - Better Living Brands LLC
 
FileName: Lime Juice
SPDXID: lime-juice
FileComment: <text>0.25 oz</text>
FileContributor: Narwhal
 
FileName: Tonic Water
SPDXID: tonic-water
FileComment: <text>5 oz</text>
FileContributor: Canada Dry


JSON Format

{
    "shortname": "flamingonights",
    "name": "Flamingo Nights",
    "ingredients": [  
        {
            "name": "Hendrick's Gin",
            "manufacturer": "The Hendrick's Gin Distillery Ltd",
            "notes": "",
            "quantity": 2,
            "unit": "oz"
        },  
        {
            "name": "Organic Mint Leaves",
            "manufacturer": "O Organics",
            "notes": "Closely related to catnip.",
            "quantity": 4,
            "unit": "count"
        },  
        {
            "name": "Blueberries",
            "manufacturer": "Signature Farms - Better Living Brands LLC",
            "notes": "",
            "quantity": 8,
            "unit": "count"
        },  
        {
            "name": "Lime Juice",
            "manufacturer": "Narwhal",
            "notes": "Fresh squeezed.",
            "quantity": 0.25,
            "unit": "oz"
        },  
        {
            "name": "Tonic Water",
            "manufacturer": "Canada Dry",
            "notes": "Diet tonic also available.",
            "quantity": 5,
            "unit": "oz"
        }, 
    ],
    "instructions": "Muddle blueberries and lime. Add gin, muddle more, fine strain into glass with ice, top with tonic, garnish with mint and extra blueberries."
}