mercedes-benz / sechub

SecHub provides a central API to test software with different security tools.
https://mercedes-benz.github.io/sechub/
MIT License
259 stars 58 forks source link

Use sealed objects for SecHub configuration #3265

Open de-jcup opened 2 days ago

de-jcup commented 2 days ago

Situation

Currently the JVM holds the SecHub configuration data in a unsealed way. If a JVM crashes and a dump file is produced and an attacker would have access to the file it could be possible to identify credential strings from the dump

:information_source: This is a sub issue of #3250

Wanted

An attack shall not be able to retrieve sensitive information by JVMP dump files

Solution