Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Underscore.js to version 1.13.6 #45

Merged
merged 1 commit into from
Oct 21, 2023

Conversation

coderkun
Copy link
Contributor

Tapestry uses Underscore.js version 1.8.3, which is more than eight years old (April 2015) and includes some security vulnerabilities. I would like to upgrade it to the latest version, which is currently 1.13.6, to fix the security issues.

It would be great to include this change in the next bug fix version of Tapestry, 5.8.4.

@benweidig
Copy link
Contributor

We ran into the same issue after a recent pen test and updated it internally; there have been no issues so far.

Initially, I thought about removing underscore.js altogether, as only a few methods appeared to be used.
After a closer look, there are 23 methods used, and removing the library would introduce a breaking change anyway.
So updating it is the better approach.

For easier release management, I will create a Jira ticket this weekend to track the changes before merging the PR.

@benweidig benweidig merged commit 9c2209b into apache:master Oct 21, 2023
@coderkun coderkun deleted the update-underscorejs branch June 26, 2024 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants