Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Merge changes from upstream v.1.1.5 #52

Merged
merged 10 commits into from
Sep 11, 2018
Merged

Merge changes from upstream v.1.1.5 #52

merged 10 commits into from
Sep 11, 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 (facebook#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. 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 (facebook#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 authored Aug 24, 2018
    Configuration menu
    Copy the full SHA
    dc74990 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2018

  1. Merge tag 'v1.1.5' into merge-from-upstream

    Dominik Rowicki committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    bb38c3d View commit details
    Browse the repository at this point in the history
  2. Bump to v.3.1.1

    Dominik Rowicki committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    d048f96 View commit details
    Browse the repository at this point in the history