← Back to context Comment by IneffablePigeon 16 hours ago A linter that disallows any code that uses eval in any form seems like a good start to me. 1 comment IneffablePigeon Reply sigseg1v 14 hours ago What about for languages that allow pretty much anything in identifiers or variables. JS for example. Or bash. Don't need eval to do anything crazy there.
sigseg1v 14 hours ago What about for languages that allow pretty much anything in identifiers or variables. JS for example. Or bash. Don't need eval to do anything crazy there.
What about for languages that allow pretty much anything in identifiers or variables. JS for example. Or bash. Don't need eval to do anything crazy there.