chains-project / classport

Passports for Java class files
MIT License
0 stars 0 forks source link

Implement cool things from JBOM #9

Open danielwis opened 5 months ago

danielwis commented 5 months ago

JBom can also do runtime SBOMs but isn't as fine-grained as Classport due to looking at all POMs from the used JARs. I.e. JBOM does JAR-level dependency marking at runtime but not class file-level. See its addAllLibraries, scan and parsePom functions here.

This being said, it is a cool project with a lot of ideas for new features and internal structure, e.g.:

...etc.