Nicklas Körtge

Results 8 comments of Nicklas Körtge

At the moment, this topic is on hold. In the current version of CBOM, there is no option to reference algorithms from other algorithms. This is necessary for many scenarios...

@yashathwani sure, feel free to add logging capabilities and make a pr.

Another problem related to this mechanism with TraceSymbols: > **Problem 4**: Depending detection rules of method detection rules: > ```python > parameters = dh.generate_parameters(generator=2, key_size=2048) > server_private_key = parameters.generate_private_key() #...

Another problem where TraceSymbols work, but where we are too limited by the scope of search: > **Problem 5**: class variables (with `self`) [example inspired by [this code](https://github.com/GOSC-CNIC/yunkun/blob/77c656bbb97ac575e53bfae55d3d8a218f63e3da/utils/crypto/rsa.py#L4)]: > ```python...

@stevespringett @VinodAnandan could you assign this issue to me, would like to work on it. FYI @san-zrl

Hi @dshafranskiy-r7, not yet, but we are working on it, see - [feat: CBOM support](https://github.com/DependencyTrack/hyades-apiserver/pull/933) - [feat: render CBOM data](https://github.com/DependencyTrack/hyades-frontend/pull/151) Together with the Dependency Track maintainers, we decided to implement...

> @n1ckl0sk0rtge - I would like to contribute towards this. Could you help with specifics that I should be aware of ? Hi @anithapriyanatarajan, apologies for the delayed reply, and...

Hi @Sriram-Kumar1, thank you for your feedback! The best way for us to find the bug is to create a test case for the isolated snippet of code that causes...