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.
它提供了完整的、有主见的入门套件,支持两种认证策略(JWT 和 Spring Session),内置限流、Flyway 迁移以及完整的 CI/CD 流程(部署到 EC2),可节省数小时的初始项目配置时间。
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 ✅
根据分类、Topic 和编程语言匹配的相似项目。
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.