Jeeppler

Results 92 issues of Jeeppler

# 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...

owasp zap

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.

change management

# 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...

enhancement
pds-solutions

# 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...

enhancement

**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...

good first issue
pds
java

Introduce a new use case which allows to list all jobs. The API interface should allow to list all jobs regardless of their current status (running, queued, finished, failed etc.)....

user-experience
usecase
pds

# Problem The content-length of a stream is not set for the Java S3 client. `sechub-storage-s3-aws/src/main/java/com/mercedesbenz/sechub/storage/s3/aws/AwsS3JobStorage.java` ~~~ ObjectMetadata meta = new ObjectMetadata(); String objectName = getObjectName(name); LOG.debug("store objectName={}", objectName +...

server
storage

Users can register themselves as described in use case [UC_001-User self registration](https://daimler.github.io/sechub/latest/sechub-architecture.html#section-usecase-UC_001). All administrators get an email that the user registered. However, the user does not get an email confirming...

good first issue
user-experience
server
java
beginner

# Problem In case two SAST tools are used, the reports are merged together. However, the reports are just added one after each other and the findings are not sorted...

good first issue
server
report
java
intermediate

Test SecHub using Java 18. - [ ] Test whether SecHub can run using Java 18 - [ ] Test whether SecHub can be build using Java 18 Report/document any...

change management
java
compatibility