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

Fix Cumulus Dashboard High Vulnerabilities #1093

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from
Open

Conversation

efenollal
Copy link

@efenollal efenollal commented Feb 2, 2023

Updates package.json d3 dependency to latest version (7.8.2).
https://bugs.earthdata.nasa.gov/browse/CUMULUS-3107

Changes

d3 dependency updated to latest version

PR Checklist

  • Update CHANGELOG
  • Unit tests
  • Adhoc testing
  • Integration tests

@jjmccoy jjmccoy added the Needs Review Looking for a reviewer label Feb 2, 2023
@jjmccoy jjmccoy self-assigned this Feb 2, 2023
@jjmccoy jjmccoy added In Review and removed Needs Review Looking for a reviewer labels Feb 2, 2023
Copy link
Member

@jjmccoy jjmccoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@efenollal LGTG! Once your permissions error is resolved you can squash merge.

@@ -25,6 +25,8 @@ This version of the dashboard requires Cumulus API >= v14.0.0
- Added action to list pages to refresh cumulus db connection
- Updated `git+ssh://git@` to `git+https://` for npm 8.6.0 generated package-lock.json,
and this is an [known issue](https://github.com/npm/cli/issues/2610) with npm 8.6.0
- **CUMULUS-3107**
- Added d3-dag dependency to replace dagre-d3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

degre-d3 isn't replaced in this PR?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please move CUMULUS-3107 to unreleased section.

Copy link
Contributor

@jennyhliu jennyhliu Feb 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also update PR title to be more specific, and it's better to include ticket number

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The d3-dag dependency was added to replace dagre-d3 in the ticket https://bugs.earthdata.nasa.gov/browse/CUMULUS-3184

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok if this work is not done, we should remove this entry.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Unreleased section is on the top of the changelog

## [Unreleased]

### Changed
- **CUMULUS-3107**

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants