https://github.com/rupert-madden-abbott/circleci-audit
It can: * List env vars attached to your repos and contexts * List SSH keys attached to your repos * List which repos are configured with Jira (a secret that might need rotating)
81–87 of 87 posts
https://github.com/rupert-madden-abbott/circleci-audit
It can: * List env vars attached to your repos and contexts * List SSH keys attached to your repos * List which repos are configured with Jira (a secret that might need rotating)
I've created a tool due to this incident to help you find your secrets in CircleCi. https://github.com/rupert-madden-abbott/circleci-audit It can: * List env vars attached to your repos and contexts * List SSH keys attached to your repos * List which repos are configured with Jira (a secret that might need rotating)
Circle CI have also released something similar [0] linked to near the bottom of their blog post[1].
[0]: https://github.com/CircleCI-Public/CircleCI-Env-Inspector
[1]: https://circleci.com/blog/january-4-2023-security-alert/
Earlier quoted context omitted.
Sure it does. Do engineers not compile their code locally constantly as a part of the process of writing it? Store deterministic hashes of expected binaries with signed commits in PRs. Then untrusted CI merely needs to generate and sign -matching- hashes and now we are good as long as the engineer and CI system are not compromised at the same time.
You're talking about creating reproducible builds - which is a good idea, but in most cases you will still need to deliver that binary somewhere. That typically requires authentication, whether you're deploying to kubernetes or copying the files somewhere using scp, etc So either your laptop or the ci system needs some level of secrets present to put the artifact in the correct place
A VCS system or CI system should never have secrets or be trusted in any way. Doing this is always dramatically increases attack surface for no reason.
I run a security consulting firm and this is often one of the first things I help my clients to fix.
No email? I found out about this from a random HN post?
No email? I found out about this from a random HN post?
Based on who received and didn't receive it at my workplace, we concluded that it was only sent to users who had not unsubscribed from marketing mail.
Earlier quoted context omitted.
Can elaborate where would I have seen the writing for this? What indicators did you see?
Layoffs and outages at Circle. software supply chain attacks becoming more and more popular.