sechub
sechub copied to clipboard
SecHub provides a central API to test software with different security tools.
## Situation When executing the "cancel job" operation via REST the job is marked as canceled in DB, but the process is still running ## Wanted A cancel shall terminate...
Currently, the PDS OWASP ZAP logs too much output in verbose mode. Especially, the AjaxCrawler logs contain large HTML output. Reduce the output and limit it to the important information:...
# Problem At the moment it is not possible to see the rule OWASP ZAP is currently testing the page with. # Solution Log what rule OWASP ZAP is using...
Upgrade to Spring Boot 2.7.3. It is to be released on the 18th of August: https://github.com/spring-projects/spring-boot/milestone/268.
# Problem Currently, each PDS-Solution has it's own Dockerfile starting from a base image (Debian). The steps which are required for installing Java and the PDS itself are repeated for...
# Problem Uploading binaries to SecHub works. However, uploading the same binaries from SecHub to PDS does not work without a shared storage. # Solution Implement binary upload from SecHub...
## Situation In #1278 we want to reduce the report size automatically But out and error streams can be exterem big and will be moved always to DB ## Wanted...
**Problem:** The product delegation server (PDS) does not save user passwords in a database. Instead the secrets are injected at runtime (e.g. container start). In addition, the PDS has only...
## Situation A JVM with a running PDS job has been crashed. The operation was long running on a remote site (e.g. Checkmarx, see #1415 ) When we start just...
In https://daimler.github.io/sechub/latest/sechub-product-delegation-server.html#section-usecases are 12 use cases documented. Although in the [REST API documentation](https://daimler.github.io/sechub/latest/sechub-product-delegation-server.html#rest-api) are missing: - Anonymous check if server is alive (here is also a typo in the uc...