Skip to content
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

No possible fixVersion exists for CVE-2019-0225 #32

Closed
wtwhite opened this issue Sep 28, 2023 · 1 comment
Closed

No possible fixVersion exists for CVE-2019-0225 #32

wtwhite opened this issue Sep 28, 2023 · 1 comment
Assignees

Comments

@wtwhite
Copy link
Collaborator

wtwhite commented Sep 28, 2023

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 use fixedVersion in shadedetector, just make it optional in the Cue schema.

@wtwhite wtwhite self-assigned this Sep 28, 2023
@wtwhite
Copy link
Collaborator Author

wtwhite commented Sep 28, 2023

Fixed in #34.

@wtwhite wtwhite closed this as completed Sep 28, 2023
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

No branches or pull requests

1 participant