Skip to content

Commit 0c29596

Browse files
committed
Merge pull request airbnb#395 from Ryan-McBride/patch-1
Update to include warning against using eval.
2 parents 4070463 + a513163 commit 0c29596

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@
442442
return `How are you, ${name}?`;
443443
}
444444
```
445+
- [6.5](#6.5) <a name='6.5'></a> Never use eval() on a string, it opens too many vulnerabilities.
445446
446447
**[⬆ back to top](#table-of-contents)**
447448

0 commit comments

Comments
 (0)