paranoia icon indicating copy to clipboard operation
paranoia copied to clipboard

Inspect certificate authorities in container images

Results 18 paranoia issues
Sort by recently updated
recently updated
newest added

We have a few areas in our application where users can be waiting seconds with no output to stdout even though the application is running. It would be good to...

enhancement

Following a discussion on [Slack](https://kubernetes.slack.com/archives/CDEQJ0Q8M/p1671119364777029) there's a desire to make the APIs for Paranoia available for use. Presently they are in `internal/` which forbids their use by other programs (convention...

Hi there, I was at KCD UK when I found out about this project; I immediately found it interesting and wanted to experiment a little bit with it. Now I've...

Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.16.0 to 1.17.0. Release notes Sourced from github.com/fatih/color's releases. v1.17.0 What's Changed Fix multi-parameter println spacing by @​klauspost in fatih/color#228 ci: update Go and Staticcheck versions by...

dependencies
go

Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.20.3 to 0.20.4. Release notes Sourced from sigs.k8s.io/controller-runtime's releases. v0.20.4 What's Changed :bug: Restmapper: Respect preferred version by @​k8s-infra-cherrypick-robot in kubernetes-sigs/controller-runtime#3159 🌱 Mention the SkipNameValidation option in...

dependencies
go

Hi, The number of columns in the CSV file "RemovedCACertificateReportCSVFormat" (https://ccadb-public.secure.force.com/mozilla/RemovedCACertificateReportCSVFormat) appears to have changed, and this is causing an error when executing the "inspect" command. **internal/analyse/analyse.go** ```go func downloadMozillaRemovedCACertsList()...