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 Cue schema requires a non-null value for fixVersion, but none makes sense for CVE-2019-0225. This currently blocks #24.
As the README says:
There is no later version of jspwiki available in the Maven repository that makes these tests
pass as APIs the tests depends on also change. In particular, the required class `org.apache.wiki.auth.TestAuthorizer` needs to implement additional methods
in `org.apache.wiki.auth.authorize.WebAuthorizer` in `org.apache.jspwiki:jspwiki-main:2.11.0.M7`.
Also, in 2.11.0 , `WikiEngine` expects that *""JSPWiki requires a container which supports at least version 3.1 of Servlet specification"* and
enforces this by throwing an exception. However, the mock container provided in `net.sourceforge.stripes:stripes:1.7.0-async-beta`
only supports container version `2.*`.
Proposed solution: Since we don't actually usefixedVersion in shadedetector, just make it optional in the Cue schema.
The text was updated successfully, but these errors were encountered:
The Cue schema requires a non-
null
value forfixVersion
, but none makes sense forCVE-2019-0225
. This currently blocks #24.As the README says:
Proposed solution: Since we don't actually use
fixedVersion
inshadedetector
, just make it optional in the Cue schema.The text was updated successfully, but these errors were encountered: