mercedes-benz / sechub

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

Enlarge project_id database varchar field #3102

Closed winzj closed 4 months ago

winzj commented 5 months ago

Situation

We had to enlarge this field in past, because it was to short for our needs. There might be some use cases project_id should be larger than the currently allowed 40 characters.

Example

For Example mapping a Github repository name as a SecHub project_id or even contain the repository name and the Github organization. Github for example allows:

This means somehting like $ORGNAME_$REPONAME could be too large for the current 40 characters

Solution