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: downgrade normalize-url to avoid crash in safari #6703

Merged
merged 1 commit into from
Jul 12, 2021

Conversation

alexmt
Copy link
Collaborator

@alexmt alexmt commented Jul 12, 2021

Signed-off-by: Alexander Matyushentsev AMatyushentsev@gmail.com

Closes #6701

Safari cannot render Argo CD UI due to sindresorhus/normalize-url#105 . The normalize-url version was upgraded to resolve security vulnerability. According to https://snyk.io/vuln/npm:normalize-url we can as well downgrade to 4.3.0 . Argo CD does not really need features of never version and we can safely downgrade and remove vulnerability as well.

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
@codecov
Copy link

codecov bot commented Jul 12, 2021

Codecov Report

Merging #6703 (4c00b7f) into master (d6dd6af) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #6703   +/-   ##
=======================================
  Coverage   41.30%   41.30%           
=======================================
  Files         156      156           
  Lines       20702    20702           
=======================================
  Hits         8550     8550           
  Misses      10944    10944           
  Partials     1208     1208           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d6dd6af...4c00b7f. Read the comment docs.

Copy link
Member

@jannfis jannfis left a comment

Choose a reason for hiding this comment

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

LGTM!

@alexmt alexmt merged commit 083390e into argoproj:master Jul 12, 2021
@alexmt alexmt deleted the 6701-safari-crash branch July 12, 2021 20:51
@jannfis jannfis added the needs-verification PR requires pre-release verification label Jul 13, 2021
@alexmt alexmt removed the needs-verification PR requires pre-release verification label Aug 11, 2021
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.

UI Unusable on Safari
3 participants