Releases: vinted/sbomsftw
Releases · vinted/sbomsftw
v0.30.0
v0.29.0
v0.28.0
v0.27.0
This version contains fixes to multiple orphaned processes. During debugging, it was found that the cdxgen shellout command spawns java processes that after the cdxgen finishes - get orphaned. Due to that, we end up having high memory consumption do due processes piling on through other projects and also taking up exponentially more memory.
For this solution, we currently track down the PID addresses of these jvm processes and issue kill commands ourselves.
Changelog:
- Add custom PID kill command to shell.go
- Add gradle stop on cleanup
- Update dependencies