Decadent and Depraved: 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/decadentanddepraved/" version="1" xmlns="http://cyclonedx.org/schema/bom/1.1" xmlns:prep="urn:prep:instructions">
    <components>  
        <component type="library">
            <publisher>The Woodford Reserve Distillery</publisher>
            <name>Woodford Reserve Kentucky Straight Bourbon</name>
            <description>The art of making fine bourbon first took place on the site of the Woodford Reserve Distillery, a National Historic Landmark, in 1812. The perfectly balanced taste of our Kentucky Straight Bourbon Whiskey is comprised of more than 200 detectable flavor notes, from bold grain and wood, to sweet aromatics, spice, and fruit & floral notes.</description>
            <scope>2 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.5 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>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>Muddle syrup and mint, add ice, add bourbon, stir. Garnish with mint leaf.</prep:instructions>
</bom>

SWID Format

<?xml version="1.0"?>
<SoftwareIdentity
    name="Decadent and Depraved"
    tagId="urn:decadent-and-depraved"
    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-woodford-reserve-distillery-woodford-reserve-kentucky-straight-bourbon" />   
    <Link rel="requires" href="urn:narwhal-demerara-syrup" />   
    <Link rel="requires" href="urn:o-organics-organic-mint-leaves" />   
    <Link rel="requires" href="urn:flamingo-hotel-and-casino-hotel-ice" /> 
    <Meta entitlementDataRequired="false" summary="Muddle syrup and mint, add ice, add bourbon, stir. Garnish with mint leaf." />
</SoftwareIdentity>

 
<SoftwareIdentity
    name="Woodford Reserve Kentucky Straight Bourbon"
    tagId="urn:the-woodford-reserve-distillery-woodford-reserve-kentucky-straight-bourbon"
    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 Woodford Reserve Distillery" role="softwareCreator" />
    <Meta entitlementDataRequired="false" summary="2 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.5 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="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: Decadent and Depraved
SPDXID: decadent-and-depraved
DocumentComment: <text>Muddle syrup and mint, add ice, add bourbon, stir. Garnish with mint leaf.</text>
## Creation Information
Creator: Tool: Jekyll
Creator: Organization: Narwhal
 
FileName: Woodford Reserve Kentucky Straight Bourbon
SPDXID: woodford-reserve-kentucky-straight-bourbon
FileComment: <text>2 oz</text>
FileContributor: The Woodford Reserve Distillery
 
FileName: Demerara Syrup
SPDXID: demerara-syrup
FileComment: <text>0.5 oz</text>
FileContributor: Narwhal
 
FileName: Organic Mint Leaves
SPDXID: organic-mint-leaves
FileComment: <text>4 count</text>
FileContributor: O Organics
 
FileName: Hotel Ice
SPDXID: hotel-ice
FileComment: <text>1 amount</text>
FileContributor: Flamingo Hotel and Casino


JSON Format

{
    "shortname": "decadentanddepraved",
    "name": "Decadent and Depraved",
    "ingredients": [  
        {
            "name": "Woodford Reserve Kentucky Straight Bourbon",
            "manufacturer": "The Woodford Reserve Distillery",
            "notes": "The art of making fine bourbon first took place on the site of the Woodford Reserve Distillery, a National Historic Landmark, in 1812. The perfectly balanced taste of our Kentucky Straight Bourbon Whiskey is comprised of more than 200 detectable flavor notes, from bold grain and wood, to sweet aromatics, spice, and fruit & floral notes.",
            "quantity": 2,
            "unit": "oz"
        },  
        {
            "name": "Demerara Syrup",
            "manufacturer": "Narwhal",
            "notes": "Constructed with a 1:1 ratio of demerara sugar and water.",
            "quantity": 0.5,
            "unit": "oz"
        },  
        {
            "name": "Organic Mint Leaves",
            "manufacturer": "O Organics",
            "notes": "Closely related to catnip.",
            "quantity": 4,
            "unit": "count"
        },  
        {
            "name": "Hotel Ice",
            "manufacturer": "Flamingo Hotel and Casino",
            "notes": "Locally manufactured by an ice machine on this very floor.",
            "quantity": 1,
            "unit": "amount"
        }, 
    ],
    "instructions": "Muddle syrup and mint, add ice, add bourbon, stir. Garnish with mint leaf."
}