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

Libs: remove dependency on commons-collections #950

Merged
merged 1 commit into from Jun 13, 2016

Conversation

dp-ny
Copy link

@dp-ny dp-ny commented Feb 10, 2016

There's also a vulnerability in commons-collections: "Apache Commons Collections contains a flaw in the InvokerTransformer class. This issue is triggered when handling Java code, which may invoke unsafe unserialize calls. This may allow a remote attacker to execute arbitrary code."

Although this flow isn't used, we should probably just stick to Java's default collections package when it's possible.

@dp-ny
Copy link
Author

dp-ny commented Feb 10, 2016

Looks like the tests are failing for unrelated reasons? java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.net.ConnectException: connection timed out: /74.125.239.48:80

@asolntsev
Copy link
Contributor

@dp-ny Thank you for the pull request! Merging it.
The test failure is not related, it's just flaky test.

@asolntsev asolntsev merged commit 75640b2 into playframework:master Jun 13, 2016
@asolntsev
Copy link
Contributor

@dp-ny Merged PR to master and 1.4.x

@xael-fry
Copy link
Member

Lighthouse #2057

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.

None yet

3 participants