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

Update from upstream repo facebook/create-react-app@master #3

Merged
merged 8 commits into from
Aug 27, 2018

Commits on Jun 23, 2018

  1. Configuration menu
    Copy the full SHA
    805ab39 View commit details
    Browse the repository at this point in the history
  2. babel-preset-react-app@3.1.2

    gaearon committed Jun 23, 2018
    Configuration menu
    Copy the full SHA
    8de0412 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2018

  1. add react-testing-library documentation/examples (#4679)

    * add react-testing-library documentation/examples
    
    * make react-testing-library a heading
    
    * fix typo
    Kent C. Dodds authored and Timer committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    ea7b374 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2018

  1. Fix link to the article about BEM (#4858)

    Terbiy authored and Timer committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    ca59983 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2018

  1. Use file name whitelist to prevent RCE (#4866)

    * Use file name whitelist to prevent RCE
    
    Use a whitelist to validate user-provided file names. This doesn't cover
    the entire range of valid filenames but should cover almost all of them
    in practice. Allows letters, numbers, periods, dashes, and underscores.
    Opting to use a whitelist instead of a blacklist because getting this
    wrong leaves us vulnerable to a RCE attack.
    
    * Allow alphabet characters from all languages
    
    Updated the whitelist to /^[\p{L}0-9/.\-_]+$/u, which matches
    alphanumeric characters, periods, dashes, and underscores. Unicode
    property support is stage 4 so I've inlined the transpiled version.
    
    * Only use file name whitelist on Windows
    
    * Log error message if file name does not pass whitelist
    acdlite authored and gaearon committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    24b101d View commit details
    Browse the repository at this point in the history
  2. Bump versions

    gaearon committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    ca88a69 View commit details
    Browse the repository at this point in the history
  3. Bump release

    gaearon committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    550fccb View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2018

  1. Add 1.1.5 release notes

    gaearon committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    dc74990 View commit details
    Browse the repository at this point in the history