Uh oh!
There was an error while loading. Please reload this page.
fix: upgrade handlebars to 4.7.9 (CVE-2026-33937) - #1873
Open
anupamme wants to merge 691 commits into
Open
Conversation
…e#1774 Update password-reset-email-request.js
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
…h-test and put in http-test, cleaned up package.json
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
wording Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
wording Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
wording Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
…e#1692 Fix/issue#1692
- convert NSS from CJS to ESM - eslint@9 - oidc - add scope WebID - rfc7902 : display iss in response
Added version 6.0.0 changes and upgrade notes to CHANGELOG.
Added upgrade notes for version <6.0.0 in README.md.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
…ve-unused-resource-param Remove unused resource parameter from getPermissionsFor
…ve-unused-resource-param Fix/remove unused resource param update to mashlib@2.2.2 update test replaced the stale TabulatorOutline marker with runDataBrowser
Automated dependency upgrade by OrbisAI Security
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Upgrade handlebars from 4.7.8 to 4.7.9 to fix CVE-2026-33937.
Vulnerability
CVE-2026-33937package-lock.json(dependency:handlebars)Description: handlebars.js: Handlebars: Remote Code Execution via crafted Abstract Syntax Tree object in compile()
Evidence
Scanner confirmation: trivy rule
CVE-2026-33937flagged this pattern.Changes
package.jsonpackage-lock.jsonBehavior Preservation
The change is scoped to 2 files on the vulnerable path; it only tightens handling of untrusted input and leaves valid inputs unaffected.
This change addresses a pattern flagged by static analysis. The code path handles user-influenced input and the fix reduces the attack surface against both manual and automated exploitation.
Automated security fix by OrbisAI Security