tdruez

Results 344 comments of tdruez

@JonoYang Could you provide some resources about package-set implementations and usages so we have a base to look at how we could bring those features into DejaCode? Thanks!

First iteration on Package Set merged in https://github.com/aboutcode-org/dejacode/pull/305 > It adds a new "Package Set" tab to the Package details view. > This tab displays related packages grouped by their...

@ghsa-retrieval The issue initially reported at https://github.com/aboutcode-org/dejacode/issues/295#issuecomment-2824782627 should now be properly handled by the changes merged in `main` from https://github.com/aboutcode-org/dejacode/pull/304 Give it a try when you have a minute and...

@DennisClark Could you clarify what you mean by "Preserve the license expression as entered with parentheses"? I'm assuming you want to store the `cddl-1.1 OR (gpl-2.0 WITH classpath-exception-2.0)` value in...

@ghsa-retrieval PR https://github.com/aboutcode-org/dejacode/pull/316 was just merged, it introduces 4 new API actions that should cover your needs. * `/packages/{uuid}/scan_info/` Scan information including the current status. * `/packages/{uuid}/scan_results/` Scan results. *...

Closing. Feel free to re-open if any adjustements is needed.

This needs a bit of discussion and design, as I'm assuming you expect the following "missing" values to be automated: > The 2 pypi packages should have a file_name qualifier....

This is a major issue as it can take over 12h de assemble only 300 files on a 92k files codebase. ### Example, on a quite simple `aboutcode_hashid-0.2.0.dist-info/METADATA` ``` Metadata-Version:...