Bump underscore from 1.8.3 to 1.13.8 in /PerformanceTests/Speedometer2.1/resources/todomvc/architecture-examples/backbone#64
Conversation
Bumps [underscore](https://github.com/jashkenas/underscore) from 1.8.3 to 1.13.8. - [Commits](jashkenas/underscore@1.8.3...1.13.8) --- updated-dependencies: - dependency-name: underscore dependency-version: 1.13.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
| } | ||
| }, | ||
| "jquery": { | ||
| "node_modules/jquery": { |
There was a problem hiding this comment.
Medium severity vulnerability may affect your project—review required:
Line 23 lists a dependency (jquery) with a known Medium severity vulnerability.
ℹ️ Why this matters
Affected versions of jquery are vulnerable to Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting'). Improper handling of attacker-controlled HTML during DOM insertion may result in unintended script execution in the context of the affected page.
To resolve this comment:
Check if you pass HTML from untrusted sources to a jQuery's DOM manipulation method without any sanitization like DOMPurify with its SAFE_FOR_JQUERY option when using jQuery in Browser.
- If you're affected, upgrade this dependency to at least version 3.5.0 at PerformanceTests/Speedometer2.1/resources/todomvc/architecture-examples/backbone/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.
| } | ||
| }, | ||
| "jquery": { | ||
| "node_modules/jquery": { |
There was a problem hiding this comment.
Medium severity vulnerability may affect your project—review required:
Line 23 lists a dependency (jquery) with a known Medium severity vulnerability.
ℹ️ Why this matters
Affected versions of jquery are vulnerable to Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting'). Passing HTML from untrusted sources—even after sanitization—to DOM manipulation methods in jquery may result in execution of untrusted code.
To resolve this comment:
Check if you have not added the jQuery.htmlPrefilter function to your code as a workaround for jQuery 1.12/2.2 or newer versions.
- If you're affected, upgrade this dependency to at least version 3.5.0 at PerformanceTests/Speedometer2.1/resources/todomvc/architecture-examples/backbone/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.
Bumps underscore from 1.8.3 to 1.13.8.
Commits
9374840Merge branch 'release/1.13.8'309ad7eRe-generate annotated sources and minified codemapsa1ac1d3Add links to diff and docs in 1.13.8 change log entryb579595Mention CVE-2026-27601 in comments and documentation (#3011)45ea015Revert obfuscations from 42823bb.4a4019eUpdate minified bundles1ccfdd0Add preliminary release notes for 1.13.842823bbTemporarily obfuscate commentsa6e23aeMake _.isEqual nonrecursivef2b5164Add regression test against stack overflow in _.isEqualMaintainer changes
This version was pushed to npm by jgonggrijp, a new releaser for underscore 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.