this post was submitted on 17 Mar 2025
36 points (95.0% liked)

Cybersecurity

6723 readers
390 users here now

c/cybersecurity is a community centered on the cybersecurity and information security profession. You can come here to discuss news, post something interesting, or just chat with others.

THE RULES

Instance Rules

Community Rules

If you ask someone to hack your "friends" socials you're just going to get banned so don't do that.

Learn about hacking

Hack the Box

Try Hack Me

Pico Capture the flag

Other security-related communities [email protected] [email protected] [email protected] [email protected] [email protected]

Notable mention to [email protected]

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 7 points 1 day ago (1 children)

That's not how it worked. Secured secrets were read from the context where they are used and printed to logs (albeit run through base64 twice). E.g. here's the API key for the automation to use the API but it's not just used, it's also printed.

The prevention to this situation has nothing to do with secrets and everything to do with pinning 3rd party actions to specific commits. Release versions are not immutable.

I'm very glad that the compromise didn't reach out with the secrets, so private repos got hit with a switch and not a 2x4.

[โ€“] [email protected] 3 points 1 day ago

Thank you for the clarification.