You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A demonstration Java application with intentional security vulnerabilities for CodeQL scanning.
4
+
5
+
## Overview
6
+
7
+
This repository contains a simple Java application built with Maven that includes several common security vulnerabilities designed to be detected by GitHub's CodeQL static analysis tool.
8
+
9
+
## Application Structure
10
+
11
+
-**Main Application**: `com.example.app.VulnerableApplication` - Entry point that demonstrates various vulnerabilities
⚠️ **This application contains intentional security vulnerabilities and should never be deployed in a production environment.** It is designed solely for educational purposes and CodeQL demonstration.
53
+
54
+
## License
55
+
56
+
This project is for educational and demonstration purposes only.
0 commit comments