@[email protected] to Programmer [email protected]English • 1 year agoToo much detail in this error message from EAlemmy.mlimagemessage-square37fedilinkarrow-up1611arrow-down16
arrow-up1605arrow-down1imageToo much detail in this error message from EAlemmy.ml@[email protected] to Programmer [email protected]English • 1 year agomessage-square37fedilink
minus-square@[email protected]linkfedilink3•1 year agoThin line between giving useful error messages and more attack surface.
minus-squareJohannolinkfedilink5•1 year agoIf your code gives attack surface by information about what went wrong maybe you should not even deploy anything. If your code needs to be secret to be secure your code is anything but secure.
minus-square@[email protected]linkfedilink4•1 year agoNot code but internet. A often seen error is letting Appache/Nginx display their name & version in 403/404 pages. First step in planning an attack.
Thin line between giving useful error messages and more attack surface.
If your code gives attack surface by information about what went wrong maybe you should not even deploy anything. If your code needs to be secret to be secure your code is anything but secure.
Not code but internet. A often seen error is letting Appache/Nginx display their name & version in 403/404 pages. First step in planning an attack.