Skip to content

upgrade jquery version due to vulnerability#180

Open
lucasmilotichhf wants to merge 2 commits intofullstorydev:masterfrom
lucasmilotichhf:feature/upgrade-jquery
Open

upgrade jquery version due to vulnerability#180
lucasmilotichhf wants to merge 2 commits intofullstorydev:masterfrom
lucasmilotichhf:feature/upgrade-jquery

Conversation

@lucasmilotichhf
Copy link
Copy Markdown

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

Copy link
Copy Markdown

@Taofeeqib Taofeeqib left a 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/

Copy link
Copy Markdown

@Taofeeqib Taofeeqib left a 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/

"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{}},
Copy link
Copy Markdown
Member

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?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

changed :)

@dragonsinth
Copy link
Copy Markdown
Member

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?

Copy link
Copy Markdown

@spatecon spatecon left a 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.

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.

5 participants