-
Notifications
You must be signed in to change notification settings - Fork 389
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
upgrade jquery version due to vulnerability #180
base: master
Are you sure you want to change the base?
upgrade jquery version due to vulnerability #180
Conversation
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.
The jQuery has been updated to the latest version (3.6.0) https://jquery.com/download/
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.
jQuery has been updated to the latest version (3.6.0) https://jquery.com/download/
@@ -329,7 +329,7 @@ var _bintree = &bintree{nil, map[string]*bintree{ | |||
"grpc-bg.svg": {grpcBgSvg, map[string]*bintree{}}, | |||
"grpc-logo.png": {grpcLogoPng, map[string]*bintree{}}, | |||
"index-template.html": {indexTemplateHtml, map[string]*bintree{}}, | |||
"jquery-3.4.1.min.js": {jquery341MinJs, map[string]*bintree{}}, | |||
"jquery-3.6.0.min.js": {jquery341MinJs, map[string]*bintree{}}, |
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.
unfamiliar with this code, but: this line still says jquery341MinJs
?
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.
changed :)
Hmm... looking at this more, I think you're not supposed to just patch bindata.go directly. I think you're supposed to update the resources in go-bindata-all.sh? |
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.
But maybe bindata should be regenerated before merge by maintainer.
There are two vulnerabilities with jquery versions older than 3.5:
https://nvd.nist.gov/vuln/detail/CVE-2020-11022
https://nvd.nist.gov/vuln/detail/CVE-2020-11023