SecureCodingDojo icon indicating copy to clipboard operation
SecureCodingDojo copied to clipboard

The Secure Coding Dojo is a platform for delivering secure coding knowledge.

Results 20 SecureCodingDojo issues
Sort by recently updated
recently updated
newest added
trafficstars

https://github.com/OWASP/SecureCodingDojo/issues/144

If you attempt to setup the slack integration you will be met with the error json is undefined due to the project passport-slack no longer being maintained. There is a...

removed deb.debian.org from the source.list was getting 404 error and amended archive.debian.org. Added command to generate CHALLENGE_MASTER_SALT via openssl.

Adding a new Purple Belt lesson for CWE-347

Hi Team, Could you please double check the example mentioned under snipXSS3.jsp? I believe the `StringEscapeUtils.escapeHtml4` already handles single quotes and It is not necessary to replace the single quote...

We were doing the buffer overflow black belt challange with a couple of friends and after several attempts the challange stoped loading for all of us.

![image](https://github.com/user-attachments/assets/997122ba-960c-48ea-af1f-fd2ee58f2235) Noticed that under the Code Review 101 challenge for Input Validation, not getting any option to solve it.

Exploit XXE alone to view `/usr/local/tomcat/logs/catalina.2023-10-05.log` on `host2`: ``` argument: -DSECRET3=/code/getCode.html#eyJhbGciOiJIUz... ```

It would be really helpful if the injection of configuration variables can be fully migrated to environment variables. This would allow users to deploy these tools to a k8s environment...