Open dobringochev opened 9 months ago
@dobringochev can you still reproduce your issue with now https://github.com/oss-review-toolkit/ort/pull/8376 being merged?
@dobringochev can you still reproduce your issue with now #8376 being merged?
Ping @dobringochev.
Hello there, Let's say I have a product where in his project.spdx.yml I've got couple of dependencies. Direct dependencies are with STATIC_LINK relationship while transitive dependencies are with DEPENDS_ON relationship. So for example I've got./external/transtive-dependency-1 which represent git submodule and it's not available anymore I will get an issue about that in my scan-web-app-report which is fine. But if /external/direct-dependency-1 (which again is another git submodule) which refers to another repo is not available I'm not getting an issue in my scan-web-app report for some reason. I believe this should be like that and my expectations are that if for some reason direct dependency is also not available anymore I should receive issue in my scan-web-app-report just like I have for the transitive dependency. Here is one example of my project.spdx.yml file.