Simon Willison’s Weblog

Subscribe

Entries tagged security, 24ways

Filters: Type: entry × security × 24ways × Sorted by date


Don’t be eval()

JavaScript is an interpreted language, and like so many of its peers it includes the all powerful eval() function. eval() takes a string and executes it as if it were regular JavaScript code. It’s incredibly powerful and incredibly easy to abuse in ways that make your code slower and harder to maintain. As a general rule, if you’re using eval() there’s probably something wrong with your design.

[... 431 words]

Types

Years

Tags