Skip to content
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

implementation for externalReferences #17

Merged
merged 11 commits into from Nov 25, 2021
Merged

Conversation

jkowalleck
Copy link
Member

@jkowalleck jkowalleck commented Nov 14, 2021

Added Support for External References

  • DataTypes related to External References:
    • CycloneDX\Core\Models\ExternalReference
    • CycloneDX\Core\Repositories\ExternalReferenceRepository
  • ExternalReferences as a property of the BOM
    • CycloneDX\Core\Models\Bom::getExternalReferenceRepository()
    • CycloneDX\Core\Models\Bom::setExternalReferenceRepository()
  • ExternalReferences as a property of the Component
    • CycloneDX\Core\Models\Component::getExternalReferenceRepository()
    • CycloneDX\Core\Models\Component::setExternalReferenceRepository()
  • JSON serializers forExternal References
  • XML serializers for External References

closes #7

@jkowalleck jkowalleck added the enhancement New feature or request label Nov 14, 2021
@jkowalleck jkowalleck force-pushed the external-references branch 5 times, most recently from ecad28c to d0d1095 Compare November 17, 2021 23:03
@jkowalleck jkowalleck self-assigned this Nov 17, 2021
@jkowalleck jkowalleck force-pushed the external-references branch 3 times, most recently from 353964f to 5d6b1cd Compare November 20, 2021 09:52
@jkowalleck jkowalleck marked this pull request as ready for review November 25, 2021 11:21
@jkowalleck jkowalleck requested a review from a team as a code owner November 25, 2021 11:21
@jkowalleck jkowalleck force-pushed the external-references branch 2 times, most recently from 0177fca to ada9dc8 Compare November 25, 2021 11:54
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
…es()`

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
@jkowalleck jkowalleck merged commit c363896 into master Nov 25, 2021
@jkowalleck jkowalleck deleted the external-references branch November 25, 2021 12:37
jkowalleck added a commit that referenced this pull request Nov 25, 2021
* Added
  * Support for ExternalReferences in BOM and Component (via [#17])

[#17]: #17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add "externalReferences" to components
1 participant