Hacker News new | ask | show | jobs
by hinkley 2993 days ago
Yes except now I have 40 microservices that I have to make sure all parse URL parameters properly instead of the one I used to have that would parse them and then put them where everyone else could find it.

Security in depth is hamstrung by an ever-increasing surface area.

1 comments

I'd say that if your microservices aren't sharing that type of code, you've probably made a software design mistake. Perhaps beside the point, but that's a bit of a contrived example.

I mean, people doing things wrong isn't evidence that they cannot be done right... right?