-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #77 from macblazer/69-add-evidence-element-for-the…
…-components Add evidence element for the components
- Loading branch information
Showing
8 changed files
with
279 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<bom xmlns="http://cyclonedx.org/schema/bom/1.5" version="1" serialNumber="urn:uuid:7d67e1d1-ebd7-4ae6-8f41-cc045d3542fb"> | ||
<bom xmlns="http://cyclonedx.org/schema/bom/1.5" version="1" serialNumber="urn:uuid:fb0dad91-a67c-45f9-86d1-00cd0033c0de"> | ||
<metadata> | ||
<timestamp>2024-02-08T06:35:59Z</timestamp> | ||
<timestamp>2024-10-15T03:43:07Z</timestamp> | ||
<tools> | ||
<tool> | ||
<vendor>CycloneDX</vendor> | ||
<name>cyclonedx-cocoapods</name> | ||
<version>1.3.0</version> | ||
<version>1.4.0</version> | ||
</tool> | ||
</tools> | ||
<component type="application"> | ||
<component type="application" bom-ref="kizitonwose/[email protected]"> | ||
<name>kizitonwose/PodsUpdater</name> | ||
<version>1.0.3</version> | ||
</component> | ||
|
@@ -35,6 +35,19 @@ | |
<url>http://github.com/raspu/Highlightr</url> | ||
</reference> | ||
</externalReferences> | ||
<evidence> | ||
<identity> | ||
<field>purl</field> | ||
<confidence>0.6</confidence> | ||
<methods> | ||
<method> | ||
<technique>manifest-analysis</technique> | ||
<confidence>0.6</confidence> | ||
<value>PodsUpdater/Podfile.lock</value> | ||
</method> | ||
</methods> | ||
</identity> | ||
</evidence> | ||
</component> | ||
<component type="library" bom-ref="pkg:cocoapods/[email protected]"> | ||
<author>Krunoslav Zaher <[email protected]></author> | ||
|
@@ -56,6 +69,19 @@ | |
<url>https://github.com/ReactiveX/RxSwift</url> | ||
</reference> | ||
</externalReferences> | ||
<evidence> | ||
<identity> | ||
<field>purl</field> | ||
<confidence>0.6</confidence> | ||
<methods> | ||
<method> | ||
<technique>manifest-analysis</technique> | ||
<confidence>0.6</confidence> | ||
<value>PodsUpdater/Podfile.lock</value> | ||
</method> | ||
</methods> | ||
</identity> | ||
</evidence> | ||
</component> | ||
<component type="library" bom-ref="pkg:cocoapods/[email protected]"> | ||
<author>Krunoslav Zaher <[email protected]></author> | ||
|
@@ -79,6 +105,19 @@ | |
<url>https://github.com/ReactiveX/RxSwift</url> | ||
</reference> | ||
</externalReferences> | ||
<evidence> | ||
<identity> | ||
<field>purl</field> | ||
<confidence>0.6</confidence> | ||
<methods> | ||
<method> | ||
<technique>manifest-analysis</technique> | ||
<confidence>0.6</confidence> | ||
<value>PodsUpdater/Podfile.lock</value> | ||
</method> | ||
</methods> | ||
</identity> | ||
</evidence> | ||
</component> | ||
<component type="library" bom-ref="pkg:cocoapods/[email protected]"> | ||
<author>Krunoslav Zaher <[email protected]></author> | ||
|
@@ -110,9 +149,27 @@ git diff | grep bug | less # linux pipes - programs communicate by sen | |
<url>https://github.com/ReactiveX/RxSwift</url> | ||
</reference> | ||
</externalReferences> | ||
<evidence> | ||
<identity> | ||
<field>purl</field> | ||
<confidence>0.6</confidence> | ||
<methods> | ||
<method> | ||
<technique>manifest-analysis</technique> | ||
<confidence>0.6</confidence> | ||
<value>PodsUpdater/Podfile.lock</value> | ||
</method> | ||
</methods> | ||
</identity> | ||
</evidence> | ||
</component> | ||
</components> | ||
<dependencies> | ||
<dependency ref="kizitonwose/[email protected]"> | ||
<dependency ref="pkg:cocoapods/[email protected]"/> | ||
<dependency ref="pkg:cocoapods/[email protected]"/> | ||
<dependency ref="pkg:cocoapods/[email protected]"/> | ||
</dependency> | ||
<dependency ref="pkg:cocoapods/[email protected]"/> | ||
<dependency ref="pkg:cocoapods/[email protected]"/> | ||
<dependency ref="pkg:cocoapods/[email protected]"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,6 @@ | |
|
||
module CycloneDX | ||
module CocoaPods | ||
VERSION = '1.3.0' | ||
VERSION = '1.4.0' | ||
end | ||
end |
Oops, something went wrong.