uPortal-Attic / uportal-home

Alternative UI for Apereo uPortal (originally built for MyUW)
http://uportal-project.github.io/uportal-home/
Apache License 2.0
25 stars 27 forks source link

[Snyk] Fix for 14 vulnerable dependencies #831

Closed ChristianMurphy closed 6 years ago

ChristianMurphy commented 6 years ago

Description

This PR fixes one or more vulnerable packages in the maven dependencies of this project. See the Snyk test report for more details.

Snyk Project: christianmurphy/uportal-home:web/pom.xml

Snyk Organization: ChristianMurphy

Changes included in this PR

Vulnerabilities that will be fixed

With an upgrade:

You can read more about Snyk's upgrade and patch logic in Snyk's documentation.

Check the changes in this PR to ensure they won't cause issues with your project.

Stay secure, The Snyk team

ChristianMurphy commented 6 years ago

Forwarded from https://github.com/ChristianMurphy/uportal-home/pull/1

apetro commented 6 years ago

I'm not entirely sure how to evaluate this Pull Request. If I pull down the branch and smoke test it locally, should we figure that's probably good enough, merge it, and see what happens?

ChristianMurphy commented 6 years ago

Basically, for uPortal core, we've checked:

  1. that the code compiles
  2. that the portal can start
  3. that the module where the library is used can start

Breaking changes need most of the testing.

Here the riskiest change is the SemVer minor spring upgrade. If the software starts, the lion's share of risk has been mitigated.