Stefan Gustafsson

Results 5 comments of Stefan Gustafsson

Seems to be under GPL v2, according to historical records at http://web.archive.org/web/20080522043531/http://code.google.com/p/berkeleyparser/

I wrote a CycloneDX SBOM viewer using HTMl, JavaScript, Bootstrap and [DataTables](https://datatables.net/). The viewer also tries to visualize the dependencies section in a HTML unorderered list, for similar reasons already...

That is my suspicion too. It happens only in case of "big" dependencies section of SBOMS for npm packages, like https://github.com/CycloneDX/cyclonedx-node-npm/blob/main/demo/juice-shop/example-results/flat/bom.1.5.json. I'll try to tweak my code, or tell GH...

Just in case someone finds this issue and also wants to visualize dependencies, here's what I use now: - For visualizing a tree based on the dependencies: https://github.com/square/dependentree - For...

Thanks @pombredanne . I don't have concrete ideas / plans yet, but found myself using the /validate API from time to time to check single purl validity/existence in repos. At...