| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
Hash is calculated for the entire object, so adding new fields to it changes the hash This will cause all scans created with `RetriggerOnScanTypeChange` to be recreated as the hash gets recalculated for the new fields Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
MegaLinter status: ⚠️ WARNING
See errors details in artifact MegaLinter reports on CI Job page |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Description
Updates golang packages for the operator and auto-discovery.
Resolves most usages of vulnerable version of protobuf lib: GHSA-c3h9-896r-86jm
Vulnerable version is still included transitivly via controller-runtime -> prometheus but these should not acutally be used and we might not be able to upgrade controller-runtime without a major / breaking release. See https://github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.12.0
With the updates I've also updated the kubernetes client libs. These introduced new fields to our crds as the new kubernetes version has new features. These new fields will also cause all ScheduledScans created with RetriggerOnScanTypeChange=true to be triggered, as the hash gets recalculated for the new fields
Checklist