this post was submitted on 12 Jul 2024
364 points (97.4% liked)

Programmer Humor

19149 readers
1127 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 

One does not commit or compile credentials

Template

Context:

This meme was brought to you by the PyPI Director of Infrastructure who accidentally hardcoded credentials - which could have resulted in compromissing the entire core Python ecosystem.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] cupcakezealot@lemmy.blahaj.zone 42 points 2 months ago (1 children)

don't commit credentials; split them up and place each part in a different place in the code and use code comments as a treasure map and make them work for it.

[โ€“] dbx12@programming.dev 20 points 2 months ago

Ah, the horcrux technique.