-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Upgrade jquery to 3.7.1 due to CVE-2019-11358 #3579
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
base: main
Are you sure you want to change the base?
Conversation
lang/java/ipc/src/main/velocity/org/apache/avro/ipc/stats/templates/statsview.vm
Outdated
Show resolved
Hide resolved
martin-g
left a comment
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 changes look good but someone has to test the webapp in action and verify that there are no JavaScript errors in the dev console.
I was wondering if the tests had enough coverage to determine this. Have never used this application before (just a downstream consumer via Spark) but happy to help prove this out if need be. |
There are no UI tests. |
|
I think this is a smart thing to do -- but it's tricky to check out the UI. I'm not sure I'm capable of doing this! Does anybody still have an idea how they work? We might need to just retire that functionality. |
|
It seems that actually there are some basic test for the stats page in |
|
It seems that the mentioned example program has some issues as starting it throws the following exception: Removing the StaticServlet the page can load but no js/css available on the page. The following code in After that modifications both the |
What is the purpose of the change
Our security scanning software has found some security issues, so we want to update the relevant version library, fixing AVRO-4213.
Verifying this change
This change is a trivial rework / code cleanup without any test coverage.
Documentation