jbom
jbom copied to clipboard
SBOM services section
Readme states "This approach can also include details of services invoked" but looking at code I found no reference of any service discovery procedure or SBOM services section creation.
Is this still to be implemented?
How does/should it work? (e.g. how and when jbom is supposed to grasp a second-party endpoint)
Yes - this is still to be implemented. Would love your help. We would add some instrumentation around service invocation, such as database calls, API calls, etc... You can see the technique in the "Java Observability Toolkit" (jot). Using this data, we can directly add service information to the SBOM.
Thank you for clarification. jot has a promising approach, have put in my list of things to have a better look at.