1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149
|
<?xml version="1.0" ?>
<bom xmlns="http://cyclonedx.org/schema/bom/1.7" serialNumber="urn:uuid:1441d33a-e0fc-45b5-af3b-61ee52a88bac" version="1">
<metadata>
<timestamp>2023-01-07T13:44:32.312678+00:00</timestamp>
</metadata>
<components>
<component type="library" bom-ref="pkg:pypi/setuptools@50.3.2?extension=tar.gz">
<author>Test Author</author>
<name>setuptools</name>
<version>50.3.2</version>
<licenses>
<license>
<id>MIT</id>
</license>
</licenses>
<purl>pkg:pypi/setuptools@50.3.2?extension=tar.gz</purl>
</component>
</components>
<dependencies>
<dependency ref="pkg:pypi/setuptools@50.3.2?extension=tar.gz"/>
</dependencies>
<properties>
<property name="key1">val1</property>
<property name="key2">val2</property>
</properties>
<vulnerabilities>
<vulnerability bom-ref="my-vuln-ref-1">
<id>CVE-2018-7489</id>
<source>
<name>NVD</name>
<url>https://nvd.nist.gov/vuln/detail/CVE-2018-7489</url>
</source>
<references>
<reference>
<id>SOME-OTHER-ID</id>
<source>
<name>OSS Index</name>
<url>https://ossindex.sonatype.org/component/pkg:pypi/setuptools</url>
</source>
</reference>
</references>
<ratings>
<rating>
<source>
<name>NVD</name>
<url>https://nvd.nist.gov/vuln/detail/CVE-2018-7489</url>
</source>
<score>9.8</score>
<severity>critical</severity>
<method>CVSSv3</method>
<vector>AN/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H</vector>
<justification>Some justification</justification>
</rating>
<rating>
<source>
<name>OWASP</name>
<url>https://owasp.org</url>
</source>
<score>2.7</score>
<severity>low</severity>
<method>CVSSv3</method>
<vector>AV:L/AC:H/PR:N/UI:R/S:C/C:L/I:N/A:N</vector>
<justification>Some other justification</justification>
</rating>
</ratings>
<cwes>
<cwe>22</cwe>
<cwe>33</cwe>
</cwes>
<description>A description here</description>
<detail>Some detail here</detail>
<recommendation>Upgrade</recommendation>
<workaround>Describe the workarounds here</workaround>
<advisories>
<advisory>
<url>http://www.securitytracker.com/id/1040693</url>
</advisory>
<advisory>
<url>https://nvd.nist.gov/vuln/detail/CVE-2018-7489</url>
</advisory>
</advisories>
<created>2021-09-01T10:50:42.051979+00:00</created>
<published>2021-09-02T10:50:42.051979+00:00</published>
<updated>2021-09-03T10:50:42.051979+00:00</updated>
<credits>
<organizations>
<organization>
<name>CycloneDX</name>
<address>
<country>GB</country>
<region>England</region>
<locality>Cheshire</locality>
<streetAddress>100 Main Street</streetAddress>
</address>
<url>https://cyclonedx.org</url>
<url>https://cyclonedx.org/docs</url>
<contact>
<name>A N Other</name>
<email>someone@somewhere.tld</email>
<phone>+44 (0)1234 567890</phone>
</contact>
<contact>
<name>Paul Horton</name>
<email>paul.horton@owasp.org</email>
</contact>
</organization>
</organizations>
<individuals>
<individual>
<name>A N Other</name>
<email>someone@somewhere.tld</email>
<phone>+44 (0)1234 567890</phone>
</individual>
</individuals>
</credits>
<tools>
<tool>
<vendor>CycloneDX</vendor>
<name>cyclonedx-python-lib</name>
</tool>
</tools>
<analysis>
<state>exploitable</state>
<justification>requires_environment</justification>
<responses>
<response>can_not_fix</response>
</responses>
<detail>Some extra detail</detail>
<firstIssued>2018-09-01T10:50:42.051979+00:00</firstIssued>
<lastUpdated>2018-09-01T10:50:42.051979+00:00</lastUpdated>
</analysis>
<affects>
<target>
<ref>pkg:pypi/setuptools@50.3.2?extension=tar.gz</ref>
<versions>
<version>
<range>49.0.0 - 54.0.0</range>
<status>affected</status>
</version>
</versions>
</target>
</affects>
<properties>
<property name="key1">val1</property>
<property name="key2">val2</property>
</properties>
</vulnerability>
</vulnerabilities>
</bom>
|