Open renovate[bot] opened 3 months ago
Report too large to display inline
🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎
To accept the risk, merge this PR and you will not be notified again.
Alert | Package | Note | Source | CI |
---|---|---|---|---|
Install scripts | npm/fsevents@1.2.13 |
| 🚫 | |
Install scripts | npm/es5-ext@0.10.64 |
| 🚫 |
Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.
Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.
If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.
To ignore an alert, reply with a comment starting with @SocketSecurity ignore
followed by a space separated list of ecosystem/package-name@version
specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0
or ignore all packages with @SocketSecurity ignore-all
@SocketSecurity ignore npm/fsevents@1.2.13
@SocketSecurity ignore npm/es5-ext@0.10.64
This PR contains the following updates:
1.1.4
->1.1.5
Release Notes
facebook/create-react-app (react-scripts)
### [`v1.1.5`](https://redirect.github.com/facebook/create-react-app/releases/tag/v1.1.5) [Compare Source](https://redirect.github.com/facebook/create-react-app/compare/react-scripts@1.1.4...v1.1.5) #### 1.1.5 (August 24, 2018) - `react-scripts` - Update the `webpack-dev-server` dependency - `react-dev-utils` - **[#4866](https://redirect.github.com/facebook/create-react-app/pull/4866) Fix a Windows-only vulnerability (`CVE-2018-6342`) in the development server** ([@acdlite](https://redirect.github.com/acdlite)) - **Note:** the fix is included in a patch version for every major release of `react-dev-utils`: `react-dev-utils@1.0.4`, `react-dev-utils@2.0.2`, `react-dev-utils@3.1.2`, `react-dev-utils@4.2.2`, `react-dev-utils@5.0.2`, and `react-dev-utils@6.0.0-next.a671462c` - Update the `sockjs-client` dependency ##### Committers: 1 - Andrew Clark ([acdlite](https://redirect.github.com/acdlite)) ##### Migrating from 1.1.4 to 1.1.5 Inside any created project that has not been ejected, run: npm install --save --save-exact react-scripts@1.1.5 or yarn add --exact react-scripts@1.1.5Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.