Skip to content

Commit a513163

Browse files
committed
Update to include warning against using eval.
Added 6.5 to strings section of Readme in order to explicitly warn against using eval(). Listed in ticket airbnb#118.
1 parent 8d2a833 commit a513163

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
@@ -443,6 +443,7 @@
443443
return `How are you, ${name}?`;
444444
}
445445
```
446+
- [6.5](#6.5) <a name='6.5'></a> Never use eval() on a string, it opens too many vulnerabilities.
446447
447448
**[⬆ back to top](#table-of-contents)**
448449

0 commit comments

Comments
 (0)