this post was submitted on 28 Sep 2024
705 points (96.2% liked)

Programmer Humor

19360 readers
106 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
705
Sometimes, it's backwards (sh.itjust.works)
submitted 2 weeks ago* (last edited 2 weeks ago) by [email protected] to c/programmer_humor
 
you are viewing a single comment's thread
view the rest of the comments
[–] tyler 4 points 2 weeks ago (1 children)

you don't code sign during development....

[–] [email protected] 0 points 2 weeks ago (1 children)

It's not common, but it should be.

Still, that was just one example. EDR reacting to your code is likely a sign of some other shortcut being taken during the development process. It might even be a reasonable one, but if so it needs to be discussed and accounted for with the IT security team.

[–] tyler 1 points 2 weeks ago

You’re talking about during CI. Not during the actual coding process. You’re not signing code while you’re debugging.