|
|
|
|
|
by cookiengineer
1827 days ago
|
|
I totally agree with you in regards of complexity. The main issue behind a server's level of security is probably more related to using a memory safe language than we care to admit. I have the feeling that way too many libraries and implementations written in C use a linter or any kind of mechanism to catch the obvious type errors. Everyone loves typed languages, but nobody uses their obvious advantages in regards to security. Kinda ironic when you see a -Wall all over the place. |
|