You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current version of htmlunit has a security vulnerability. Since it is a unit test it shouldn't be critical however tools report it so there is always a discussion with the security guys which could be avoided.
Note that there was a switch in the groupid (old , new . Changes can be found here)
We should upgrade to at least version 3.9.0 or higher:
Thanks for the report - but hopefully no one is using GWTTestCase to browse sites you don't control and trust?
No, htmlunit is present in gwt-dev, so only present during compilation or running tests, and only used to test your own test cases (and any page your test directs the simulated browser to).
Using GWT 2.10.1 (or 2.11.0 has the same issue).
The current version of
htmlunit
has a security vulnerability. Since it is a unit test it shouldn't be critical however tools report it so there is always a discussion with the security guys which could be avoided.Note that there was a switch in the groupid (old , new . Changes can be found here)
We should upgrade to at least version 3.9.0 or higher:
Please excuse my limited knowledge in GWT - but is
htmlunit
necessary during runtime?The text was updated successfully, but these errors were encountered: