unguard icon indicating copy to clipboard operation
unguard copied to clipboard

Unguard is an insecure cloud-native microservices demo application.

Results 15 unguard issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** - Most of the logging doesn't print any timestamps or affected line numbers. - Frontend logging is too verbose in...

enhancement

The [XSS exploit documentation](https://github.com/dynatrace-oss/unguard/blob/main/exploit-toolkit/exploits/xss/README.md) reads like: - I login as `user1` eg. `admin` and add the `` to my profile - I am redirected back to my profile and **shouldn't**...

bug

The ad-service seems hardcoded to `localhost`. This should be configurable via Helm. ![image](https://github.com/user-attachments/assets/1ad67dcc-f575-451a-8b7f-b390a0a48434)

Create a default user with a static password. This is a major source of real-world attacks since these creds get leaked and a quick google tells you how to get...

enhancement

This PR: - Adds GitHub codespace environment to spin up Unguard in a virtual environment (browser window) - Closes #27