Bump handlebars from 4.0.10 to 4.7.9 in /PerformanceTests/Speedometer2.1/resources/todomvc/vanilla-examples/es2015-babel-webpack#102
Conversation
Bumps [handlebars](https://github.com/handlebars-lang/handlebars.js) from 4.0.10 to 4.7.9. - [Release notes](https://github.com/handlebars-lang/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/v4.7.9/release-notes.md) - [Commits](handlebars-lang/handlebars.js@v4.0.10...v4.7.9) --- updated-dependencies: - dependency-name: handlebars dependency-version: 4.7.9 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
| }, | ||
| "karma": { | ||
| "node_modules/karma": { |
There was a problem hiding this comment.
Medium severity vulnerability introduced by a package you're using:
Line 7144 lists a dependency (karma) with a known Medium severity vulnerability. Fixing requires upgrading or replacing the dependency.
ℹ️ Why this matters
karma 6.x before 6.3.14 is vulnerable to improper neutralization of input during web page generation ('cross-site scripting'). Karma does not enforce the HTTP protocol on the return_url query parameter which leads to reflected cross-site scripting when providing a URL like https://$KARMA_ROOT/?return_url=javascript:alert(document.domain). Upgrade to karma 6.3.14.
To resolve this comment:
Upgrade this dependency to at least version 6.3.14 at PerformanceTests/Speedometer2.1/resources/todomvc/vanilla-examples/es2015-babel-webpack/package-lock.json.
💬 Ignore this finding
To ignore this, reply with:
/fp <comment>for false positive/ar <comment>for acceptable risk/other <comment>for all other reasons
You can view more details on this finding in the Semgrep AppSec Platform here.
| "version": "1.0.0", | ||
| "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", | ||
| "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", | ||
| "dev": true | ||
| }, | ||
| "fsevents": { | ||
| "node_modules/fsevents": { |
There was a problem hiding this comment.
🔴 Malicious dependency detected blocking your code—remove immediately
The dependency fsevents contains malicious code and is a critical security risk. Remove it from your project immediately.
ℹ️ Why this matters
This specific version of fsevents contains malicious code. Upgrade to the safe version immediately.
References: https://osv.dev/vulnerability/MAL-2023-462
To resolve this comment:
Remove the dependency.
💬 Ignore this finding
To ignore this, reply with:
/fp <comment>for false positive/ar <comment>for acceptable risk/other <comment>for all other reasons
You can view more details on this finding in the Semgrep AppSec Platform here.
| } | ||
| }, | ||
| "webpack-dev-server": { | ||
| "node_modules/webpack-dev-server": { |
There was a problem hiding this comment.
High severity vulnerability may affect your project—review required:
Line 11919 lists a dependency (webpack-dev-server) with a known High severity vulnerability.
ℹ️ Why this matters
Affected versions of webpack-dev-server are vulnerable to Improper Input Validation. Missing origin validation on webpack-dev-server's Hot Module Replacement websocket allows any webpage to connect to the dev server's socket, access in‐memory compiled assets and source code, and exfiltrate a developer's source files.
To resolve this comment:
Check if you are using webpack-dev-server with Hot Module Replacement enabled (i.e. using the --hot argument).
- If you're affected, upgrade this dependency to at least version 3.1.11 at PerformanceTests/Speedometer2.1/resources/todomvc/vanilla-examples/es2015-babel-webpack/package-lock.json.
- If you're not affected, comment
/fp we don't use this [condition]
💬 Ignore this finding
To ignore this, reply with:
/fp <comment>for false positive/ar <comment>for acceptable risk/other <comment>for all other reasons
You can view more details on this finding in the Semgrep AppSec Platform here.
| "version": "0.1.1", | ||
| "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz", | ||
| "integrity": "sha1-rOb/gIwc5mtX0ev5eXessCM0z8E=", | ||
| "dev": true | ||
| }, | ||
| "ecstatic": { | ||
| "node_modules/ecstatic": { |
There was a problem hiding this comment.
High severity vulnerability may affect your project—review required:
Line 3154 lists a dependency (ecstatic) with a known High severity vulnerability.
ℹ️ Why this matters
Affected versions of ecstatic are vulnerable to URL Redirection to Untrusted Site ('Open Redirect'). An open redirect exists in ecstatic’s redirect logic: it does not validate the target of its HTTP 301 redirects (used for directory slashes or default‐extension lookups), allowing an attacker to craft a URL that causes ecstatic to redirect clients to an arbitrary external domain. This ecstatic package is unmaintained and deprecated.
To resolve this comment:
Check if you running ecstatic as standalone server through the Command Line Interface.
- If you're affected, upgrade this dependency to at least version 2.2.2 at PerformanceTests/Speedometer2.1/resources/todomvc/vanilla-examples/es2015-babel-webpack/package-lock.json.
- If you're not affected, comment
/fp we don't use this [condition]
💬 Ignore this finding
To ignore this, reply with:
/fp <comment>for false positive/ar <comment>for acceptable risk/other <comment>for all other reasons
You can view more details on this finding in the Semgrep AppSec Platform here.
| "version": "0.1.1", | ||
| "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz", | ||
| "integrity": "sha1-rOb/gIwc5mtX0ev5eXessCM0z8E=", | ||
| "dev": true | ||
| }, | ||
| "ecstatic": { | ||
| "node_modules/ecstatic": { |
There was a problem hiding this comment.
High severity vulnerability may affect your project—review required:
Line 3154 lists a dependency (ecstatic) with a known High severity vulnerability.
ℹ️ Why this matters
Affected versions of ecstatic are vulnerable to Uncontrolled Resource Consumption. An attacker can send specially crafted requests that trigger a Regular Expression Denial of Service (ReDoS), causing the server to use excessive memory or CPU and potentially crash. This ecstatic package is unmaintained and deprecated
To resolve this comment:
Check if you running ecstatic as standalone server through the Command Line Interface.
- If you're affected, upgrade this dependency to at least version 2.0.0 at PerformanceTests/Speedometer2.1/resources/todomvc/vanilla-examples/es2015-babel-webpack/package-lock.json.
- If you're not affected, comment
/fp we don't use this [condition]
💬 Ignore this finding
To ignore this, reply with:
/fp <comment>for false positive/ar <comment>for acceptable risk/other <comment>for all other reasons
You can view more details on this finding in the Semgrep AppSec Platform here.
| } | ||
| }, | ||
| "http-proxy": { | ||
| "node_modules/http-proxy": { |
There was a problem hiding this comment.
High severity vulnerability may affect your project—review required:
Line 6309 lists a dependency (http-proxy) with a known High severity vulnerability.
ℹ️ Why this matters
Affected versions of http-proxy are vulnerable to Incomplete List of Disallowed Inputs / Protection Mechanism Failure. A denial-of-service exists in node-http-proxy when using proxyReq.setHeader: an HTTP request with a body longer than ~1024 bytes triggers an unhandled ERR_HTTP_HEADERS_SENT exception that crashes the proxy server.
References: GHSA
To resolve this comment:
Check if you set headers on the proxy request using the proxyReq.setHeader function in a standalone proxy server implemented using the http-proxy package.
- If you're affected, upgrade this dependency to at least version 1.18.1 at PerformanceTests/Speedometer2.1/resources/todomvc/vanilla-examples/es2015-babel-webpack/package-lock.json.
- If you're not affected, comment
/fp we don't use this [condition]
💬 Ignore this finding
To ignore this, reply with:
/fp <comment>for false positive/ar <comment>for acceptable risk/other <comment>for all other reasons
You can view more details on this finding in the Semgrep AppSec Platform here.
| "version": "0.0.6", | ||
| "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", | ||
| "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=", | ||
| "dev": true | ||
| }, | ||
| "ua-parser-js": { | ||
| "node_modules/ua-parser-js": { |
There was a problem hiding this comment.
High severity vulnerability may affect your project—review required:
Line 11516 lists a dependency (ua-parser-js) with a known High severity vulnerability.
ℹ️ Why this matters
Affected versions of ua-parser-js are vulnerable to Uncontrolled Resource Consumption. A specially crafted user agent string can trigger catastrophic backtracking in the regex designed for Redmi Phones and Mi Pad Tablets. This may result in a Regular Expression Denial of Service, causing resource exhaustion when ua-parser-js attempts to parse the malicious input.
To resolve this comment:
Check if you are using ua-parser-js via npx cli.
- If you're affected, upgrade this dependency to at least version 0.7.22 at PerformanceTests/Speedometer2.1/resources/todomvc/vanilla-examples/es2015-babel-webpack/package-lock.json.
- If you're not affected, comment
/fp we don't use this [condition]
💬 Ignore this finding
To ignore this, reply with:
/fp <comment>for false positive/ar <comment>for acceptable risk/other <comment>for all other reasons
You can view more details on this finding in the Semgrep AppSec Platform here.
| "version": "0.0.6", | ||
| "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", | ||
| "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=", | ||
| "dev": true | ||
| }, | ||
| "ua-parser-js": { | ||
| "node_modules/ua-parser-js": { |
There was a problem hiding this comment.
High severity vulnerability may affect your project—review required:
Line 11516 lists a dependency (ua-parser-js) with a known High severity vulnerability.
ℹ️ Why this matters
Affected versions of ua-parser-js are vulnerable to Uncontrolled Resource Consumption. UAParser.js is vulnerable to Regular Expression Denial of Service (ReDoS) attacks. Maliciously crafted user agent strings can trigger inefficient regex patterns, leading to excessive backtracking and high CPU consumption, which may ultimately cause service degradation or a denial of service.
To resolve this comment:
Check if you are using ua-parser-js via npx cli.
- If you're affected, upgrade this dependency to at least version 0.7.23 at PerformanceTests/Speedometer2.1/resources/todomvc/vanilla-examples/es2015-babel-webpack/package-lock.json.
- If you're not affected, comment
/fp we don't use this [condition]
💬 Ignore this finding
To ignore this, reply with:
/fp <comment>for false positive/ar <comment>for acceptable risk/other <comment>for all other reasons
You can view more details on this finding in the Semgrep AppSec Platform here.
| } | ||
| }, | ||
| "babel-traverse": { | ||
| "node_modules/babel-traverse": { |
There was a problem hiding this comment.
Critical severity vulnerability may affect your project—review required:
Line 1352 lists a dependency (babel-traverse) with a known Critical severity vulnerability.
ℹ️ Why this matters
Affected versions of @babel/traverse and babel-traverse are vulnerable to Incomplete List of Disallowed Inputs / Incorrect Comparison. Compiling untrusted code with Babel using plugins that invoke the internal path.evaluate() or path.evaluateTruthy() methods (for example @babel/plugin-transform-runtime, @babel/preset-env with useBuiltIns, or any polyfill‐provider plugin) allows a maliciously crafted AST to execute arbitrary code on the build machine during compilation.
To resolve this comment:
Check if you use Babel to compile untrusted JavaScript.
💬 Ignore this finding
To ignore this, reply with:
/fp <comment>for false positive/ar <comment>for acceptable risk/other <comment>for all other reasons
You can view more details on this finding in the Semgrep AppSec Platform here.
| "ms": "2.0.0" | ||
| } | ||
| }, | ||
| "node_modules/fsevents/node_modules/deep-extend": { |
There was a problem hiding this comment.
Critical severity vulnerability introduced by a package you're using:
Line 4799 lists a dependency (deep-extend) with a known Critical severity vulnerability. Fixing requires upgrading or replacing the dependency.
ℹ️ Why this matters
Affected version of deep-extend is vulnerable to Prototype Pollution. Malicious input passed to deep-extend allows an attacker to overwrite the prototype of Object, polluting all JavaScript objects with arbitrary properties. This can lead to Denial of Service or even Remote Code Execution.
To resolve this comment:
Upgrade this dependency to at least version 0.5.1 at PerformanceTests/Speedometer2.1/resources/todomvc/vanilla-examples/es2015-babel-webpack/package-lock.json.
💬 Ignore this finding
To ignore this, reply with:
/fp <comment>for false positive/ar <comment>for acceptable risk/other <comment>for all other reasons
You can view more details on this finding in the Semgrep AppSec Platform here.
Bumps handlebars from 4.0.10 to 4.7.9.
Release notes
Sourced from handlebars's releases.
Changelog
Sourced from handlebars's changelog.
... (truncated)
Commits
dce542cv4.7.98a41389Update release notes68d8df5Fix security issuesb2a0831Fix browser tests9f98c16Fix release script45443b4Revert "Improve partial indenting performance"8841a5fFix CI errors with lintinge0137c2fix: enable shell mode for spawn to resolve Windows EINVAL issuee914d60Improve rendering performance7de4b41Upgrade GitHub Actions checkout and setup-node on 4.x branchMaintainer changes
This version was pushed to npm by jaylinski, a new releaser for handlebars since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.