Felony Libelslander: 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/felonylibelslander/" 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>1 oz</scope>
        </component>  
        <component type="library">
            <publisher>Davide Campari-Milano S.p.A.</publisher>
            <name>Campari</name>
            <description></description>
            <scope>1 oz</scope>
        </component>  
        <component type="library">
            <publisher>Fratelli Branca Distillerie SRL</publisher>
            <name>Carpano Antica Formula</name>
            <description></description>
            <scope>1 oz</scope>
        </component> 
    </components>
    <prep:instructions>Stir with ice, strain into glass. Garnish with orange peel.</prep:instructions>
</bom>

SWID Format

<?xml version="1.0"?>
<SoftwareIdentity
    name="Felony Libelslander"
    tagId="urn:felony-libelslander"
    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:davide-campari-milano-s-p-a-campari" />   
    <Link rel="requires" href="urn:fratelli-branca-distillerie-srl-carpano-antica-formula" /> 
    <Meta entitlementDataRequired="false" summary="Stir with ice, strain into glass. Garnish with orange peel." />
</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="1 oz" />
</SoftwareIdentity>
 
<SoftwareIdentity
    name="Campari"
    tagId="urn:davide-campari-milano-s-p-a-campari"
    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="Davide Campari-Milano S.p.A." role="softwareCreator" />
    <Meta entitlementDataRequired="false" summary="1 oz" />
</SoftwareIdentity>
 
<SoftwareIdentity
    name="Carpano Antica Formula"
    tagId="urn:fratelli-branca-distillerie-srl-carpano-antica-formula"
    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="Fratelli Branca Distillerie SRL" role="softwareCreator" />
    <Meta entitlementDataRequired="false" summary="1 oz" />
</SoftwareIdentity>

SPDX Format

DocumentName: Felony Libelslander
SPDXID: felony-libelslander
DocumentComment: <text>Stir with ice, strain into glass. Garnish with orange peel.</text>
## Creation Information
Creator: Tool: Jekyll
Creator: Organization: Narwhal
 
FileName: Hendrick's Gin
SPDXID: hendrick-s-gin
FileComment: <text>1 oz</text>
FileContributor: The Hendrick's Gin Distillery Ltd
 
FileName: Campari
SPDXID: campari
FileComment: <text>1 oz</text>
FileContributor: Davide Campari-Milano S.p.A.
 
FileName: Carpano Antica Formula
SPDXID: carpano-antica-formula
FileComment: <text>1 oz</text>
FileContributor: Fratelli Branca Distillerie SRL


JSON Format

{
    "shortname": "felonylibelslander",
    "name": "Felony Libelslander",
    "ingredients": [  
        {
            "name": "Hendrick's Gin",
            "manufacturer": "The Hendrick's Gin Distillery Ltd",
            "notes": "",
            "quantity": 1,
            "unit": "oz"
        },  
        {
            "name": "Campari",
            "manufacturer": "Davide Campari-Milano S.p.A.",
            "notes": "",
            "quantity": 1,
            "unit": "oz"
        },  
        {
            "name": "Carpano Antica Formula",
            "manufacturer": "Fratelli Branca Distillerie SRL",
            "notes": "",
            "quantity": 1,
            "unit": "oz"
        }, 
    ],
    "instructions": "Stir with ice, strain into glass. Garnish with orange peel."
}