-
Notifications
You must be signed in to change notification settings - Fork 230
Bumped angular-patternfly to v4.14.6, moment to v2.19.3, and patternfly from to v3.37.4 #2703
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
Bumped angular-patternfly to v4.14.6, moment to v2.19.3, and patternfly from to v3.37.4 #2703
Conversation
c142b63 to
da2cf21
Compare
|
Since we only use moment on the client-side, the denial of service shouldn't impact the console. /assign @rhamilto Robb, can you take a look? |
app/index.html
Outdated
| <link rel="stylesheet" href="bower_components/kubernetes-container-terminal/dist/container-terminal.css" /> | ||
| <link rel="stylesheet" href="bower_components/registry-image-widgets/dist/image-widgets.css" /> | ||
| <link rel="stylesheet" href="bower_components/layout.attrs/dist/layout.attrs.css" /> | ||
| <link rel="stylesheet" href="bower_components/bootstrap-slider/dist/css/bootstrap-slider.css" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This vendor CSS isn't necessary as it is included in PatternFly, so add bower_components/bootstrap-slider/dist/css/bootstrap-slider.css to the Gruntfile ignore.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed, thanks. I'll keep an eye on 'bower_components/bootstrap-slider/dist/bootstrap-slider.js', it shouldn't be included either but waiting for patternfly core version release which includes bootstrap-slider in bower
da2cf21 to
f76032a
Compare
|
It looks like the ReDoS fix does apply to moment.js, so we need to upgrade. |
f76032a to
333d313
Compare
|
HI @rhamilto, I believe I have addressed all of your issues. -thanks |
|
/lgtm |
|
/test all [submit-queue is verifying that this PR is safe to merge] |
|
Automatic merge from submit-queue. |
This PR updates angular-patternfly, moment, and patterfly to latest versions in order to (a) show content through filter panel, and (b) remove
unsafe:javascript.void()from 'Clear Filters' link.Fixes openshift/origin-web-catalog#536
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1533363
Patternfly changes were in wizards, notification drawer, and toast notifications. Visually compared and tested each, no issues detected.
This also addresses a Node Security issue in previous version of

moment: