Skip to content

Commit

Permalink
explicitly mention security caveats
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Feb 15, 2019
1 parent 5bba790 commit a56a139
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ evaluate statically-analyzable expressions

[![build status](https://secure.travis-ci.org/substack/static-eval.png)](http://travis-ci.org/substack/static-eval)

# security

static-eval is like `eval`. It is intended for use in build scripts and code transformations, doing some evaluation at build time—it is **NOT** suitable for handling arbitrary untrusted user input. Malicious user input _can_ execute arbitrary code.

# example

``` js
Expand Down

0 comments on commit a56a139

Please sign in to comment.