-
-
Notifications
You must be signed in to change notification settings - Fork 54
feat: add support for component's evidences according to spec #810
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
849c7a4
feat: add support for component's evidences according to spec
OxPirates f92dcc5
Merge branch 'main' into main
jkowalleck a65cc0e
prep extraxtion of component_evidence
jkowalleck 63c1cc5
prep extraxtion of component_evidence
jkowalleck 7b30eff
refactor: compoennt evidence
jkowalleck 45abefe
prep extraxtion of component_evidence
jkowalleck 392e61d
prep extraxtion of component_evidence
jkowalleck cbb7370
refactor: compoennt evidence
jkowalleck ec89ae7
wip
jkowalleck da433b6
tests
jkowalleck 564b3e6
wip
jkowalleck 23fdd94
wip
jkowalleck 88bcc20
wip
jkowalleck 9382ad4
Fix for pipeline failures, improvement for Identity, spec v1.5, v1.6
OxPirates 1a7b41f
tests: bring backtest case with multiple evidence identities
jkowalleck 95df588
modified `_IdentityToolRepositorySerializationHelper`
jkowalleck b66ecc3
reverted callstack frames as lists
jkowalleck 47a1ef4
clean `_IdentityRepositorySerializationHelper`
jkowalleck 5de7307
fix component evidence serialization
jkowalleck 0ee583e
tidy
jkowalleck 78fd4db
cleanup
jkowalleck 7aef6e1
typing for serialization lib
jkowalleck de6d628
remove TODO
jkowalleck 57625da
Merge remote-tracking branch 'origin/main' into OxPirates_main
jkowalleck c4a0218
style: remove no longer used typehint-ignores
jkowalleck bb111c3
Merge remote-tracking branch 'origin/main' into OxPirates_main
jkowalleck d2f93aa
Merge branch 'main' into main
jkowalleck 8aac643
style: upgrade code style
jkowalleck File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
jkowalleck marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -30,6 +30,41 @@ | |
| </licenses> | ||
| <purl>pkg:pypi/[email protected]?extension=tar.gz</purl> | ||
| <evidence> | ||
| <identity> | ||
| <field>hash</field> | ||
| <confidence>0.1</confidence> | ||
| <methods> | ||
| <method> | ||
| <technique>attestation</technique> | ||
| <confidence>0.1</confidence> | ||
| <value>analysis-tool</value> | ||
| </method> | ||
| </methods> | ||
| <tools> | ||
| <tool ref="cbom:generator"/> | ||
| </tools> | ||
| </identity> | ||
| <occurrences> | ||
| <occurrence> | ||
| <location>path/to/file</location> | ||
| </occurrence> | ||
| </occurrences> | ||
| <callstack> | ||
| <frames> | ||
| <frame> | ||
| <package>example.package</package> | ||
| <module>example.module</module> | ||
| <function>example_function</function> | ||
| <parameters> | ||
| <parameter>param1</parameter> | ||
| <parameter>param2</parameter> | ||
| </parameters> | ||
| <line>10</line> | ||
| <column>5</column> | ||
| <fullFilename>path/to/file</fullFilename> | ||
| </frame> | ||
| </frames> | ||
| </callstack> | ||
| <licenses> | ||
| <license> | ||
| <id>MIT</id> | ||
|
|
||
This file contains hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.