|
|
|
|
|
by TZubiri
47 days ago
|
|
But it's not the same thing every time, for example if you had written 'your own' http request you wouldn't habe been hit by the axios vuln. If you rolled your own crypto and didn't install AF_ALG, you would have avoided copy fail. Even in this case if you had implemented your own control panel, you wouldn't be hit. Actually roll your own, don't add dependencies |
|
When you pull in a generic auth or session library, you pull in a “can do everything” module rather than a “can do this one specific thing” module. So, your attack surface grows as do your odds of misconfiguration.