chore(deps): update Wizard to v6.13.0 - #1319
Conversation
| possible-typed-array-names "^1.0.0" | ||
|
|
||
| axios@1.13.5, axios@1.15.2: | ||
| axios@1.15.2: |
There was a problem hiding this comment.
High severity vulnerability may affect your project—review required:
Line 1466 lists a dependency (axios) with a known High severity vulnerability.
ℹ️ Why this matters
Affected versions of axios are vulnerable to Inefficient Regular Expression Complexity / Uncontrolled Resource Consumption. axios is vulnerable to a regular expression denial of service (ReDoS). The internal cookies.read() helper in lib/helpers/cookies.js builds a regular expression by concatenating the cookie name directly into the pattern without escaping regex metacharacters. When the cookie name flowing into the XSRF cookie read (e.g. via xsrfCookieName) contains a catastrophic-backtracking payload, evaluating the regex against document.cookie can freeze the JavaScript event loop, causing a denial of service in the browser tab or in Node.js/SSR applications. The affected code path is reached during ordinary axios request processing, so any importer of an affected version is exposed. Upgrade to a patched version (0.32.0 or 1.16.0), or set xsrfCookieName: null to disable XSRF cookie reading.
References: GHSA
To resolve this comment:
Check if you are using axios in browser with untrusted xsrfCookieName value.
- If you're affected, upgrade this dependency to at least version 1.16.0 at yarn.lock.
- 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.
| possible-typed-array-names "^1.0.0" | ||
|
|
||
| axios@1.13.5, axios@1.15.2: | ||
| axios@1.15.2: |
There was a problem hiding this comment.
High severity vulnerability may affect your project—review required:
Line 1466 lists a dependency (axios) with a known High severity vulnerability.
ℹ️ Why this matters
Affected versions of axios are vulnerable to Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') / Unintended Proxy or Intermediary ('Confused Deputy'). axios reads config.proxy via prototype-chain property access, so any Object.prototype pollution elsewhere in the dependency tree silently routes all HTTP requests through an attacker-controlled proxy, yielding a full man-in-the-middle. The vulnerability fires on ordinary axios usage with no specific API call or configuration required; upgrade to axios 1.16.0 or later.
To resolve this comment:
Check if you use axios to make HTTP requests.
- If you're affected, upgrade this dependency to at least version 1.16.0 at yarn.lock.
- 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.
184bc45 to
2ae9065
Compare
Bumps scripts/update-wizard.sh from v6.12.0 to v6.13.0.
Auto-generated by a dependency updater.
Changelog
6.13.0
Fixes
npx sentry/remix --upload-sourcemapsinstead ofsentry-upload-sourcemapsto avoid global bin collisionsuserInfodata collection to be opt-out by default — generated code now shows// dataCollection: { userInfo: false }commented out instead ofdataCollection: { userInfo: true }dataCollectionopt-out hint to includehttpBodiesdataCollectionobject in generated snippets instead of fully commenting it outFeatures
createSentryServerInstrumentation+reactRouterTracingIntegration().clientInstrumentation) instead of the experimentaluseInstrumentationAPIflagsentryOnErroronHydratedRouterinstead of mutatingroot.tsxErrorBoundary