-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
add package infos as "externalReferences" #129
Labels
enhancement
New feature or request
Comments
RELATED: CycloneDX/specification#98 |
also fetch these information for the project itself. see DependencyTrack/dependency-track#920 |
jkowalleck
added a commit
that referenced
this issue
Dec 1, 2021
as specified in #129 * added implementation * added tests * updated demo results accordingly Signed-off-by: Jan Kowalleck <[email protected]>
jkowalleck
added a commit
that referenced
this issue
Dec 1, 2021
as specified in #129 * added implementation * added tests * updated demo results accordingly Signed-off-by: Jan Kowalleck <[email protected]>
jkowalleck
added a commit
that referenced
this issue
Dec 1, 2021
as specified in #129 * added implementation * added tests * updated demo results accordingly Signed-off-by: Jan Kowalleck <[email protected]>
jkowalleck
added a commit
that referenced
this issue
Dec 1, 2021
as specified in #129 * added implementation * added tests * updated demo results accordingly Signed-off-by: Jan Kowalleck <[email protected]>
jkowalleck
added a commit
that referenced
this issue
Dec 1, 2021
as specified in #129 * added implementation * added tests * updated demo results accordingly Signed-off-by: Jan Kowalleck <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
see https://cyclonedx.org/use-cases/#external-references
caused: CycloneDX/cyclonedx-php-library#7
requires: https://github.com/CycloneDX/cyclonedx-php-library/releases/tag/v1.1.0
fetch these (optional) information from composer packages:
according to the CDX externalReferenceType:
VCS / dist
this one might be tricky, since it MUST reflect which actual package source was used. (dist- or source-package)
use the
installation-source
of the installed-lock (see #122) .on the other hand it might be possible to simply add both sources as they might be in a lockfile.
example:
The text was updated successfully, but these errors were encountered: