eslint-plugin-security-node icon indicating copy to clipboard operation
eslint-plugin-security-node copied to clipboard

fix: potential error in isTryCatchStatement

Open weyert opened this issue 2 years ago • 0 comments

In some cases the bodyArg.handler.param can have the value null which causes the line on 42/43 to cause a runtime exception as it tries to access a property name on null

weyert avatar Feb 19 '22 03:02 weyert