Replies: 3 comments 21 replies
-
Okay, I see that @prabhu added multiple types support in #1202 for 10.8.0 which is basically new, so it seems I might be running into some bugs here. Nevertheless if someone has some ideas what I might be doing wrong, please let me know. |
Beta Was this translation helpful? Give feedback.
21 replies
-
One possible workaround as of now is running
|
Beta Was this translation helpful? Give feedback.
0 replies
-
It is still the zip file from the initial post (plus an basically empty package.json with a name set). I'll put it into a repo in Monday with sample outputs and where I think there would be areas for improvement. I'd love to discuss this in September if you want to. Otherwise async like we currently do is fine as well. Not sure if all those are bugs though.
…On Sat, Jul 27, 2024, at 12:08, prabhu wrote:
Have you attached a project to replicate this? Or if you could collect
all such bugs, we can perhaps meet in September (Aug is holiday time)
and figure out an approach.
—
Reply to this email directly, view it on GitHub
<#1272 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAT5C6Q2AFAC7H3TJWJCXTZONWQ7AVCNFSM6AAAAABLOUYUGWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMJWGY3DQMQ>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, I am trying to use cdxgen in a Python project which also uses some Javascript. While trying to generate a useable BOM I am running into a few issues. I am running the CLI via:
The issues I have are as follows:
The purl of the project itself ends up being: pkg:npm/oversight@latest -- can I somehow get rid of npm there? This is not a project that will ever be pushed to NPM and it first and foremost is a Python project.
The NPM purl obviously has no dependencies on the python components (which are properly found though):
-t python
it is somewhat better:but it still complains:
[ 'Invalid ref in dependencies pkg:pypi/oversight@latest' ]
sincepkg:application/oversight@latest
has no dependency onpkg:pypi/oversight@latest
.Note that this is correct if I drop
--project-name
and--project-version
because it then generatespkg:pypi/oversight@latest
for the project itself and the dependencies are filled properly.So I guess my main questions are:
Please see the attached files for a demo project.
bom.json
project.zip
Beta Was this translation helpful? Give feedback.
All reactions