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

Encrypt sechub configuration in database #3250

Open de-jcup opened 6 days ago

de-jcup commented 6 days ago

Situation

Currently the user configuration is not encrypted.

With #837 we have now some security helper classes which provide a secure way to handle this.

Wanted

We want user configuration data encrypted inside database. So user credentials inside configurations will be stored encrypted inside database

Solution

de-jcup commented 6 days ago

Things to think about

Additionally