sechub
sechub copied to clipboard
SecHub provides a central API to test software with different security tools.
Add the ability to start SecHub in production mode. Until now it only starts in dev/localserver mode. The dev/localserver uses a self-generated TLS certificate. Add the possibility to provide an...
Add supporting infrastructure to docker-compose file - adds loadbalancer - adds database - adds object storage - adds the ability to set memory limits for local testing these changes allow...
Provide a Helm Chart for SecHub. The helm chart will allow one to run SecHub in a Kubernetes cluster. Part of: #320
Include an option to build and run SecHub in the Dockerfile with [Eclipse OpenJ9](https://www.eclipse.org/openj9/). Eclipse OpenJ9 is an alternative implementation of the Java Virtual Machine.
SecHub can work with PostgreSQL and a file share or object storage. Add supporting compose/docker files to SecHub. Part of: #320
Set content length for S3 client #1471 and introduce `x-file-size` header #1551 - implemented set content length for job storage and s3 job storage #1471 - introduce `x-file-size` parameter #1551...
Create a demo/test application which uses the OpenAPI Java client.
[Go 1.19 is out](https://go.dev/blog/go1.19). Upgrade the build to use Go 1.19.
## Situation When stopping a sechub server without prior stopping the scheduler, it happened that afterwards in table `sechub.adm_job_information` there were two entries of the same `job_uuid`. This led to...
## Problem The SecHub team developed and published 3 plugins for different IDEs. The plugins allow users to navigate in SecHub reports much quicker. However, those plugins are not mentioned...