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

Quiz not showing #1753

Open
vstkl opened this issue Feb 21, 2024 · 5 comments
Open

Quiz not showing #1753

vstkl opened this issue Feb 21, 2024 · 5 comments

Comments

@vstkl
Copy link

vstkl commented Feb 21, 2024

In quiz data is not showing, i don't know if it's intentional or not, but it feels like its not, since the questions_cia.json is available. https://IP:PORT/WebGoat/start.mvc#lesson/CIA.lesson/4

Copy link

Thanks for submitting your first issue, we will have a look as quickly as possible.

@nikgreg99
Copy link

Yeah they have fix this problem if you see the commit list, I have opened personally this issue, but if you are using a Docker Image you are using the last one that is pretty old.

@cap-dev0x
Copy link
Contributor

Greetings! This sounds similar to an issue that was solved earlier, #1703 - this issue was resolved by #1736 . However, this fix was implemented after the latest release was published. If you would like to implement the fix, I suggest building locally. You can find the instructions on how to in Section 4 of the README. I've also attached the commands for the clean install below:

# On Linux/Mac:
./mvnw clean install

# On Windows:
./mvnw.cmd clean install

# Using docker or podman, you can than build the container locally
docker build -f Dockerfile . -t webgoat/webgoat

@harmin-parra
Copy link

The proposed solution doesn't work

./mvnw clean install
bash: ./mvnw: No such file or directory

@boly38
Copy link

boly38 commented May 7, 2024

The proposed solution works for me after a spotless:apply

$ mvn spotless:apply
$ ./mvnw.cmd clean install -DskipTests

(I'll maybe suggest a compose file to avoid loosing progress on each docker restart)
Of course it would be nice to have fresh docker image

thanks for this nice project 👍

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

5 participants