Samsung_Vulnerabilities
Oversecured discloses a report of 176 vulnerabilities discovered in Samsung preinstalled apps between 2022 and 2025, with 140 detailed, all fixed in collaboration with Samsung.
It provides a complete, opinionated starter with two authentication strategies (JWT and Spring Session), built-in rate limiting, Flyway migrations, and a full CI/CD pipeline to deploy to EC2, saving hours of initial project configuration.
Stop copy-pasting boilerplate. Clone this, rename the package, and ship.
A production-ready Spring Boot 3 REST API template with everything you need baked in — JWT auth, rate limiting, Swagger docs, Docker, GitHub Actions CI/CD, and more.
| Feature | Details |
|---|---|
| 🔐 JWT Authentication | Access token (15 min) + Refresh token (7 days) with rotation |
| 👮 Role-Based Access Control | ROLE_USER and ROLE_ADMIN via @PreAuthorize |
| 🚦 Rate Limiting | Per-IP rate limiting using Bucket4j (configurable) |
| 📄 OpenAPI 3 / Swagger UI | Auto-generated docs at /swagger-ui.html |
| 🛡️ Global Exception Handling | Consistent ApiResponse across all endpoints |
| 🗃️ Flyway Migrations | Version-controlled schema with rollback support |
| 🐳 Docker + Docker Compose | Multi-stage build, nginx reverse proxy, MySQL |
| ⚙️ CI/CD via GitHub Actions | Test → Build → Push Docker → Deploy to EC2 |
| 📊 Actuator | /actuator/health, /actuator/metrics |
| 🔍 Request ID Tracking | MDC-based request ID in every log line |
| 🌍 CORS Configured | Configurable via environment variables |
| ✅ Bean Validation | Jakarta Validation on all request DTOs |
src/main/java/com/starterkit/
├── config/ # Security, Swagger, DataInitializer
├── controller/ # AuthController, UserController, HealthController
├── dto/
│ ├── request/ # RegisterRequest, LoginRequest, RefreshTokenRequest
│ └── response/ # ApiResponse, AuthResponse, UserResponse
├── entity/ # User, Role, RefreshToken
├── exception/ # GlobalExceptionHandler + custom exceptions
├── filter/ # JwtAuthFilter, RateLimitFilter, RequestIdFilter
├── repository/ # JPA repositories
├── security/ # JwtService, UserDetailsServiceImpl
└── service/ # AuthService, UserService
git clone https://github.com/raahulllkushw
🚀 Production-ready Spring Boot 3 starter — JWT, Rate Limiting, Swagger, Docker, CI/CD Public ✅
Similar projects matched by category, topics, and programming language.
Oversecured discloses a report of 176 vulnerabilities discovered in Samsung preinstalled apps between 2022 and 2025, with 140 detailed, all fixed in collaboration with Samsung.

An LSPosed module that hooks MIUI SystemUI back gestures using modern Xposed API 102 for research and customization.
OneStep4.0 is a multi-window desktop container for Android that requires root or system-level privileges, enabling a main window with several side windows for efficient app multitasking.