Allen Shearin
Allen Shearin
@nscuro returning to the core task of adding roles as a way of enhancing access control to allow for project scoped permissions and avoiding globally aggregated permissions for a user....
@nscuro I opened a Draft [PR](https://github.com/DependencyTrack/hyades-apiserver/pull/1069) with our initial pass at implementing the diagrams we linked. Currently only adds the role and mapped role classes with needed relational tables and...
> I think this change represents an interesting challenge for the cron, as it's something we could technically go and backfill data for. Can we wait on this until after...
> Note the linter we use currently is `fieldalignment` Went back and reset the structs and ran `fieldalignment` on them.
@laurentsimon > 1. Should the probe be aware of cases where there's _no_ release assets? For example, a GitHub release may have no assets, if it's only source code release....
Same cmd with latest update. I changed it to check the 5 latest releases and only iterate over release assets until a match was found. So puts a cap on...