Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checking of strings within eval(), setTimeout(), etc #514

Merged
merged 6 commits into from Aug 29, 2012
Merged

Checking of strings within eval(), setTimeout(), etc #514

merged 6 commits into from Aug 29, 2012

Commits on Apr 13, 2012

  1. Added checking for single strings within eval-style statements

    This is currently checking "eval", "setTimeout" and "setInterval".
    Support for other types of eval is coming.
    
    It works by looking for statements which contain just a string.
    In that case, the string is put onto a list, and all of the strings
    are checked at the end.
    TheJosh committed Apr 13, 2012
    Copy the full SHA
    de3a603 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f2e5606 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    10efe71 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a4c2e84 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2012

  1. Copy the full SHA
    99999fe View commit details
    Browse the repository at this point in the history

Commits on May 29, 2012

  1. Renamed function 'internal' to 'addInternalSrc'

    It's a bit clearer now.
    TheJosh committed May 29, 2012
    Copy the full SHA
    1828b38 View commit details
    Browse the repository at this point in the history