Niklas
Niklas
The odd location is due to how k8s mounts ConfigMaps and Secrets - it mounts them to those seemingly random paths and then symlinks those to your desired path. IIRC...
Unfortunately there's no way to prevent the JWT library from failing if the provided key is too short. It has added multiple checks that cannot be bypassed, and likely for...
> I can modify it to return less info if required. If we really want to include project information in the metrics responses, it should be as minimal as possible....
Superseded by #4195
Note, implementation should be similar to `/api/v1/finding/project/{uuid}/analyze`: https://github.com/DependencyTrack/dependency-track/blob/bb7020f50f55e674cec4ac0d772e2a54dc56ce34/src/main/java/org/dependencytrack/resources/v1/FindingResource.java#L207-L233 BTW, policy evaluation is also triggered when clicking *Reanalyze* in the *Audit Vulnerabilities* tab, as shown above.
Sounds reasonable to me. Do note however, that the length specified in `@Column` only takes effect when the ORM initially generates the database schema. It doesn't do any validation at...
Hm, looks like it **is** validating that length then, because I don't see it invoking the PostgreSQL driver in your stacktrace, so it never reaches out to the DB... I...
> @hajohoetger I used three ticks to make the code more readeable, but that didn't work. It has to be backticks: ```
Anything on this that could be included per default in DT? Do we need two separate publishers? One for the legacy, and one for the new format?
Superseded by #5170